This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hsa in repository gcc.
from 79b85aa Implement a number of atomic builtins new 352a1fb HSA: create HSA clones. new 928b238 HSA: follow-up and refactoring of hsa_insn_basic class
The 2 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 | 104 +++++++ gcc/Makefile.in | 2 +- gcc/c-family/ChangeLog.hsa | 4 + gcc/c-family/c-common.c | 9 - gcc/cgraph.h | 4 - gcc/hsa-brig.c | 177 +++++++----- gcc/hsa-dump.c | 94 ++++--- gcc/hsa-gen.c | 641 +++++++++++++------------------------------- gcc/hsa-regalloc.c | 57 ++-- gcc/hsa.c | 28 ++ gcc/hsa.h | 102 +++++-- gcc/ipa-hsa.c | 330 +++++++++++++++++++++++ gcc/lto-section-in.c | 3 +- gcc/lto-streamer.h | 1 + gcc/lto/ChangeLog.hsa | 5 + gcc/lto/lto-partition.c | 48 ++++ gcc/omp-low.c | 16 +- gcc/passes.c | 18 +- gcc/passes.def | 1 + gcc/timevar.def | 1 + gcc/tree-pass.h | 2 + libgomp/ChangeLog.hsa | 5 + libgomp/plugin/plugin-hsa.c | 2 - 23 files changed, 1053 insertions(+), 601 deletions(-) create mode 100644 gcc/ipa-hsa.c create mode 100644 gcc/lto/ChangeLog.hsa