summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/sections_firstprivate_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-211-1/+0
* Re-apply r272900 - [OpenMP] Cast captures by copy when passed to fork call so...Samuel Antao2016-06-161-1/+5
* Revert r272900 - [OpenMP] Cast captures by copy when passed to fork call so t...Samuel Antao2016-06-161-5/+1
* [OpenMP] Cast captures by copy when passed to fork call so that they are comp...Samuel Antao2016-06-161-1/+5
* [OPENMP] Fixed codegen for firstprivate vars in standalone worksharingAlexey Bataev2016-05-241-2/+6
* [OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev2016-05-171-6/+4
* [OPENMP] Remove extra sync barriers for 'firstprivate' clause.Alexey Bataev2016-02-151-8/+5
* [OPENMP] Generalize codegen for 'sections'-based directive.Alexey Bataev2016-01-221-7/+12
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-2/+2
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-2/+2
* Allow static local variables specified on data-sharing attribute clauses.Kelvin Li2015-09-151-10/+54
* [OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev2015-09-151-3/+3
* [OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev2015-09-101-15/+11
* [OPENMP] Drop type qualifiers from private variables.Alexey Bataev2015-07-141-4/+4
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-0/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+0
* Update testcases that use precompiled headers to require a target afterAdrian Prantl2015-07-071-0/+1
* [OPENMP 4.0] Fixed codegen for 'cancellation point' construct.Alexey Bataev2015-07-031-4/+4
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-5/+5
* [OPENMP] Codegen for 'firstprivate' clause in 'sections' directive.Alexey Bataev2015-04-241-0/+277