This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hsa in repository gcc.
from cd34a92 New HSA builtins needed for tiling new 60f4af2 OMP lowering/expansion changes to gridify tiled loops
The 1 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 | 44 ++ gcc/gimple.h | 21 + gcc/omp-low.c | 1057 ++++++++++++++++++++------- gcc/testsuite/ChangeLog.hsa | 4 + gcc/testsuite/c-c++-common/gomp/gridify-2.c | 66 ++ gcc/testsuite/c-c++-common/gomp/gridify-3.c | 68 ++ libgomp/ChangeLog.hsa | 5 + libgomp/testsuite/libgomp.hsa.c/tiling-1.c | 212 ++++++ libgomp/testsuite/libgomp.hsa.c/tiling-2.c | 258 +++++++ 9 files changed, 1487 insertions(+), 248 deletions(-) create mode 100644 gcc/testsuite/ChangeLog.hsa create mode 100644 gcc/testsuite/c-c++-common/gomp/gridify-2.c create mode 100644 gcc/testsuite/c-c++-common/gomp/gridify-3.c create mode 100644 libgomp/testsuite/libgomp.hsa.c/tiling-1.c create mode 100644 libgomp/testsuite/libgomp.hsa.c/tiling-2.c