summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/parallel_firstprivate_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-apply r272900 - [OpenMP] Cast captures by copy when passed to fork call so...Samuel Antao2016-06-161-34/+84
* Revert r272900 - [OpenMP] Cast captures by copy when passed to fork call so t...Samuel Antao2016-06-161-53/+29
* [OpenMP] Cast captures by copy when passed to fork call so that they are comp...Samuel Antao2016-06-161-29/+53
* [OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev2016-05-171-40/+28
* [OPENMP] Fix for PR27463: Privatizing struct fields with array typeAlexey Bataev2016-04-221-8/+17
* [OPENMP] Fix tests incompatibility with ARM buildbots.Alexey Bataev2016-02-171-1/+1
* [OPENMP 4.5] Codegen support for data members in 'firstprivate' clause.Alexey Bataev2016-02-171-1/+167
* [OPENMP] Remove extra sync barriers for 'firstprivate' clause.Alexey Bataev2016-02-151-6/+3
* [OPENMP] Remove explicit call for implicit barrierAlexey Bataev2015-12-181-3/+0
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-4/+4
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-4/+4
* Allow static local variables specified on data-sharing attribute clauses.Kelvin Li2015-09-151-11/+44
* [OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev2015-09-151-4/+4
* [OPENMP] Preserve alignment of the original variables for the captured refere...Alexey Bataev2015-09-111-12/+12
* [OPENMP] Propagate alignment from original variables to the private copies.Alexey Bataev2015-09-101-13/+13
* [OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev2015-09-101-50/+51
* [OPENMP] Drop type qualifiers from private variables.Alexey Bataev2015-07-141-4/+4
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-14/+14
* [OPENMP] Fixed codegen for parameters privatization.Alexey Bataev2015-05-211-7/+7
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-6/+6
* Fix for aggregate copying of variable length arrays.Alexey Bataev2015-05-201-2/+11
* [OPENMP] Fixed codegen for copying/initialization of array variables/parameters.Alexey Bataev2015-05-191-0/+21
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-6/+6
* [OPENMP] Codegen for 'firstprivate' clause in 'for' directive.Alexey Bataev2015-04-151-2/+2
* [OPENMP] Fixed codegen for arrays in 'copyprivate' clause.Alexey Bataev2015-04-141-20/+2
* [OPENMP] Fix crash on private variables not used in OpenMP region in templates.Alexey Bataev2015-04-021-0/+2
* [OPENMP] Fix crash on private variables not used in OpenMP region.Alexey Bataev2015-04-021-0/+2
* Re-land "MS ABI: lambda call operators are instance methods and should use th...Reid Kleckner2015-04-011-2/+2
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-22/+22
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-22/+22
* [OPENMP] Bugfix for processing of global variables in OpenMP regions.Alexey Bataev2014-12-161-1/+81
* [OPENMP] Codegen for 'omp barrier' directive.Alexey Bataev2014-12-051-2/+2
* Code reformatting and improvement for OpenMP.Alexey Bataev2014-10-101-2/+6
* Fix for OpenMP/parallel_firstprivate_codegen.cppAlexey Bataev2014-10-101-2/+2
* Fixed OpenMP/parallel_firstprivate_codegen.cppAlexey Bataev2014-10-081-20/+20
* Fix test OpenMP/parallel_firstprivate_codegen.cppAlexey Bataev2014-10-081-3/+3
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-0/+171
* Revert commit r219297.Alexey Bataev2014-10-081-169/+0
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-0/+169
* Revert back r219295.Alexey Bataev2014-10-081-169/+0
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-0/+169