This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch openacc-gcc-9-branch in repository gcc.
from c8992567df0 [og9] Fix libgomp.oacc-fortran/lib-13.f90 async bug new 2c432092fae [og9] Target-dependent gang-private variable decl rewriting new 1de0113e1a6 [og9] OpenACC middle-end worker-partitioning support new f079b7a61a6 [og9] AMD GCN adjustments for middle-end worker partitioning new 40d6dc794b8 [og9] Fix up tests for oaccdevlow pass splitting new a86b272418e [og9] Reference reduction localization new 79e76921785 [og9] Enable worker partitioning for AMD GCN
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.openacc | 83 + gcc/Makefile.in | 1 + gcc/config/gcn/gcn-protos.h | 2 +- gcc/config/gcn/gcn-tree.c | 6 +- gcc/config/gcn/gcn.c | 15 +- gcc/config/gcn/gcn.opt | 2 +- gcc/doc/tm.texi | 14 + gcc/doc/tm.texi.in | 6 + gcc/gimplify.c | 102 + gcc/omp-builtins.def | 8 + gcc/omp-low.c | 47 +- gcc/omp-offload.c | 290 ++- gcc/omp-offload.h | 1 + gcc/omp-sese.c | 2036 ++++++++++++++++++++ gcc/{inchash.c => omp-sese.h} | 16 +- gcc/passes.def | 2 + gcc/target.def | 19 + gcc/targhooks.h | 1 + gcc/testsuite/ChangeLog.openacc | 12 + .../goacc/classify-kernels-unparallelized.c | 8 +- .../c-c++-common/goacc/classify-kernels.c | 8 +- .../c-c++-common/goacc/classify-parallel.c | 8 +- .../c-c++-common/goacc/classify-routine.c | 8 +- .../goacc/classify-kernels-unparallelized.f95 | 8 +- .../gfortran.dg/goacc/classify-kernels.f95 | 8 +- .../gfortran.dg/goacc/classify-parallel.f95 | 8 +- .../gfortran.dg/goacc/classify-routine.f95 | 8 +- gcc/tree-core.h | 4 +- gcc/tree-pass.h | 2 + gcc/tree.c | 11 +- gcc/tree.h | 2 + libgomp/ChangeLog.openacc | 5 + libgomp/plugin/plugin-gcn.c | 4 +- 33 files changed, 2642 insertions(+), 113 deletions(-) create mode 100644 gcc/omp-sese.c copy gcc/{inchash.c => omp-sese.h} (75%)