summaryrefslogtreecommitdiff
path: root/test/OpenMP/task_firstprivate_codegen.cpp
AgeCommit message (Expand)Author
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2016-11-28[OPENMP] Fix for PR31137: Wrong DSA for members in struct.Alexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2016-10-20Revert 9 changes from r284793, they still fail on some botsReid Kleckner
2016-10-20Remove 24 instances of 'REQUIRES: shell'Reid Kleckner
2016-05-30[OPENMP 4.5] Fixed codegen for 'priority' and destructors in task-basedAlexey Bataev
2016-05-17[OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev
2016-05-10[OPENMP 4.0] Fixed codegen for destructors in task-based directives.Alexey Bataev
2016-04-20[OPENMP] Codegen for untied tasks.Alexey Bataev
2016-04-19Revert "[OPENMP] Codegen for untied tasks."Alexey Bataev
2016-04-19[OPENMP] Codegen for untied tasks.Alexey Bataev
2016-04-19Revert "[OPENMP] Codegen for untied tasks."Alexey Bataev
2016-04-19[OPENMP] Codegen for untied tasks.Alexey Bataev
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-09-15Allow static local variables specified on data-sharing attribute clauses.Kelvin Li
2015-09-11[OPENMP] Preserve alignment of the original variables for the captured refere...Alexey Bataev
2015-09-10[OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev
2015-07-14[OPENMP] Drop type qualifiers from private variables.Alexey Bataev
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl
2015-07-07Add target requirements to testcases that emit PCH.Adrian Prantl
2015-05-22[OPENMP] Prepare codegen for privates in tasks for non-capturing of privates ...Alexey Bataev
2015-05-21[OPENMP] Fixed codegen for parameters privatization.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-05-19[OPENMP] Fixed codegen for copying/initialization of array variables/parameters.Alexey Bataev
2015-05-18[OPENMP] Fix for '#pragma omp task' codegen.Alexey Bataev
2015-05-05[OPENMP] Codegen for 'firstprivate' clause in 'task' directive.Alexey Bataev