llvm-project/openmp/runtime/src
Andrey Churbanov 184ef0a0a6 Fixed third issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584.
Removed wrong debug assertion.

Differential Revision: https://reviews.llvm.org/D62251

llvm-svn: 361408
2019-05-22 16:48:05 +00:00
..
i18n [OpenMP 5.0] Deprecate nest-var and associated features 2019-02-28 20:47:21 +00:00
include Introduce new OpenMP 5.0 depend object type. 2019-05-15 13:45:36 +00:00
thirdparty/ittnotify Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
CMakeLists.txt fixed typo made by commit r360595 2019-05-13 17:04:32 +00:00
dllexports [OpenMP] Implement task modifier for reduction clause 2019-05-01 17:54:01 +00:00
exports_so.txt [OpenMP] Clean up load balancing dynamic mode 2019-04-08 17:50:02 +00:00
extractExternal.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp.h Fixed second issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584. 2019-05-16 17:52:53 +00:00
kmp_affinity.cpp Fix hwloc topology traversal code unable to handle situation where L2 cache is common for the packages 2019-05-16 13:16:24 +00:00
kmp_affinity.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_alloc.cpp [OpenMP] Implement 5.0 memory management 2019-04-08 17:59:28 +00:00
kmp_atomic.cpp [OpenMP] Eliminate some compiler warnings 2019-04-30 19:13:37 +00:00
kmp_atomic.h [OpenMP][OMPT] Fix locking testcases for 32 bit architectures 2019-05-20 14:21:42 +00:00
kmp_barrier.cpp [OpenMP][OMPT] Distinguish different barrier kinds 2019-02-28 20:55:39 +00:00
kmp_cancel.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_config.h.cmake Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_csupport.cpp [OpenMP][OMPT] Fix locking testcases for 32 bit architectures 2019-05-20 14:21:42 +00:00
kmp_debug.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_debug.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_debugger.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_debugger.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_dispatch.cpp [OpenMP] Add OpenMP 5.0 nonmonotonic code 2019-04-30 19:20:35 +00:00
kmp_dispatch.h [OpenMP] Make use of sched_yield optional in runtime 2019-02-28 19:11:29 +00:00
kmp_dispatch_hier.h [OpenMP] Add OpenMP 5.0 nonmonotonic code 2019-04-30 19:20:35 +00:00
kmp_environment.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_environment.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_error.cpp [OpenMP] Remove deprecated taskq 2019-03-15 18:24:59 +00:00
kmp_error.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_ftn_cdecl.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_ftn_entry.h [OpenMP] Implement 5.0 memory management 2019-04-08 17:59:28 +00:00
kmp_ftn_extra.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_ftn_os.h [OpenMP] Implement 5.0 memory management 2019-04-08 17:59:28 +00:00
kmp_ftn_stdcall.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_global.cpp [OpenMP] Implement 5.0 memory management 2019-04-08 17:59:28 +00:00
kmp_gsupport.cpp [OpenMP] Adding GOMP compatible cancellation 2019-02-19 18:47:57 +00:00
kmp_i18n.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_i18n.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_import.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_io.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_io.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_itt.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_itt.h [OpenMP] Make use of sched_yield optional in runtime 2019-02-28 19:11:29 +00:00
kmp_itt.inl Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_lock.cpp [OpenMP] Make use of sched_yield optional in runtime 2019-02-28 19:11:29 +00:00
kmp_lock.h [OpenMP] Make use of sched_yield optional in runtime 2019-02-28 19:11:29 +00:00
kmp_omp.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_os.h Use correct way to test for MIPS arch after rOMP355687 2019-04-22 19:20:46 +00:00
kmp_platform.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_runtime.cpp Fixed third issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584. 2019-05-22 16:48:05 +00:00
kmp_safe_c_api.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_sched.cpp [OpenMP][Stats] Fix stats gathering for distribute and team clause 2019-04-03 18:53:26 +00:00
kmp_settings.cpp [OpenMP] Add OpenMP 5.0 nonmonotonic code 2019-04-30 19:20:35 +00:00
kmp_settings.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_stats.cpp [OpenMP][Stats] Fix stats gathering for distribute and team clause 2019-04-03 18:53:26 +00:00
kmp_stats.h [OpenMP][Stats] Fix stats gathering for distribute and team clause 2019-04-03 18:53:26 +00:00
kmp_stats_timing.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_stats_timing.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_str.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_str.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_stub.cpp [OpenMP] Implement 5.0 memory management 2019-04-08 17:59:28 +00:00
kmp_stub.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_taskdeps.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_taskdeps.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_tasking.cpp [OpenMP] Implement task modifier for reduction clause 2019-05-01 17:54:01 +00:00
kmp_taskq.cpp [OpenMP] Remove deprecated taskq 2019-03-15 18:24:59 +00:00
kmp_threadprivate.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_utility.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_version.cpp [OpenMP] Add Intel 19.0 to list of compilers in kmp_version.cpp 2019-03-25 22:31:00 +00:00
kmp_version.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_wait_release.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
kmp_wait_release.h [OpenMP] Clean up load balancing dynamic mode 2019-04-08 17:50:02 +00:00
kmp_wrapper_getpid.h Fix gettid warnings on FreeBSD 2019-03-25 18:37:14 +00:00
kmp_wrapper_malloc.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
libomp.rc.var Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ompt-event-specific.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ompt-general.cpp [OpenMP] Add implementation to two OMPT API routines 2019-05-21 20:51:05 +00:00
ompt-internal.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ompt-specific.cpp [OpenMP] Add implementation to two OMPT API routines 2019-05-21 20:51:05 +00:00
ompt-specific.h [OpenMP][OMPT] Distinguish different barrier kinds 2019-02-28 20:55:39 +00:00
test-touch.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
tsan_annotations.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
tsan_annotations.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
z_Linux_asm.S [OpenMP][AArch64] Fix compile with LLVM trunk. 2019-05-14 21:44:54 +00:00
z_Linux_util.cpp Fixed second issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584. 2019-05-16 17:52:53 +00:00
z_Windows_NT-586_asm.asm Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
z_Windows_NT-586_util.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
z_Windows_NT_util.cpp Fixed second issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584. 2019-05-16 17:52:53 +00:00