This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a096036589d [AArch64] Improve immediate expansion [PR106583] new 131d18e928a libgomp/nvptx: Prepare for reverse-offload callback handling
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: include/cuda/cuda.h | 3 + libgomp/config/nvptx/icv-device.c | 2 +- .../{linux/allocator.c => nvptx/libgomp-nvptx.h} | 33 +++++-- libgomp/config/nvptx/target.c | 54 +++++++++-- libgomp/libgomp-plugin.c | 12 +++ libgomp/libgomp-plugin.h | 7 ++ libgomp/libgomp.h | 5 + libgomp/libgomp.map | 5 + libgomp/plugin/cuda-lib.def | 1 + libgomp/plugin/plugin-nvptx.c | 107 +++++++++++++++++++-- libgomp/target.c | 19 ++++ 11 files changed, 221 insertions(+), 27 deletions(-) copy libgomp/config/{linux/allocator.c => nvptx/libgomp-nvptx.h} (62%)