aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_firstprivate_codegen.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-16Re-apply r272900 - [OpenMP] Cast captures by copy when passed to fork call so...Samuel Antao1-34/+84
2016-06-16Revert r272900 - [OpenMP] Cast captures by copy when passed to fork call so t...Samuel Antao1-53/+29
2016-06-16[OpenMP] Cast captures by copy when passed to fork call so that they are comp...Samuel Antao1-29/+53
2016-05-17[OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev1-40/+28
2016-04-22[OPENMP] Fix for PR27463: Privatizing struct fields with array typeAlexey Bataev1-8/+17
2016-02-17[OPENMP] Fix tests incompatibility with ARM buildbots.Alexey Bataev1-1/+1
2016-02-17[OPENMP 4.5] Codegen support for data members in 'firstprivate' clause.Alexey Bataev1-1/+167
2016-02-15[OPENMP] Remove extra sync barriers for 'firstprivate' clause.Alexey Bataev1-6/+3
2015-12-18[OPENMP] Remove explicit call for implicit barrierAlexey Bataev1-3/+0
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper1-4/+4
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper1-4/+4
2015-09-15Allow static local variables specified on data-sharing attribute clauses.Kelvin Li1-11/+44
2015-09-15[OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev1-4/+4
2015-09-11[OPENMP] Preserve alignment of the original variables for the captured refere...Alexey Bataev1-12/+12
2015-09-10[OPENMP] Propagate alignment from original variables to the private copies.Alexey Bataev1-13/+13
2015-09-10[OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev1-50/+51
2015-07-14[OPENMP] Drop type qualifiers from private variables.Alexey Bataev1-4/+4
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie1-14/+14
2015-05-21[OPENMP] Fixed codegen for parameters privatization.Alexey Bataev1-7/+7
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev1-6/+6
2015-05-20Fix for aggregate copying of variable length arrays.Alexey Bataev1-2/+11
2015-05-19[OPENMP] Fixed codegen for copying/initialization of array variables/parameters.Alexey Bataev1-0/+21
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-2/+2
2015-04-14[OPENMP] Fixed codegen for arrays in 'copyprivate' clause.Alexey Bataev1-20/+2
2015-04-02[OPENMP] Fix crash on private variables not used in OpenMP region in templates.Alexey Bataev1-0/+2
2015-04-02[OPENMP] Fix crash on private variables not used in OpenMP region.Alexey Bataev1-0/+2
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-22/+22
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie1-22/+22
2014-12-16[OPENMP] Bugfix for processing of global variables in OpenMP regions.Alexey Bataev1-1/+81
2014-12-05[OPENMP] Codegen for 'omp barrier' directive.Alexey Bataev1-2/+2
2014-10-10Code reformatting and improvement for OpenMP.Alexey Bataev1-2/+6
2014-10-10Fix for OpenMP/parallel_firstprivate_codegen.cppAlexey Bataev1-2/+2
2014-10-08Fixed OpenMP/parallel_firstprivate_codegen.cppAlexey Bataev1-20/+20
2014-10-08Fix test OpenMP/parallel_firstprivate_codegen.cppAlexey Bataev1-3/+3
2014-10-08[OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev1-0/+171
2014-10-08Revert commit r219297.Alexey Bataev1-169/+0
2014-10-08[OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev1-0/+169
2014-10-08Revert back r219295.Alexey Bataev1-169/+0
2014-10-08[OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev1-0/+169