[hsa] C++ification

2015-07-31 Thread Martin Liška
Hello. This patch transforms couple of static functions to newly introduced member functions. Martin >From caeddc48345a74a6b4c75e01cc68fda511655b3a Mon Sep 17 00:00:00 2001 From: mliska Date: Wed, 29 Jul 2015 23:05:55 +0200 Subject: [PATCH 1/2] HSA: C++ification. gcc/ChangeLog: 2015-07

[hsa] C++ification of operands and instructions

2015-06-26 Thread Martin Jambor
Hello, the following patch provides constructors and operators new for (almost) all classes representing operands, instructions and basic-blocks in HSA. There were three reasons for this. First and foremost, some classes already contained auto_vec fields which meant they had constructors, whic