This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from f8f4866 [AArch64] add required arch specific code for running OMPT te [...] new ad36fb5 [OMPT] Add annotations to testcases that are expected to fail [...] new df39d67 [OMPT] Use frames at different level when using clang version [...] new 617a41c [OMPT] Handle null pointer in set_callback to improve performance new 623b98e [OMPT] Fix return address handling in a few GOMP interface methods
The 4 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: cmake/OpenMPTesting.cmake | 2 ++ runtime/src/kmp_gsupport.cpp | 14 ++++++++++---- runtime/src/ompt-general.cpp | 7 +++++-- runtime/test/ompt/callback.h | 11 +++++++++++ runtime/test/ompt/cancel/cancel_taskgroup.c | 5 +++-- runtime/test/ompt/cancel/cancel_worksharing.c | 5 ++--- runtime/test/ompt/misc/control_tool.c | 6 ++++-- runtime/test/ompt/parallel/max_active_levels_serialized.c | 1 + runtime/test/ompt/parallel/nested.c | 10 ++++++---- runtime/test/ompt/parallel/nested_lwt.c | 1 + runtime/test/ompt/parallel/nested_serialized.c | 1 + runtime/test/ompt/parallel/parallel_if0.c | 1 + runtime/test/ompt/parallel/serialized.c | 1 + runtime/test/ompt/synchronization/barrier/explicit.c | 1 + runtime/test/ompt/synchronization/barrier/for_loop.c | 1 + runtime/test/ompt/synchronization/barrier/for_simd.c | 1 + runtime/test/ompt/synchronization/barrier/single.c | 1 + runtime/test/ompt/synchronization/critical.c | 1 + runtime/test/ompt/synchronization/ordered.c | 1 + runtime/test/ompt/synchronization/taskgroup.c | 1 + runtime/test/ompt/synchronization/taskwait.c | 1 + .../test/ompt/synchronization/test_nest_lock_parallel.c | 1 + runtime/test/ompt/tasks/dependences.c | 1 + runtime/test/ompt/tasks/explicit_task.c | 8 +++++--- runtime/test/ompt/tasks/serialized.c | 8 +++++--- runtime/test/ompt/tasks/task_in_joinbarrier.c | 7 ++++--- runtime/test/ompt/tasks/untied_task.c | 7 ++++--- runtime/test/ompt/worksharing/for/base.h | 8 ++++---- runtime/test/ompt/worksharing/for/dynamic_split.c | 1 + runtime/test/ompt/worksharing/for/guided_split.c | 1 + runtime/test/ompt/worksharing/for/runtime_split.c | 1 + runtime/test/ompt/worksharing/sections.c | 5 +++-- 32 files changed, 86 insertions(+), 35 deletions(-)