aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/ordered_codegen.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner1-1/+0
2015-12-31[OPENMP 4.5] Codegen for 'schedule' clause with monotonic/nonmonotonic modifi...Alexey Bataev1-2/+2
2015-12-30[OPENMP 4.5] Allow 'ordered' clause on 'loop simd' constructs.Alexey Bataev1-0/+8
2015-09-29[OPENMP 4.1] Codegen for ‘simd’ clause in ‘ordered’ directive.Alexey Bataev1-0/+17
2015-09-25[OPENMP 4.1] Add 'threads' clause for '#pragma omp ordered'.Alexey Bataev1-2/+2
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl1-1/+1
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl1-1/+1
2015-07-07Update testcases that use precompiled headers to require a target afterAdrian Prantl1-1/+1
2015-07-03[OPENMP 4.0] Fixed codegen for 'cancellation point' construct.Alexey Bataev1-4/+4
2015-05-20[OPENMP] Fix codegen for ordered loop directives.Alexey Bataev1-13/+15
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev1-3/+3
2015-05-07[OPENMP] Generate !llvm.mem.loop_parallel_access metadata for loops with dyna...Alexey Bataev1-0/+4
2015-04-22[OPENMP] Codegen for 'ordered' directive.Alexey Bataev1-0/+211