This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hsa in repository gcc.
from 31e69b7 HSA: dump BRIG section offsets in hsagen dump file. new e59b869 HSA: introduce warnings and libgomp host fallback new b52e6ab HSA: Add loading of default BRIG shared libraries new 7c5e71f HSA: change linkage for a function that cannot be new 6baa997 HSA: surrender HSA emission if an error is seen. new c26f38e HSA: preserve HSA function names and visibility new 3e467ed HSA: simplify LTO partitioning and improve kernel
The 6 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 | 71 +++++++++ gcc/common.opt | 4 + gcc/hsa-brig.c | 37 +++-- gcc/hsa-gen.c | 269 +++++++++++++++++++------------- gcc/hsa.c | 41 +++-- gcc/hsa.h | 11 +- gcc/ipa-hsa.c | 2 + gcc/lto/ChangeLog.hsa | 5 + gcc/lto/lto-partition.c | 30 ---- libgomp/ChangeLog.hsa | 49 ++++++ libgomp/libgomp.h | 1 + libgomp/plugin/plugin-hsa.c | 363 +++++++++++++++++++++++++++++++++----------- libgomp/target.c | 42 +++-- 13 files changed, 664 insertions(+), 261 deletions(-)