This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-12 in repository gcc.
from 29ba2e4eeff Fix mis-merge of 'dwarf: Multi-register CFI address support' new 1d4e24c9fb4 Fix gfortran.dg/gomp/num-teams-2.f90 new cbc3dd01de8 amdgcn: Support XNACK mode new 687640af27a amdgcn, openmp: Auto-detect USM mode and set HSA_XNACK new 12d14a9a255 amdgcn: libgomp plugin USM implementation
The 4 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.omp | 42 ++++++++ gcc/config/gcn/gcn-hsa.h | 3 +- gcc/config/gcn/gcn-opts.h | 10 +- gcc/config/gcn/gcn-valu.md | 29 +++--- gcc/config/gcn/gcn.cc | 62 ++++++++--- gcc/config/gcn/gcn.md | 113 +++++++++++++-------- gcc/config/gcn/gcn.opt | 18 ++-- gcc/config/gcn/mkoffload.cc | 56 ++++++++-- gcc/omp-low.cc | 4 + gcc/testsuite/ChangeLog.omp | 4 + gcc/testsuite/gfortran.dg/gomp/num-teams-2.f90 | 12 +-- libgomp/ChangeLog.omp | 23 +++++ libgomp/plugin/plugin-gcn.c | 104 +++++++++++++++++-- libgomp/testsuite/lib/libgomp.exp | 22 ++++ libgomp/testsuite/libgomp.c++/usm-1.C | 2 +- .../testsuite/libgomp.c-c++-common/requires-1.c | 1 + libgomp/testsuite/libgomp.c/usm-1.c | 1 + libgomp/testsuite/libgomp.c/usm-2.c | 1 + libgomp/testsuite/libgomp.c/usm-3.c | 1 + libgomp/testsuite/libgomp.c/usm-4.c | 1 + libgomp/testsuite/libgomp.c/usm-5.c | 2 +- libgomp/testsuite/libgomp.c/usm-6.c | 2 +- 22 files changed, 409 insertions(+), 104 deletions(-)