This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a4df0ce78d6 x86/AVX512: use VMOVDDUP for broadcast to V2DF new 73a0d3bf895 libgomp: Extend OMP_ALLOCATOR, add affinity env var doc
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: libgomp/env.c | 188 +++++++++++++++++++++++++++--- libgomp/libgomp.texi | 142 ++++++++++++++++++++++ libgomp/testsuite/libgomp.c/allocator-1.c | 15 +++ libgomp/testsuite/libgomp.c/allocator-2.c | 17 +++ libgomp/testsuite/libgomp.c/allocator-3.c | 27 +++++ libgomp/testsuite/libgomp.c/allocator-4.c | 15 +++ libgomp/testsuite/libgomp.c/allocator-5.c | 15 +++ libgomp/testsuite/libgomp.c/allocator-6.c | 15 +++ 8 files changed, 420 insertions(+), 14 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c/allocator-1.c create mode 100644 libgomp/testsuite/libgomp.c/allocator-2.c create mode 100644 libgomp/testsuite/libgomp.c/allocator-3.c create mode 100644 libgomp/testsuite/libgomp.c/allocator-4.c create mode 100644 libgomp/testsuite/libgomp.c/allocator-5.c create mode 100644 libgomp/testsuite/libgomp.c/allocator-6.c