This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hsa in repository gcc.
from 7b63068 Merged trunk revision 229518 into the hsa branch new c3af391 HSA: move content of hsa-traits.h to gomp-constants.h new f37b4ce Ununsed file is removed. new 489e34f HSA: fix generation of address that end as SSA_NAME or new 7ff3cee HSA: Support aggregate type as a function return type. new 8029a8c HSA: convert actual argument types to formal types. new e32c17b HSA: handle taking an address of an argument. new c614f43 HSA: hsa_symbol refactoring and memory allocation fix-up new 0ddbb47 HSA: introduce hsa_debug_symbol and refact.
The 8 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 | 94 ++++++++ gcc/hsa-brig.c | 57 ++--- gcc/hsa-dump.c | 35 ++- gcc/hsa-gen.c | 533 +++++++++++++++++++++++++------------------- gcc/hsa.c | 22 +- gcc/hsa.h | 62 ++++-- include/gomp-constants.h | 31 +++ libgomp/ChangeLog.hsa | 5 + libgomp/hsa-traits.h | 54 ----- libgomp/plugin/plugin-hsa.c | 1 - 10 files changed, 536 insertions(+), 358 deletions(-) delete mode 100644 libgomp/hsa-traits.h