aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_private_codegen.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner1-1/+0
2016-02-17[OPENMP] Fix tests incompatibility with ARM buildbots.Alexey Bataev1-1/+1
2016-02-09[OPENMP] Fix test incompatibility with arm buildbots.Alexey Bataev1-2/+3
2016-02-08clang/test/OpenMP/parallel_private_codegen.cpp: Fix an expression.NAKAMURA Takumi1-1/+1
2016-02-08[OPENMP] Fix test incompatibility with arm buildbotsAlexey Bataev1-2/+2
2016-02-08[OPENMP] Fixed test incompat with MSVCAlexey Bataev1-1/+1
2016-02-08[OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev1-0/+160
2015-09-15Allow static local variables specified on data-sharing attribute clauses.Kelvin Li1-5/+30
2015-09-10[OPENMP] Propagate alignment from original variables to the private copies.Alexey Bataev1-11/+11
2015-09-10[OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev1-15/+8
2015-07-14[OPENMP] Drop type qualifiers from private variables.Alexey Bataev1-4/+4
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl1-1/+1
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl1-1/+1
2015-07-07Wrap clang modules and pch files in an object file container.Adrian Prantl1-1/+1
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie1-6/+6
2015-06-23[OPENMP] Do not emit references to original variables in 'private' clause.Alexey Bataev1-8/+6
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev1-5/+5
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie1-6/+6
2015-04-15[OPENMP] Codegen for 'firstprivate' clause in 'for' directive.Alexey Bataev1-9/+0
2015-04-01Re-land "MS ABI: lambda call operators are instance methods and should use th...Reid Kleckner1-2/+2
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-6/+6
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie1-4/+4
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-1/+1
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-1/+1
2014-12-16[OPENMP] Bugfix for processing of global variables in OpenMP regions.Alexey Bataev1-2/+74
2014-12-05[OPENMP] Codegen for 'omp barrier' directive.Alexey Bataev1-2/+2
2014-10-21[OPENMP] Codegen for 'private' clause in 'parallel' directive.Alexey Bataev1-0/+109