This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hsa in repository gcc.
from 6e1714e HSA: Fix ICE in a compare and swap insn generation. new db10164 HSA: implement missing C++ anonymous arguments. new beef261 HSA: add support from complex type. new ab445a9 HSA: Implement memory copy operation. new 9beed36 HSA: support for string constants. new 1e2e2b6 HSA: add support for ROTATE expressions and bit fields. new ef1c9c8 HSA: implement TRUNC expression. new 45d0274 HSA: introduce two new ctors for hsa_op_address. new 4e546cb HSA: add support for NOP instruction emission. new 026f426 HSA: add bunch of sorry messages and checks.
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog.hsa | 113 ++++++ gcc/hsa-brig.c | 122 ++++-- gcc/hsa-dump.c | 2 +- gcc/hsa-gen.c | 1126 ++++++++++++++++++++++++++++++++++++++++------------ gcc/hsa-regalloc.c | 9 +- gcc/hsa.c | 32 +- gcc/hsa.h | 36 +- 7 files changed, 1135 insertions(+), 305 deletions(-)