Import llvm-toolchain-7_7.orig-openmp.tar.bz2
authorSylvestre Ledru <sylvestre@debian.org>
Mon, 17 Sep 2018 11:51:03 +0000 (12:51 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Mon, 17 Sep 2018 11:51:03 +0000 (12:51 +0100)
commit10f634e502d6029c737a93d61a53653a672b4c83
treec8d641d5282b5c76975120977711d1d5251f6f40
Import llvm-toolchain-7_7.orig-openmp.tar.bz2

[dgit import orig llvm-toolchain-7_7.orig-openmp.tar.bz2]
384 files changed:
.arcconfig [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CREDITS.txt [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
README.rst [new file with mode: 0644]
cmake/DetectTestCompiler/CMakeLists.txt [new file with mode: 0644]
cmake/HandleOpenMPOptions.cmake [new file with mode: 0644]
cmake/OpenMPTesting.cmake [new file with mode: 0644]
cmake/config-ix.cmake [new file with mode: 0644]
libomptarget/CMakeLists.txt [new file with mode: 0644]
libomptarget/README.txt [new file with mode: 0644]
libomptarget/cmake/Modules/LibomptargetGetDependencies.cmake [new file with mode: 0644]
libomptarget/cmake/Modules/LibomptargetNVPTXBitcodeLibrary.cmake [new file with mode: 0644]
libomptarget/cmake/Modules/LibomptargetUtils.cmake [new file with mode: 0644]
libomptarget/deviceRTLs/CMakeLists.txt [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/CMakeLists.txt [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/docs/ReductionDesign.txt [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/cancel.cu [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/counter_group.h [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/counter_groupi.h [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/critical.cu [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/data_sharing.cu [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/debug.h [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/interface.h [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/libcall.cu [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/loop.cu [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/omp_data.cu [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.cu [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.h [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/omptarget-nvptxi.h [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/option.h [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/parallel.cu [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/reduction.cu [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/state-queue.h [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/state-queuei.h [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/support.h [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/supporti.h [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/sync.cu [new file with mode: 0644]
libomptarget/deviceRTLs/nvptx/src/task.cu [new file with mode: 0644]
libomptarget/include/omptarget.h [new file with mode: 0644]
libomptarget/include/omptargetplugin.h [new file with mode: 0644]
libomptarget/plugins/CMakeLists.txt [new file with mode: 0644]
libomptarget/plugins/aarch64/CMakeLists.txt [new file with mode: 0644]
libomptarget/plugins/common/elf_common.c [new file with mode: 0644]
libomptarget/plugins/cuda/CMakeLists.txt [new file with mode: 0644]
libomptarget/plugins/cuda/src/rtl.cpp [new file with mode: 0644]
libomptarget/plugins/exports [new file with mode: 0644]
libomptarget/plugins/generic-elf-64bit/src/rtl.cpp [new file with mode: 0644]
libomptarget/plugins/ppc64/CMakeLists.txt [new file with mode: 0644]
libomptarget/plugins/ppc64le/CMakeLists.txt [new file with mode: 0644]
libomptarget/plugins/x86_64/CMakeLists.txt [new file with mode: 0644]
libomptarget/src/CMakeLists.txt [new file with mode: 0644]
libomptarget/src/api.cpp [new file with mode: 0644]
libomptarget/src/device.cpp [new file with mode: 0644]
libomptarget/src/device.h [new file with mode: 0644]
libomptarget/src/exports [new file with mode: 0644]
libomptarget/src/interface.cpp [new file with mode: 0644]
libomptarget/src/omptarget.cpp [new file with mode: 0644]
libomptarget/src/private.h [new file with mode: 0644]
libomptarget/src/rtl.cpp [new file with mode: 0644]
libomptarget/src/rtl.h [new file with mode: 0644]
libomptarget/test/CMakeLists.txt [new file with mode: 0644]
libomptarget/test/env/omp_target_debug.c [new file with mode: 0644]
libomptarget/test/lit.cfg [new file with mode: 0644]
libomptarget/test/lit.site.cfg.in [new file with mode: 0644]
libomptarget/test/offloading/offloading_success.c [new file with mode: 0644]
libomptarget/test/offloading/offloading_success.cpp [new file with mode: 0644]
runtime/.clang-format [new file with mode: 0644]
runtime/CMakeLists.txt [new file with mode: 0644]
runtime/README.txt [new file with mode: 0644]
runtime/cmake/LibompCheckFortranFlag.cmake [new file with mode: 0644]
runtime/cmake/LibompCheckLinkerFlag.cmake [new file with mode: 0644]
runtime/cmake/LibompDefinitions.cmake [new file with mode: 0644]
runtime/cmake/LibompExports.cmake [new file with mode: 0644]
runtime/cmake/LibompGetArchitecture.cmake [new file with mode: 0644]
runtime/cmake/LibompHandleFlags.cmake [new file with mode: 0644]
runtime/cmake/LibompMicroTests.cmake [new file with mode: 0644]
runtime/cmake/LibompUtils.cmake [new file with mode: 0644]
runtime/cmake/config-ix.cmake [new file with mode: 0644]
runtime/doc/Reference.pdf [new file with mode: 0644]
runtime/doc/doxygen/config [new file with mode: 0644]
runtime/doc/doxygen/header.tex [new file with mode: 0644]
runtime/doc/doxygen/libomp_interface.h [new file with mode: 0644]
runtime/src/CMakeLists.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.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/include/50/ompt.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_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]
runtime/test/CMakeLists.txt [new file with mode: 0644]
runtime/test/api/has_openmp.c [new file with mode: 0644]
runtime/test/api/kmp_aligned_malloc.c [new file with mode: 0644]
runtime/test/api/kmp_set_defaults_lock_bug.c [new file with mode: 0644]
runtime/test/api/omp_get_num_threads.c [new file with mode: 0644]
runtime/test/api/omp_get_wtick.c [new file with mode: 0644]
runtime/test/api/omp_get_wtime.c [new file with mode: 0644]
runtime/test/api/omp_in_parallel.c [new file with mode: 0644]
runtime/test/atomic/omp_atomic.c [new file with mode: 0644]
runtime/test/barrier/omp_barrier.c [new file with mode: 0644]
runtime/test/critical/omp_critical.c [new file with mode: 0644]
runtime/test/env/kmp_aff_disable_hwloc.c [new file with mode: 0644]
runtime/test/env/kmp_set_dispatch_buf.c [new file with mode: 0644]
runtime/test/env/omp_thread_limit.c [new file with mode: 0644]
runtime/test/env/omp_wait_policy.c [new file with mode: 0644]
runtime/test/flush/omp_flush.c [new file with mode: 0644]
runtime/test/lit.cfg [new file with mode: 0644]
runtime/test/lit.site.cfg.in [new file with mode: 0644]
runtime/test/lock/omp_init_lock.c [new file with mode: 0644]
runtime/test/lock/omp_lock.c [new file with mode: 0644]
runtime/test/lock/omp_nest_lock.c [new file with mode: 0644]
runtime/test/lock/omp_test_lock.c [new file with mode: 0644]
runtime/test/lock/omp_test_nest_lock.c [new file with mode: 0644]
runtime/test/master/omp_master.c [new file with mode: 0644]
runtime/test/master/omp_master_3.c [new file with mode: 0644]
runtime/test/misc_bugs/cancellation_for_sections.c [new file with mode: 0644]
runtime/test/misc_bugs/many-microtask-args.c [new file with mode: 0644]
runtime/test/misc_bugs/omp_foreign_thread_team_reuse.c [new file with mode: 0644]
runtime/test/misc_bugs/teams-no-par.c [new file with mode: 0644]
runtime/test/misc_bugs/teams-reduction.c [new file with mode: 0644]
runtime/test/omp_my_sleep.h [new file with mode: 0644]
runtime/test/omp_testsuite.h [new file with mode: 0644]
runtime/test/ompt/callback.h [new file with mode: 0755]
runtime/test/ompt/cancel/cancel_parallel.c [new file with mode: 0644]
runtime/test/ompt/cancel/cancel_taskgroup.c [new file with mode: 0644]
runtime/test/ompt/cancel/cancel_worksharing.c [new file with mode: 0644]
runtime/test/ompt/loadtool/tool_available/tool_available.c [new file with mode: 0644]
runtime/test/ompt/loadtool/tool_available_search/tool_available_search.c [new file with mode: 0644]
runtime/test/ompt/loadtool/tool_not_available/tool_not_available.c [new file with mode: 0644]
runtime/test/ompt/misc/api_calls_from_other_thread.cpp [new file with mode: 0644]
runtime/test/ompt/misc/api_calls_misc.c [new file with mode: 0644]
runtime/test/ompt/misc/api_calls_places.c [new file with mode: 0644]
runtime/test/ompt/misc/control_tool.c [new file with mode: 0644]
runtime/test/ompt/misc/control_tool_no_ompt_support.c [new file with mode: 0644]
runtime/test/ompt/misc/idle.c [new file with mode: 0644]
runtime/test/ompt/misc/interoperability.cpp [new file with mode: 0644]
runtime/test/ompt/misc/threads.c [new file with mode: 0644]
runtime/test/ompt/misc/threads_nested.c [new file with mode: 0644]
runtime/test/ompt/misc/unset_callback.c [new file with mode: 0644]
runtime/test/ompt/ompt-signal.h [new file with mode: 0644]
runtime/test/ompt/parallel/dynamic_enough_threads.c [new file with mode: 0644]
runtime/test/ompt/parallel/dynamic_not_enough_threads.c [new file with mode: 0644]
runtime/test/ompt/parallel/max_active_levels_serialized.c [new file with mode: 0644]
runtime/test/ompt/parallel/nested.c [new file with mode: 0644]
runtime/test/ompt/parallel/nested_lwt.c [new file with mode: 0644]
runtime/test/ompt/parallel/nested_serialized.c [new file with mode: 0644]
runtime/test/ompt/parallel/nested_thread_num.c [new file with mode: 0644]
runtime/test/ompt/parallel/no_thread_num_clause.c [new file with mode: 0644]
runtime/test/ompt/parallel/normal.c [new file with mode: 0644]
runtime/test/ompt/parallel/not_enough_threads.c [new file with mode: 0644]
runtime/test/ompt/parallel/parallel_if0.c [new file with mode: 0644]
runtime/test/ompt/parallel/serialized.c [new file with mode: 0644]
runtime/test/ompt/synchronization/barrier/explicit.c [new file with mode: 0644]
runtime/test/ompt/synchronization/barrier/for_loop.c [new file with mode: 0644]
runtime/test/ompt/synchronization/barrier/for_simd.c [new file with mode: 0644]
runtime/test/ompt/synchronization/barrier/implicit_task_data.c [new file with mode: 0644]
runtime/test/ompt/synchronization/barrier/parallel_region.c [new file with mode: 0644]
runtime/test/ompt/synchronization/barrier/sections.c [new file with mode: 0644]
runtime/test/ompt/synchronization/barrier/single.c [new file with mode: 0644]
runtime/test/ompt/synchronization/critical.c [new file with mode: 0644]
runtime/test/ompt/synchronization/flush.c [new file with mode: 0644]
runtime/test/ompt/synchronization/lock.c [new file with mode: 0644]
runtime/test/ompt/synchronization/master.c [new file with mode: 0644]
runtime/test/ompt/synchronization/nest_lock.c [new file with mode: 0644]
runtime/test/ompt/synchronization/ordered.c [new file with mode: 0644]
runtime/test/ompt/synchronization/taskgroup.c [new file with mode: 0644]
runtime/test/ompt/synchronization/taskwait.c [new file with mode: 0644]
runtime/test/ompt/synchronization/test_lock.c [new file with mode: 0644]
runtime/test/ompt/synchronization/test_nest_lock.c [new file with mode: 0644]
runtime/test/ompt/synchronization/test_nest_lock_parallel.c [new file with mode: 0644]
runtime/test/ompt/tasks/dependences.c [new file with mode: 0644]
runtime/test/ompt/tasks/explicit_task.c [new file with mode: 0644]
runtime/test/ompt/tasks/serialized.c [new file with mode: 0644]
runtime/test/ompt/tasks/task_in_joinbarrier.c [new file with mode: 0644]
runtime/test/ompt/tasks/task_types.c [new file with mode: 0644]
runtime/test/ompt/tasks/task_types_serialized.c [new file with mode: 0644]
runtime/test/ompt/tasks/taskloop.c [new file with mode: 0644]
runtime/test/ompt/tasks/taskyield.c [new file with mode: 0644]
runtime/test/ompt/tasks/untied_task.c [new file with mode: 0644]
runtime/test/ompt/worksharing/for/auto.c [new file with mode: 0644]
runtime/test/ompt/worksharing/for/auto_serialized.c [new file with mode: 0644]
runtime/test/ompt/worksharing/for/auto_split.c [new file with mode: 0644]
runtime/test/ompt/worksharing/for/base.h [new file with mode: 0644]
runtime/test/ompt/worksharing/for/base_serialized.h [new file with mode: 0644]
runtime/test/ompt/worksharing/for/base_split.h [new file with mode: 0644]
runtime/test/ompt/worksharing/for/dynamic.c [new file with mode: 0644]
runtime/test/ompt/worksharing/for/dynamic_serialized.c [new file with mode: 0644]
runtime/test/ompt/worksharing/for/dynamic_split.c [new file with mode: 0644]
runtime/test/ompt/worksharing/for/guided.c [new file with mode: 0644]
runtime/test/ompt/worksharing/for/guided_serialized.c [new file with mode: 0644]
runtime/test/ompt/worksharing/for/guided_split.c [new file with mode: 0644]
runtime/test/ompt/worksharing/for/runtime.c [new file with mode: 0644]
runtime/test/ompt/worksharing/for/runtime_serialized.c [new file with mode: 0644]
runtime/test/ompt/worksharing/for/runtime_split.c [new file with mode: 0644]
runtime/test/ompt/worksharing/for/static.c [new file with mode: 0644]
runtime/test/ompt/worksharing/for/static_serialized.c [new file with mode: 0644]
runtime/test/ompt/worksharing/for/static_split.c [new file with mode: 0644]
runtime/test/ompt/worksharing/sections.c [new file with mode: 0644]
runtime/test/ompt/worksharing/single.c [new file with mode: 0644]
runtime/test/parallel/omp_nested.c [new file with mode: 0644]
runtime/test/parallel/omp_parallel_copyin.c [new file with mode: 0644]
runtime/test/parallel/omp_parallel_default.c [new file with mode: 0644]
runtime/test/parallel/omp_parallel_firstprivate.c [new file with mode: 0644]
runtime/test/parallel/omp_parallel_if.c [new file with mode: 0644]
runtime/test/parallel/omp_parallel_num_threads.c [new file with mode: 0644]
runtime/test/parallel/omp_parallel_private.c [new file with mode: 0644]
runtime/test/parallel/omp_parallel_reduction.c [new file with mode: 0644]
runtime/test/parallel/omp_parallel_shared.c [new file with mode: 0644]
runtime/test/tasking/bug_36720.c [new file with mode: 0644]
runtime/test/tasking/bug_nested_proxy_task.c [new file with mode: 0644]
runtime/test/tasking/bug_proxy_task_dep_waiting.c [new file with mode: 0644]
runtime/test/tasking/bug_serial_taskgroup.c [new file with mode: 0644]
runtime/test/tasking/kmp_task_reduction_nest.cpp [new file with mode: 0644]
runtime/test/tasking/kmp_taskloop.c [new file with mode: 0644]
runtime/test/tasking/nested_parallel_tasking.c [new file with mode: 0644]
runtime/test/tasking/nested_task_creation.c [new file with mode: 0644]
runtime/test/tasking/omp_task.c [new file with mode: 0644]
runtime/test/tasking/omp_task_final.c [new file with mode: 0644]
runtime/test/tasking/omp_task_firstprivate.c [new file with mode: 0644]
runtime/test/tasking/omp_task_if.c [new file with mode: 0644]
runtime/test/tasking/omp_task_imp_firstprivate.c [new file with mode: 0644]
runtime/test/tasking/omp_task_priority.c [new file with mode: 0644]
runtime/test/tasking/omp_task_private.c [new file with mode: 0644]
runtime/test/tasking/omp_task_shared.c [new file with mode: 0644]
runtime/test/tasking/omp_taskloop_grainsize.c [new file with mode: 0644]
runtime/test/tasking/omp_taskloop_num_tasks.c [new file with mode: 0644]
runtime/test/tasking/omp_taskwait.c [new file with mode: 0644]
runtime/test/tasking/omp_taskyield.c [new file with mode: 0644]
runtime/test/threadprivate/omp_threadprivate.c [new file with mode: 0644]
runtime/test/threadprivate/omp_threadprivate_for.c [new file with mode: 0644]
runtime/test/worksharing/for/bug_set_schedule_0.c [new file with mode: 0644]
runtime/test/worksharing/for/kmp_doacross_check.c [new file with mode: 0644]
runtime/test/worksharing/for/kmp_sch_simd_guided.c [new file with mode: 0644]
runtime/test/worksharing/for/kmp_sch_simd_runtime_api.c [new file with mode: 0644]
runtime/test/worksharing/for/kmp_sch_simd_runtime_guided.c [new file with mode: 0644]
runtime/test/worksharing/for/kmp_sch_simd_runtime_static.c [new file with mode: 0644]
runtime/test/worksharing/for/kmp_set_dispatch_buf.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_doacross.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_for_bigbounds.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_for_collapse.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_for_firstprivate.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_for_lastprivate.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_for_nowait.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_for_ordered.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_for_private.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_for_reduction.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_for_schedule_auto.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_for_schedule_dynamic.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_for_schedule_guided.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_for_schedule_runtime.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_for_schedule_static.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_for_schedule_static_3.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_parallel_for_firstprivate.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_parallel_for_if.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_parallel_for_lastprivate.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_parallel_for_ordered.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_parallel_for_private.c [new file with mode: 0644]
runtime/test/worksharing/for/omp_parallel_for_reduction.c [new file with mode: 0644]
runtime/test/worksharing/sections/omp_parallel_sections_firstprivate.c [new file with mode: 0644]
runtime/test/worksharing/sections/omp_parallel_sections_lastprivate.c [new file with mode: 0644]
runtime/test/worksharing/sections/omp_parallel_sections_private.c [new file with mode: 0644]
runtime/test/worksharing/sections/omp_parallel_sections_reduction.c [new file with mode: 0644]
runtime/test/worksharing/sections/omp_section_firstprivate.c [new file with mode: 0644]
runtime/test/worksharing/sections/omp_section_lastprivate.c [new file with mode: 0644]
runtime/test/worksharing/sections/omp_section_private.c [new file with mode: 0644]
runtime/test/worksharing/sections/omp_sections_nowait.c [new file with mode: 0644]
runtime/test/worksharing/sections/omp_sections_reduction.c [new file with mode: 0644]
runtime/test/worksharing/single/omp_single.c [new file with mode: 0644]
runtime/test/worksharing/single/omp_single_copyprivate.c [new file with mode: 0644]
runtime/test/worksharing/single/omp_single_nowait.c [new file with mode: 0644]
runtime/test/worksharing/single/omp_single_private.c [new file with mode: 0644]
runtime/tools/check-depends.pl [new file with mode: 0755]
runtime/tools/check-execstack.pl [new file with mode: 0755]
runtime/tools/check-instruction-set.pl [new file with mode: 0755]
runtime/tools/generate-def.pl [new file with mode: 0755]
runtime/tools/lib/Build.pm [new file with mode: 0644]
runtime/tools/lib/LibOMP.pm [new file with mode: 0644]
runtime/tools/lib/Platform.pm [new file with mode: 0644]
runtime/tools/lib/Uname.pm [new file with mode: 0644]
runtime/tools/lib/tools.pm [new file with mode: 0644]
runtime/tools/message-converter.pl [new file with mode: 0755]
runtime/tools/summarizeStats.py [new file with mode: 0644]