This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 92e5a10 Updating implementation of OMPT as specified in OpenMP 5.0 Pr [...] new ac062a9 Revert "Updating implementation of OMPT as specified in OpenM [...] new 74248f8 Revert "Rename fields of ompt_frame_t"
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: CREDITS.txt | 8 +- libomptarget/src/omptarget.cpp | 3 - runtime/.clang-format | 2 +- runtime/CMakeLists.txt | 2 +- runtime/src/exports_so.txt | 9 + runtime/src/include/50/ompt.h.var | 281 ++++++++++++++------------ runtime/src/kmp_csupport.cpp | 61 +++--- runtime/src/kmp_dispatch.cpp | 1 - runtime/src/kmp_ftn_entry.h | 4 +- runtime/src/kmp_gsupport.cpp | 70 +++---- runtime/src/kmp_i18n.cpp | 21 +- runtime/src/kmp_itt.inl | 2 - runtime/src/kmp_lock.cpp | 7 +- runtime/src/kmp_runtime.cpp | 36 ++-- runtime/src/kmp_taskdeps.cpp | 3 +- runtime/src/kmp_tasking.cpp | 83 ++++---- runtime/src/kmp_threadprivate.cpp | 7 + runtime/src/ompt-event-specific.h | 50 ++--- runtime/src/ompt-general.cpp | 84 ++++++-- runtime/src/ompt-internal.h | 4 +- runtime/src/ompt-specific.cpp | 5 +- runtime/test/lock/omp_init_lock.c | 42 ++++ runtime/test/ompt/callback.h | 36 ++-- runtime/test/ompt/cancel/cancel_parallel.c | 2 +- runtime/test/ompt/cancel/cancel_worksharing.c | 4 +- runtime/test/ompt/loadtool/tool_available.c | 10 +- runtime/test/ompt/ompt-signal.h | 11 +- runtime/test/ompt/tasks/dependences.c | 2 +- 28 files changed, 500 insertions(+), 350 deletions(-) create mode 100644 runtime/test/lock/omp_init_lock.c