This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hsa in repository gcc.
from e7e964e Cleanups of hsa_insns_signal and hsa_insns_queue new 439fd22 2016-08-03 Martin Jambor mjambor@suse.cz new 5769169 Rename m_binded_function to m_bound_function new 95212b29 Outline some functionality in HSA libgomp plugin new 0179c79 Update existing hsa builtin handling new a3319a1 Minor tweak to HSA_SORRY macros new 820b4c1 Handle BRIG_OPCODE_DEBUGTRAP in op_output_p new 07d2970 Switch dynamic parallelism off by default new 437b8cf Refactoring of handling atomiscs
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 | 69 +++++++ gcc/doc/invoke.texi | 6 + gcc/hsa-builtins.def | 6 +- gcc/hsa-gen.c | 447 +++++++++++++++++++++++++------------------- gcc/hsa.c | 36 ++-- gcc/hsa.h | 9 +- gcc/ipa-hsa.c | 12 +- gcc/omp-low.c | 6 +- gcc/params.def | 6 + libgomp/ChangeLog.hsa | 8 + libgomp/plugin/plugin-hsa.c | 74 +++++--- 11 files changed, 433 insertions(+), 246 deletions(-)