This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4eaffcd9962 Remove LOOP_VINFO_SLP_UNROLLING_FACTOR new 3b8d9d579c2 libgomp, nvptx: Cuda pinned memory new 9e5a9aa4905 libgomp: fine-grained pinned memory allocator
The 2 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: libgomp/Makefile.am | 4 +- libgomp/Makefile.in | 13 +- libgomp/basic-allocator.c | 5 + libgomp/config/linux/allocator.c | 159 ++++++++--- libgomp/libgomp-plugin.h | 2 + libgomp/libgomp.h | 16 ++ libgomp/libgomp.texi | 17 +- libgomp/plugin/plugin-nvptx.c | 33 +++ libgomp/simple-allocator.c | 315 +++++++++++++++++++++ libgomp/target.c | 113 ++++++++ libgomp/testsuite/libgomp.c/alloc-pinned-1.c | 26 ++ libgomp/testsuite/libgomp.c/alloc-pinned-2.c | 26 ++ libgomp/testsuite/libgomp.c/alloc-pinned-3.c | 45 ++- libgomp/testsuite/libgomp.c/alloc-pinned-4.c | 44 ++- libgomp/testsuite/libgomp.c/alloc-pinned-5.c | 26 ++ libgomp/testsuite/libgomp.c/alloc-pinned-6.c | 34 ++- .../{alloc-pinned-1.c => alloc-pinned-8.c} | 56 ++-- 17 files changed, 846 insertions(+), 88 deletions(-) create mode 100644 libgomp/simple-allocator.c copy libgomp/testsuite/libgomp.c/{alloc-pinned-1.c => alloc-pinned-8.c} (57%)