This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 83a13b9 [OpenMP][libomptarget] Set the frame pointer then test empty [...] new 37230a1 [OpenMP][OMPT] A few improvements new 5ada805 [OpenMP] Fix performance issue from 376.kdtree
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: runtime/src/dllexports | 3 + runtime/src/kmp.h | 3 - runtime/src/kmp_dispatch.cpp | 7 --- runtime/src/kmp_dispatch.h | 7 --- runtime/src/kmp_settings.cpp | 18 ++++++ runtime/src/kmp_settings.h | 12 ++-- runtime/src/kmp_str.cpp | 6 +- runtime/src/kmp_taskdeps.cpp | 122 +----------------------------------- runtime/src/kmp_taskdeps.h | 145 +++++++++++++++++++++++++++++++++++++++++++ runtime/src/kmp_tasking.cpp | 14 ++--- runtime/src/ompt-general.cpp | 7 ++- 11 files changed, 191 insertions(+), 153 deletions(-) create mode 100644 runtime/src/kmp_taskdeps.h