llvm-project/openmp/runtime/src
Joachim Protze 6104b30446 [OpenMP][OMPT] Update OMPT tests for newly added GOMP interface patches
This patch updates the expected results for the GOMP interface patches: D87267, D87269, and D87271.
The taskwait-depend test is changed to really use taskwait-depend and copied to an task_if0-depend test.

To pass the tests, the handling of the return address was fixed.

Differential Revision: https://reviews.llvm.org/D87680
2020-10-01 00:53:41 +02:00
..
i18n [OpenMP] Introduce GOMP mutexinoutset in the runtime 2020-09-24 09:45:13 -05:00
include [openmp] OpenMP 5.1 omp_display_env function implementation. 2020-03-04 18:15:05 +03:00
thirdparty/ittnotify [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
CMakeLists.txt [OpenMP] Fix import library installation with MinGW 2020-08-26 21:56:01 +03:00
dllexports [openmp] OpenMP 5.1 omp_display_env function implementation. 2020-03-04 18:15:05 +03:00
exports_so.txt [OpenMP] Add GOMP 5.0 loop entry points 2020-07-06 17:22:26 -05:00
extractExternal.cpp [OpenMP] NFC: Fix trivial typos in comments 2020-01-07 14:05:03 +08:00
kmp.h [OpenMP][libomptarget] make omp_get_initial_device 5.1 compliant 2020-10-01 00:51:11 +02:00
kmp_affinity.cpp [OpenMP] libomp cleanup: check presence of hwloc objects CORE, PACKAGE 2020-07-18 01:15:37 +03:00
kmp_affinity.h [OpenMP] affinity little fix for FreeBSD 2020-01-20 18:52:10 +00:00
kmp_alloc.cpp [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
kmp_atomic.cpp [OpenMP] NFC: Fix trivial typos in comments 2020-01-07 14:05:03 +08:00
kmp_atomic.h [OpenMP] Check if _MSC_VER is defined before using it 2020-08-24 17:50:38 +03:00
kmp_barrier.cpp [OpenMP] libomp: add itt notifications for teams construct on host 2020-07-17 21:10:25 +03:00
kmp_cancel.cpp
kmp_config.h.cmake
kmp_csupport.cpp Move special va_list handling to kmp_os.h 2020-08-24 22:31:56 +02:00
kmp_debug.cpp
kmp_debug.h
kmp_debugger.cpp
kmp_debugger.h
kmp_dispatch.cpp [OpenMP] libomp cleanup: add check of input global tid parameter 2020-07-20 23:49:58 +03:00
kmp_dispatch.h [openmp] Fixed nonmonotonic schedule implementation. 2020-06-04 15:39:45 +03:00
kmp_dispatch_hier.h [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
kmp_environment.cpp
kmp_environment.h [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
kmp_error.cpp [OpenMP] libomp cleanup: add check of input global tid parameter 2020-07-20 23:49:58 +03:00
kmp_error.h
kmp_ftn_cdecl.cpp
kmp_ftn_entry.h [OpenMP][libomptarget] make omp_get_initial_device 5.1 compliant 2020-10-01 00:51:11 +02:00
kmp_ftn_extra.cpp
kmp_ftn_os.h [OpenMP] Introduce GOMP taskwait depend in the runtime 2020-09-24 09:45:14 -05:00
kmp_ftn_stdcall.cpp
kmp_global.cpp [OpenMP] Change initialization of __kmp_global 2019-09-04 17:47:37 +00:00
kmp_gsupport.cpp [OpenMP][OMPT] Update OMPT tests for newly added GOMP interface patches 2020-10-01 00:53:41 +02:00
kmp_i18n.cpp [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
kmp_i18n.h [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
kmp_import.cpp
kmp_io.cpp
kmp_io.h
kmp_itt.cpp
kmp_itt.h
kmp_itt.inl [OpenMP] libomp cleanup: add checks of bad memory access 2020-07-21 00:12:46 +03:00
kmp_lock.cpp [OpenMP] support build on msys2/mingw with clang or gcc 2020-08-04 23:15:36 +03:00
kmp_lock.h Re-land "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support" 2020-07-28 14:00:11 +00:00
kmp_omp.h [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
kmp_os.h Add <stdarg.h> include to kmp_os.h, to get the va_list type, required 2020-08-24 22:45:02 +02:00
kmp_platform.h Re-land "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support" 2020-07-28 14:00:11 +00:00
kmp_runtime.cpp [OpenMP] Introduce GOMP teams support in runtime 2020-09-24 09:45:13 -05:00
kmp_safe_c_api.h
kmp_sched.cpp [OpenMP] libomp cleanup: add checks of bad memory access 2020-07-21 00:12:46 +03:00
kmp_settings.cpp [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
kmp_settings.h [openmp] OpenMP 5.1 omp_display_env function implementation. 2020-03-04 18:15:05 +03:00
kmp_stats.cpp [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
kmp_stats.h [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
kmp_stats_timing.cpp
kmp_stats_timing.h
kmp_str.cpp [OpenMP] NFC: Fix trivial typos in comments 2020-01-03 22:03:42 -05:00
kmp_str.h [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
kmp_stub.cpp [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
kmp_stub.h
kmp_taskdeps.cpp [OpenMP][OMPT] Update OMPT tests for newly added GOMP interface patches 2020-10-01 00:53:41 +02:00
kmp_taskdeps.h
kmp_tasking.cpp [OpenMP] libomp cleanup: add check of input global tid parameter 2020-07-20 23:49:58 +03:00
kmp_threadprivate.cpp [OpenMP] libomp cleanup: add checks of bad memory access 2020-07-21 00:12:46 +03:00
kmp_utility.cpp [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
kmp_version.cpp
kmp_version.h [OpenMP] update strings output of libomp.so [NFC] 2020-02-12 15:45:55 -05:00
kmp_wait_release.cpp
kmp_wait_release.h
kmp_wrapper_getpid.h [OpenMP] Fix build on macOS sdk 10.12 and newer 2020-08-26 16:52:46 +03:00
kmp_wrapper_malloc.h [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
libomp.rc.var
ompt-event-specific.h [OpenMP] Implementation of OMPT reduction callbacks 2019-12-27 15:30:51 +01:00
ompt-general.cpp [OpenMP] Add implementation and tests of Archer tool 2019-11-18 14:45:34 +01:00
ompt-internal.h [OpenMP][OMPT] Pass mutexinoutset to the tool 2020-06-19 12:51:18 +02:00
ompt-specific.cpp [OpenMP] Use weak attribute in interface only for static library 2020-07-31 12:29:05 +02:00
ompt-specific.h [OpenMP][OMPT] Update OMPT tests for newly added GOMP interface patches 2020-10-01 00:53:41 +02:00
test-touch.c
tsan_annotations.cpp
tsan_annotations.h
z_Linux_asm.S Re-land "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support" 2020-07-28 14:00:11 +00:00
z_Linux_util.cpp Re-land "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support" 2020-07-28 14:00:11 +00:00
z_Windows_NT-586_asm.asm
z_Windows_NT-586_util.cpp
z_Windows_NT_util.cpp [OpenMP] NFC: Fix trivial typos in comments 2020-01-03 22:03:42 -05:00