This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from ba56714 Fixed second issue reported in https://bugs.llvm.org/show_bug [...] new dac3432 [OMPT] Handling of the events of initial-task-begin and initi [...] new 665d5c5 [OpenMP][OMPT] Fix locking testcases for 32 bit architectures
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/kmp_atomic.h | 6 +- runtime/src/kmp_csupport.cpp | 131 ++++++++++++---------- runtime/src/kmp_runtime.cpp | 17 ++- runtime/src/ompt-general.cpp | 9 +- runtime/src/ompt-specific.cpp | 2 +- runtime/test/ompt/callback.h | 34 +++--- runtime/test/ompt/cancel/cancel_parallel.c | 4 +- runtime/test/ompt/cancel/cancel_worksharing.c | 6 +- runtime/test/ompt/misc/interoperability.cpp | 27 ++--- runtime/test/ompt/parallel/no_thread_num_clause.c | 3 +- runtime/test/ompt/synchronization/lock.c | 2 +- runtime/test/ompt/synchronization/nest_lock.c | 2 +- runtime/test/ompt/tasks/serialized.c | 8 +- runtime/test/ompt/tasks/task_types.c | 8 +- runtime/test/ompt/tasks/task_types_serialized.c | 3 +- runtime/test/ompt/tasks/taskloop.c | 3 +- 16 files changed, 144 insertions(+), 121 deletions(-)