This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from de6991e [OMPT] Fix OMPT callbacks for the taskloop construct and add [...] new 0d4ae7a [OpenMP][Stats] Cleanup stats gathering code new af1a363 [OpenMP] Fix build errors when building with KMP_DEBUG_ADAPTI [...] new 4aa544b [OpenMP] Implement GOMP doacross compatibility
The 3 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/kmp.h | 9 +- runtime/src/kmp_csupport.cpp | 33 ++- runtime/src/kmp_dispatch.cpp | 68 ++++-- runtime/src/kmp_ftn_os.h | 20 ++ runtime/src/kmp_global.cpp | 2 +- runtime/src/kmp_gsupport.cpp | 447 ++++++++++++++++++++++++++++++++++----- runtime/src/kmp_lock.cpp | 21 +- runtime/src/kmp_os.h | 5 +- runtime/src/kmp_runtime.cpp | 30 +-- runtime/src/kmp_sched.cpp | 27 ++- runtime/src/kmp_settings.cpp | 4 +- runtime/src/kmp_stats.cpp | 347 ++++++++++++++++++++++++------ runtime/src/kmp_stats.h | 403 +++++++++++++++++++---------------- runtime/src/kmp_stats_timing.cpp | 9 +- runtime/src/z_Linux_util.cpp | 2 +- 15 files changed, 1048 insertions(+), 379 deletions(-)