summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/for_firstprivate_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow static local variables specified on data-sharing attribute clauses.Kelvin Li2015-09-151-7/+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] Fix for http://llvm.org/PR24674: assertion failed and and abort trapAlexey Bataev2015-09-041-2/+7
* [OPENMP 4.1] Allow variables with reference types in private clauses.Alexey Bataev2015-08-181-1/+1
* [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-5/+5
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-5/+5
* [OPENMP] Fix use of unsigned counters in loops with zero trip count.Alexey Bataev2015-04-221-2/+2
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-5/+5
* Changed test to not brake ARM buildbots, NFC.Alexey Bataev2015-04-151-5/+5
* [OPENMP] Codegen for 'firstprivate' clause in 'for' directive.Alexey Bataev2015-04-151-0/+280
OpenPOWER on IntegriCloud