llvm-project/openmp/runtime/test/tasking
Andrey Churbanov 72ba210916 Run-time library part of OpenMP 5.0 task reduction implementation.
Added test kmp_task_reduction_nest.cpp which has an example of
possible compiler codegen.

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

llvm-svn: 295343
2017-02-16 17:49:49 +00:00
..
bug_nested_proxy_task.c Correct wrong comment in bug_nested_proxy_task.c 2017-01-30 09:51:02 +00:00
bug_proxy_task_dep_waiting.c Mark tests with task dependencies as unsupported with GCC 2016-08-08 11:52:49 +00:00
bug_serial_taskgroup.c kmp_gsupport: Fix library initialization with taskgroup 2016-08-08 13:23:08 +00:00
kmp_task_reduction_nest.cpp Run-time library part of OpenMP 5.0 task reduction implementation. 2017-02-16 17:49:49 +00:00
kmp_taskloop.c Add new OpenMP 4.5 taskloop construct feature 2016-03-02 22:47:51 +00:00
nested_parallel_tasking.c Bug fix for hang when tasks used in nested parallel 2016-06-21 19:12:07 +00:00
nested_task_creation.c Add test case for nested creation of tasks 2016-08-04 14:55:56 +00:00
omp_task.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_task_final.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_task_firstprivate.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_task_if.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_task_imp_firstprivate.c
omp_task_priority.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_task_private.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_task_shared.c
omp_taskwait.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_taskyield.c