summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_private_codegen.cpp
AgeCommit message (Expand)Author
2015-09-10[OPENMP] Propagate alignment from original variables to the private copies.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-07Wrap clang modules and pch files in an object file container.Adrian Prantl
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-06-23[OPENMP] Do not emit references to original variables in 'private' clause.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie
2015-04-15[OPENMP] Codegen for 'firstprivate' clause in 'for' directive.Alexey Bataev
2015-04-01Re-land "MS ABI: lambda call operators are instance methods and should use th...Reid Kleckner
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2014-12-16[OPENMP] Bugfix for processing of global variables in OpenMP regions.Alexey Bataev
2014-12-05[OPENMP] Codegen for 'omp barrier' directive.Alexey Bataev
2014-10-21[OPENMP] Codegen for 'private' clause in 'parallel' directive.Alexey Bataev