llvm-project/openmp/runtime/test/worksharing/for
Jonas Hahnfeld 221e7bb1fc Fix for OMP doacross implementation on Power
Power has a weak consistency model so we need memory barriers to
make writes (both from runtime and from user code) available for
all threads.

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

llvm-svn: 318848
2017-11-22 17:15:20 +00:00
..
bug_set_schedule_0.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
kmp_doacross_check.c Fix for OMP doacross implementation on Power 2017-11-22 17:15:20 +00:00
kmp_sch_simd_guided.c OpenMP 4.5: implemented support of schedule(simd:guided) and 2017-06-05 17:17:33 +00:00
kmp_sch_simd_runtime_api.c OpenMP 4.5: implemented support of schedule(simd:guided) and 2017-06-05 17:17:33 +00:00
kmp_sch_simd_runtime_guided.c OpenMP 4.5: implemented support of schedule(simd:guided) and 2017-06-05 17:17:33 +00:00
kmp_sch_simd_runtime_static.c OpenMP 4.5: implemented support of schedule(simd:guided) and 2017-06-05 17:17:33 +00:00
kmp_set_dispatch_buf.c Offer API for setting number of loop dispatch buffers 2016-05-31 19:01:15 +00:00
omp_for_bigbounds.c
omp_for_collapse.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_firstprivate.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_lastprivate.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_nowait.c Fix the nowait tests for omp for and omp single 2016-07-06 17:26:12 +00:00
omp_for_ordered.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_private.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_reduction.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_schedule_auto.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_schedule_dynamic.c Remove unnecessary unistd.h header from tests. 2016-05-18 21:36:34 +00:00
omp_for_schedule_guided.c Remove unnecessary unistd.h header from tests. 2016-05-18 21:36:34 +00:00
omp_for_schedule_runtime.c Enable omp_get_schedule() to return static steal type. 2016-10-07 18:01:35 +00:00
omp_for_schedule_static.c Remove unnecessary unistd.h header from tests. 2016-05-18 21:36:34 +00:00
omp_for_schedule_static_3.c Remove unnecessary unistd.h header from tests. 2016-05-18 21:36:34 +00:00
omp_parallel_for_firstprivate.c
omp_parallel_for_if.c
omp_parallel_for_lastprivate.c
omp_parallel_for_ordered.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_parallel_for_private.c
omp_parallel_for_reduction.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00