llvm-project/openmp/runtime/test/worksharing/for
Jonathan Peyton 821649229e [OpenMP] Fix doacross testing for gcc
This patch adds a test using the doacross clauses in OpenMP and removes gcc from
testing kmp_doacross_check.c which is only testing the kmp rather than the
gomp interface.

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

llvm-svn: 338757
2018-08-02 19:13:07 +00:00
..
bug_set_schedule_0.c
kmp_doacross_check.c [OpenMP] Fix doacross testing for gcc 2018-08-02 19:13:07 +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_doacross.c [OpenMP] Fix doacross testing for gcc 2018-08-02 19:13:07 +00:00
omp_for_bigbounds.c [test] Remove XFAIL of omp_for_bigbounds.c for Intel Compiler 2018-07-26 18:14:57 +00:00
omp_for_collapse.c
omp_for_firstprivate.c
omp_for_lastprivate.c
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
omp_for_private.c
omp_for_reduction.c
omp_for_schedule_auto.c
omp_for_schedule_dynamic.c
omp_for_schedule_guided.c
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
omp_for_schedule_static_3.c
omp_parallel_for_firstprivate.c
omp_parallel_for_if.c
omp_parallel_for_lastprivate.c
omp_parallel_for_ordered.c
omp_parallel_for_private.c
omp_parallel_for_reduction.c