]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of LLVM openmp trunk r351319 (just before the release_80
authordim <dim@FreeBSD.org>
Thu, 14 Mar 2019 20:09:10 +0000 (20:09 +0000)
committerdim <dim@FreeBSD.org>
Thu, 14 Mar 2019 20:09:10 +0000 (20:09 +0000)
commitf313a80d04c9c092935810c1fcb86eac388ffa59
tree7d555b5e9913fdace68a1a55afa61f7eb9d42469
Vendor import of LLVM openmp trunk r351319 (just before the release_80
branch point):
https://llvm.org/svn/llvm-project/openmp/trunk@351319
110 files changed:
CREDITS.txt [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
runtime/src/dllexports [new file with mode: 0644]
runtime/src/exports_so.txt [new file with mode: 0644]
runtime/src/extractExternal.cpp [new file with mode: 0644]
runtime/src/i18n/en_US.txt [new file with mode: 0644]
runtime/src/include/30/omp.h.var [new file with mode: 0644]
runtime/src/include/30/omp_lib.f.var [new file with mode: 0644]
runtime/src/include/30/omp_lib.f90.var [new file with mode: 0644]
runtime/src/include/30/omp_lib.h.var [new file with mode: 0644]
runtime/src/include/40/omp.h.var [new file with mode: 0644]
runtime/src/include/40/omp_lib.f.var [new file with mode: 0644]
runtime/src/include/40/omp_lib.f90.var [new file with mode: 0644]
runtime/src/include/40/omp_lib.h.var [new file with mode: 0644]
runtime/src/include/45/omp.h.var [new file with mode: 0644]
runtime/src/include/45/omp_lib.f.var [new file with mode: 0644]
runtime/src/include/45/omp_lib.f90.var [new file with mode: 0644]
runtime/src/include/45/omp_lib.h.var [new file with mode: 0644]
runtime/src/include/50/omp-tools.h.var [new file with mode: 0644]
runtime/src/include/50/omp.h.var [new file with mode: 0644]
runtime/src/include/50/omp_lib.f.var [new file with mode: 0644]
runtime/src/include/50/omp_lib.f90.var [new file with mode: 0644]
runtime/src/include/50/omp_lib.h.var [new file with mode: 0644]
runtime/src/kmp.h [new file with mode: 0644]
runtime/src/kmp_affinity.cpp [new file with mode: 0644]
runtime/src/kmp_affinity.h [new file with mode: 0644]
runtime/src/kmp_alloc.cpp [new file with mode: 0644]
runtime/src/kmp_atomic.cpp [new file with mode: 0644]
runtime/src/kmp_atomic.h [new file with mode: 0644]
runtime/src/kmp_barrier.cpp [new file with mode: 0644]
runtime/src/kmp_cancel.cpp [new file with mode: 0644]
runtime/src/kmp_config.h.cmake [new file with mode: 0644]
runtime/src/kmp_csupport.cpp [new file with mode: 0644]
runtime/src/kmp_debug.cpp [new file with mode: 0644]
runtime/src/kmp_debug.h [new file with mode: 0644]
runtime/src/kmp_debugger.cpp [new file with mode: 0644]
runtime/src/kmp_debugger.h [new file with mode: 0644]
runtime/src/kmp_dispatch.cpp [new file with mode: 0644]
runtime/src/kmp_dispatch.h [new file with mode: 0644]
runtime/src/kmp_dispatch_hier.h [new file with mode: 0644]
runtime/src/kmp_environment.cpp [new file with mode: 0644]
runtime/src/kmp_environment.h [new file with mode: 0644]
runtime/src/kmp_error.cpp [new file with mode: 0644]
runtime/src/kmp_error.h [new file with mode: 0644]
runtime/src/kmp_ftn_cdecl.cpp [new file with mode: 0644]
runtime/src/kmp_ftn_entry.h [new file with mode: 0644]
runtime/src/kmp_ftn_extra.cpp [new file with mode: 0644]
runtime/src/kmp_ftn_os.h [new file with mode: 0644]
runtime/src/kmp_ftn_stdcall.cpp [new file with mode: 0644]
runtime/src/kmp_global.cpp [new file with mode: 0644]
runtime/src/kmp_gsupport.cpp [new file with mode: 0644]
runtime/src/kmp_i18n.cpp [new file with mode: 0644]
runtime/src/kmp_i18n.h [new file with mode: 0644]
runtime/src/kmp_import.cpp [new file with mode: 0644]
runtime/src/kmp_io.cpp [new file with mode: 0644]
runtime/src/kmp_io.h [new file with mode: 0644]
runtime/src/kmp_itt.cpp [new file with mode: 0644]
runtime/src/kmp_itt.h [new file with mode: 0644]
runtime/src/kmp_itt.inl [new file with mode: 0644]
runtime/src/kmp_lock.cpp [new file with mode: 0644]
runtime/src/kmp_lock.h [new file with mode: 0644]
runtime/src/kmp_omp.h [new file with mode: 0644]
runtime/src/kmp_os.h [new file with mode: 0644]
runtime/src/kmp_platform.h [new file with mode: 0644]
runtime/src/kmp_runtime.cpp [new file with mode: 0644]
runtime/src/kmp_safe_c_api.h [new file with mode: 0644]
runtime/src/kmp_sched.cpp [new file with mode: 0644]
runtime/src/kmp_settings.cpp [new file with mode: 0644]
runtime/src/kmp_settings.h [new file with mode: 0644]
runtime/src/kmp_stats.cpp [new file with mode: 0644]
runtime/src/kmp_stats.h [new file with mode: 0644]
runtime/src/kmp_stats_timing.cpp [new file with mode: 0644]
runtime/src/kmp_stats_timing.h [new file with mode: 0644]
runtime/src/kmp_str.cpp [new file with mode: 0644]
runtime/src/kmp_str.h [new file with mode: 0644]
runtime/src/kmp_stub.cpp [new file with mode: 0644]
runtime/src/kmp_stub.h [new file with mode: 0644]
runtime/src/kmp_taskdeps.cpp [new file with mode: 0644]
runtime/src/kmp_taskdeps.h [new file with mode: 0644]
runtime/src/kmp_tasking.cpp [new file with mode: 0644]
runtime/src/kmp_taskq.cpp [new file with mode: 0644]
runtime/src/kmp_threadprivate.cpp [new file with mode: 0644]
runtime/src/kmp_utility.cpp [new file with mode: 0644]
runtime/src/kmp_version.cpp [new file with mode: 0644]
runtime/src/kmp_version.h [new file with mode: 0644]
runtime/src/kmp_wait_release.cpp [new file with mode: 0644]
runtime/src/kmp_wait_release.h [new file with mode: 0644]
runtime/src/kmp_wrapper_getpid.h [new file with mode: 0644]
runtime/src/kmp_wrapper_malloc.h [new file with mode: 0644]
runtime/src/libomp.rc.var [new file with mode: 0644]
runtime/src/ompt-event-specific.h [new file with mode: 0644]
runtime/src/ompt-general.cpp [new file with mode: 0644]
runtime/src/ompt-internal.h [new file with mode: 0644]
runtime/src/ompt-specific.cpp [new file with mode: 0644]
runtime/src/ompt-specific.h [new file with mode: 0644]
runtime/src/test-touch.c [new file with mode: 0644]
runtime/src/thirdparty/ittnotify/disable_warnings.h [new file with mode: 0644]
runtime/src/thirdparty/ittnotify/ittnotify.h [new file with mode: 0644]
runtime/src/thirdparty/ittnotify/ittnotify_config.h [new file with mode: 0644]
runtime/src/thirdparty/ittnotify/ittnotify_static.c [new file with mode: 0644]
runtime/src/thirdparty/ittnotify/ittnotify_static.h [new file with mode: 0644]
runtime/src/thirdparty/ittnotify/ittnotify_types.h [new file with mode: 0644]
runtime/src/thirdparty/ittnotify/legacy/ittnotify.h [new file with mode: 0644]
runtime/src/tsan_annotations.cpp [new file with mode: 0644]
runtime/src/tsan_annotations.h [new file with mode: 0644]
runtime/src/z_Linux_asm.S [new file with mode: 0644]
runtime/src/z_Linux_util.cpp [new file with mode: 0644]
runtime/src/z_Windows_NT-586_asm.asm [new file with mode: 0644]
runtime/src/z_Windows_NT-586_util.cpp [new file with mode: 0644]
runtime/src/z_Windows_NT_util.cpp [new file with mode: 0644]