summaryrefslogtreecommitdiff
path: root/test/OpenMP/ordered_codegen.cpp
AgeCommit message (Expand)Author
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-08-04[OPENMP] Unify generation of outlined function calls.Alexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2015-12-31[OPENMP 4.5] Codegen for 'schedule' clause with monotonic/nonmonotonic modifi...Alexey Bataev
2015-12-30[OPENMP 4.5] Allow 'ordered' clause on 'loop simd' constructs.Alexey Bataev
2015-09-29[OPENMP 4.1] Codegen for ‘simd’ clause in ‘ordered’ directive.Alexey Bataev
2015-09-25[OPENMP 4.1] Add 'threads' clause for '#pragma omp ordered'.Alexey Bataev
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl
2015-07-07Update testcases that use precompiled headers to require a target afterAdrian Prantl
2015-07-03[OPENMP 4.0] Fixed codegen for 'cancellation point' construct.Alexey Bataev
2015-05-20[OPENMP] Fix codegen for ordered loop directives.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-05-07[OPENMP] Generate !llvm.mem.loop_parallel_access metadata for loops with dyna...Alexey Bataev
2015-04-22[OPENMP] Codegen for 'ordered' directive.Alexey Bataev