summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/sections_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Fix PR35156: Get correct thread id with windows exceptions.Alexey Bataev2017-11-021-1/+1
* [OPENMP] Fix for PR33922: New ident_t flags forAlexey Bataev2017-09-061-1/+1
* [OPRNMP] Fix for PR33445: ICE: OpenMP target containing ordered for.Alexey Bataev2017-08-161-1/+1
* [OPENMP] Fix for PR33922: New ident_t flags forAlexey Bataev2017-08-141-2/+3
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-211-1/+0
* [OPENMP] Generalize codegen for 'sections'-based directive.Alexey Bataev2016-01-221-11/+5
* [OPENMP] Remove explicit call for implicit barrierAlexey Bataev2015-12-181-1/+0
* [OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev2015-09-151-2/+2
* 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] Fixed codegen for 'cancellation point' construct.Alexey Bataev2015-07-031-3/+3
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-3/+3
* [OPENMP] Refactoring of codegen for OpenMP directives.Alexey Bataev2015-04-101-0/+1
* [OPENMP] Improved codegen for implicit/explicit 'barrier' constructs.Alexey Bataev2015-03-301-3/+11
* [OPENMP] Initial codegen for 'omp sections' and 'omp section' directives.Alexey Bataev2015-03-121-0/+96