summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/task_private_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-211-1/+0
* Revert 9 changes from r284793, they still fail on some botsReid Kleckner2016-10-201-1/+1
* Remove 24 instances of 'REQUIRES: shell'Reid Kleckner2016-10-201-1/+1
* [OPENMP 4.5] Fixed codegen for 'priority' and destructors in task-basedAlexey Bataev2016-05-301-6/+8
* [OPENMP 4.0] Fixed codegen for destructors in task-based directives.Alexey Bataev2016-05-101-6/+2
* [OPENMP] Codegen for untied tasks.Alexey Bataev2016-04-201-4/+5
* Revert "[OPENMP] Codegen for untied tasks."Alexey Bataev2016-04-191-5/+4
* [OPENMP] Codegen for untied tasks.Alexey Bataev2016-04-191-4/+5
* Revert "[OPENMP] Codegen for untied tasks."Alexey Bataev2016-04-191-5/+4
* [OPENMP] Codegen for untied tasks.Alexey Bataev2016-04-191-4/+5
* [OPENMP] Fix crash on codegen for 'task' directive with no shared variables.Alexey Bataev2015-11-241-0/+3
* 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