summaryrefslogtreecommitdiff
path: root/test/OpenMP/cancel_codegen.cpp
AgeCommit message (Expand)Author
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-02-17[OpenMP] Remove barriers at cancel and cancellation pointJonas Hahnfeld
2016-12-20[OPENMP] Fix for PR31428: variable named like directive name modifierAlexey Bataev
2016-11-17[OPENMP] Fixed codegen for 'omp cancel' construct.Alexey Bataev
2016-11-16Revert "[OPENMP] Fixed codegen for 'omp cancel' construct."Vitaly Buka
2016-11-15[OPENMP] Fixed codegen for 'omp cancel' construct.Alexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2016-01-22[OPENMP] Generalize codegen for 'sections'-based directive.Alexey Bataev
2016-01-20[OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.Alexey Bataev
2015-12-18[OPENMP] Remove explicit call for implicit barrierAlexey Bataev
2015-09-18[OPENMP 4.0] Add 'if' clause for 'cancel' directive.Alexey Bataev
2015-09-15[OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...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-06[OPENMP 4.0] Codegen for 'omp cancel' directive.Alexey Bataev