Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)
authorJoachim Protze <protze@itc.rwth-aachen.de>
Fri, 3 Nov 2017 17:09:00 +0000 (17:09 +0000)
committerJoachim Protze <protze@itc.rwth-aachen.de>
Fri, 3 Nov 2017 17:09:00 +0000 (17:09 +0000)
commit924cff0a3988975996bd5808d3b64e320ee73c84
tree5edc1962bf09dd928fb534aa288d7c7b0c525c96
parent741572593f56d054dcd01118960ace51b6f27b71
Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)

The TR6 document is expected to be publically released around November 15.
This patch does not implement OMPT for libomptarget.

Patch by Simon Convent and Joachim Protze

Differential Revision: https://reviews.llvm.org/D39182

llvm-svn: 317339
25 files changed:
openmp/CREDITS.txt
openmp/runtime/.clang-format
openmp/runtime/CMakeLists.txt
openmp/runtime/src/exports_so.txt
openmp/runtime/src/include/50/ompt.h.var
openmp/runtime/src/kmp_csupport.cpp
openmp/runtime/src/kmp_dispatch.cpp
openmp/runtime/src/kmp_gsupport.cpp
openmp/runtime/src/kmp_i18n.cpp
openmp/runtime/src/kmp_itt.inl
openmp/runtime/src/kmp_lock.cpp
openmp/runtime/src/kmp_runtime.cpp
openmp/runtime/src/kmp_tasking.cpp
openmp/runtime/src/kmp_threadprivate.cpp
openmp/runtime/src/ompt-event-specific.h
openmp/runtime/src/ompt-general.cpp
openmp/runtime/src/ompt-internal.h
openmp/runtime/src/ompt-specific.cpp
openmp/runtime/test/lock/omp_init_lock.c [deleted file]
openmp/runtime/test/ompt/callback.h
openmp/runtime/test/ompt/cancel/cancel_parallel.c
openmp/runtime/test/ompt/cancel/cancel_worksharing.c
openmp/runtime/test/ompt/loadtool/tool_available.c
openmp/runtime/test/ompt/ompt-signal.h
openmp/runtime/test/ompt/tasks/dependences.c