summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/parallel_firstprivate_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
OpenPOWER on IntegriCloud