summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/task_firstprivate_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow static local variables specified on data-sharing attribute clauses.Kelvin Li2015-09-151-11/+56
* [OPENMP] Preserve alignment of the original variables for the captured refere...Alexey Bataev2015-09-111-24/+24
* [OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev2015-09-101-6/+6
* [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-1/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+1
* Add target requirements to testcases that emit PCH.Adrian Prantl2015-07-071-1/+1
* [OPENMP] Prepare codegen for privates in tasks for non-capturing of privates ...Alexey Bataev2015-05-221-54/+67
* [OPENMP] Fixed codegen for parameters privatization.Alexey Bataev2015-05-211-7/+3
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-6/+6
* [OPENMP] Fixed codegen for copying/initialization of array variables/parameters.Alexey Bataev2015-05-191-0/+24
* [OPENMP] Fix for '#pragma omp task' codegen.Alexey Bataev2015-05-181-22/+21
* [OPENMP] Codegen for 'firstprivate' clause in 'task' directive.Alexey Bataev2015-05-051-0/+401
OpenPOWER on IntegriCloud