summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/task_private_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow static local variables specified on data-sharing attribute clauses.Kelvin Li2015-09-151-8/+28
* [OPENMP] Preserve alignment of the original variables for the captured refere...Alexey Bataev2015-09-111-19/+19
* [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] Do not emit references to original variables in 'private' clause.Alexey Bataev2015-06-231-35/+10
* [OPENMP] Prepare codegen for privates in tasks for non-capturing of privates ...Alexey Bataev2015-05-221-60/+65
* [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
* Suppress clang/test/OpenMP/task_private_codegen.cpp on win32 for now. Investi...NAKAMURA Takumi2015-05-011-1/+4
* [OPENMP] Mark test as not compatible with MS Windows.Alexey Bataev2015-04-301-0/+1
* [OPENMP] Codegen for 'private' clause in 'task' directive.Alexey Bataev2015-04-301-0/+360
OpenPOWER on IntegriCloud