[OpenMP][tests][NFC] Update test status for gcc 11 and 12gcc 11 introduced support for depend clause, but the gomp interface of libompdoes not yet handle the information.Also remove -fopenmp-vers
[OpenMP][tests][NFC] Update test status for gcc 11 and 12gcc 11 introduced support for depend clause, but the gomp interface of libompdoes not yet handle the information.Also remove -fopenmp-version=50, which is no longer needed for clang, but notsupported by gcc.
show more ...
[OpenMP][Tool] Fix possible NULL-pointer dereference in testAvoid dereferencing a possibly uninitialized pointer as mentioned in D91280.
[OpenMP][Tool] Handle detached tasks in ArcherSince detached tasks are supported by clang and the OpenMP runtime, Archermust expect to receive the corresponding callbacks.This patch adds support
[OpenMP][Tool] Handle detached tasks in ArcherSince detached tasks are supported by clang and the OpenMP runtime, Archermust expect to receive the corresponding callbacks.This patch adds support to interpret the synchronization semantics ofomp_fulfill_event and cleans up the handling of task switches.
[OpenMP][Tool] archer tests require tsanTesting for tsan capability in the test-compiler in follow-up review
[OpenMP] Add implementation and tests of Archer toolThe tool provides TSAN annotations for OpenMP synchronization. The toolis activated if no other OMPT tool is loaded.The tool detects whether t
[OpenMP] Add implementation and tests of Archer toolThe tool provides TSAN annotations for OpenMP synchronization. The toolis activated if no other OMPT tool is loaded.The tool detects whether the application was built with TSan and rejectsactivation according to the OMPT protocol if there is no TSan-rt.Differential Revision: https://reviews.llvm.org/D45890