summaryrefslogtreecommitdiff
path: root/test/OpenMP/cancel_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] General code improvements.Alexey Bataev2018-04-161-15/+15
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+5
* [OpenMP] Remove barriers at cancel and cancellation pointJonas Hahnfeld2017-02-171-10/+4
* [OPENMP] Fix for PR31428: variable named like directive name modifierAlexey Bataev2016-12-201-3/+3
* [OPENMP] Fixed codegen for 'omp cancel' construct.Alexey Bataev2016-11-171-1/+6
* Revert "[OPENMP] Fixed codegen for 'omp cancel' construct."Vitaly Buka2016-11-161-6/+1
* [OPENMP] Fixed codegen for 'omp cancel' construct.Alexey Bataev2016-11-151-1/+6
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-211-1/+0
* [OPENMP] Generalize codegen for 'sections'-based directive.Alexey Bataev2016-01-221-4/+6
* [OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.Alexey Bataev2016-01-201-2/+2
* [OPENMP] Remove explicit call for implicit barrierAlexey Bataev2015-12-181-3/+0
* [OPENMP 4.0] Add 'if' clause for 'cancel' directive.Alexey Bataev2015-09-181-2/+16
* [OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev2015-09-151-0/+61
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-1/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+1
* Update testcases that use precompiled headers to require a target afterAdrian Prantl2015-07-071-1/+1
* [OPENMP 4.0] Codegen for 'omp cancel' directive.Alexey Bataev2015-07-061-0/+95