This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 258655d [OpenMP] Clean up load balancing dynamic mode new e45eef0 [OpenMP] Implement 5.0 memory management
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: runtime/src/dllexports | 18 +- runtime/src/include/50/omp.h.var | 126 +++++++++-- runtime/src/include/50/omp_lib.f.var | 84 +++++-- runtime/src/include/50/omp_lib.f90.var | 82 +++++-- runtime/src/include/50/omp_lib.h.var | 122 +++++++++-- runtime/src/kmp.h | 109 ++++++++-- runtime/src/kmp_alloc.cpp | 385 +++++++++++++++++++++++++++------ runtime/src/kmp_csupport.cpp | 9 + runtime/src/kmp_ftn_entry.h | 33 +-- runtime/src/kmp_ftn_os.h | 12 +- runtime/src/kmp_global.cpp | 42 +++- runtime/src/kmp_settings.cpp | 4 +- runtime/src/kmp_stub.cpp | 47 +++- runtime/test/api/omp_alloc.c | 81 ------- runtime/test/api/omp_alloc_def_fb.c | 32 +++ runtime/test/api/omp_alloc_hbw.c | 45 ++++ runtime/test/api/omp_alloc_null_fb.c | 35 +++ runtime/tools/generate-def.pl | 3 +- 18 files changed, 1000 insertions(+), 269 deletions(-) delete mode 100644 runtime/test/api/omp_alloc.c create mode 100644 runtime/test/api/omp_alloc_def_fb.c create mode 100644 runtime/test/api/omp_alloc_hbw.c create mode 100644 runtime/test/api/omp_alloc_null_fb.c