summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGOpenMPRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typo and remove unnecessary statement.Samuel Antao2016-12-121-2/+1
* Fix format and a few typos in comments.Samuel Antao2016-12-121-6/+5
* Hide the result of building a constant initializer. NFC.John McCall2016-11-281-1/+1
* ConstantBuilder -> ConstantInitBuilder for clarity, andJohn McCall2016-11-281-4/+4
* [CodeGen] Pass objects that are expensive to copy by const ref.Benjamin Kramer2016-11-241-1/+1
* Introduce a helper class for building complex constant initializers. NFC.John McCall2016-11-191-44/+51
* Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne2016-11-131-1/+2
* Mirror the llvm changes that split Bitcode/ReaderWriter.hTeresa Johnson2016-11-111-1/+1
* Add FIXMEs for MSVC 2013 hacks in r277211. NFC.Paul Robinson2016-08-011-0/+5
* Fix VS2013 build of CGOpenMPRuntime.cppHans Wennborg2016-07-301-3/+7
* Fix CGOpenMPRuntime.cpp for VS2013. NFC.Paul Robinson2016-07-291-10/+11
* [OpenMP] Change name of variable in mappble expression.Samuel Antao2016-07-281-7/+7
* [OpenMP] Do not use default argument in lambda from mappable expressions hand...Samuel Antao2016-07-281-4/+7
* [OpenMP] Code generation for the is_device_ptr clauseSamuel Antao2016-07-281-4/+40
* [OpenMP] Codegen for use_device_ptr clause.Samuel Antao2016-07-281-131/+247
* [OpenMP] Add support to map member expressions with references to pointers.Samuel Antao2016-07-271-3/+23
* [OpenMP] Add support for mapping array sections through pointer references.Samuel Antao2016-07-271-8/+6
* Use more ArrayRefsDavid Majnemer2016-06-241-1/+1
* Re-apply r272900 - [OpenMP] Cast captures by copy when passed to fork call so...Samuel Antao2016-06-161-26/+5
* Revert r272900 - [OpenMP] Cast captures by copy when passed to fork call so t...Samuel Antao2016-06-161-5/+26
* [OpenMP] Cast captures by copy when passed to fork call so that they are comp...Samuel Antao2016-06-161-26/+5
* Update clang for D20348Peter Collingbourne2016-06-141-5/+5
* Remove a few gendered pronouns.Nico Weber2016-06-101-1/+1
* [OPENMP 4.5] Additional codegen for statically scheduled loops withAlexey Bataev2016-05-301-6/+22
* [OPENMP 4.5] Fixed codegen for 'priority' and destructors in task-basedAlexey Bataev2016-05-301-15/+37
* [OpenMP] Codegen for target update directive.Samuel Antao2016-05-261-16/+62
* [OpenMP] Add support for the 'private pointer' flag to signal variables captu...Samuel Antao2016-05-261-71/+117
* [OpenMP] Adjust map type bits according to latest spec and use zero size arra...Samuel Antao2016-05-261-31/+40
* [OPENMP 4.5] Codegen for dacross loop synchronization constructs.Alexey Bataev2016-05-251-0/+159
* [OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev2016-05-171-3/+3
* [OPENMP 4.5] Initial codegen for 'priority' clause in task-basedAlexey Bataev2016-05-101-1/+8
* [OPENMP 4.0] Fixed codegen for destructors in task-based directives.Alexey Bataev2016-05-101-16/+29
* [OPENMP 4.5] Add codegen support in runtime for '[non]monotonic'Alexey Bataev2016-05-101-39/+68
* [OpenMP] Check for associated statements with hasAssociatedStmt() when scanni...Samuel Antao2016-05-081-1/+1
* [OPENMP 4.0] Codegen for 'declare simd' directive.Alexey Bataev2016-05-061-0/+225
* [OPENMP 4.5] Codegen for 'lastprivate' clauses in 'taskloop' directives.Alexey Bataev2016-05-051-75/+211
* [OPENMP] Enable correct generation of runtime call when target directive is s...Carlo Bertolli2016-04-291-2/+12
* [OPENMP] Simplified interface for codegen of tasks, NFC.Alexey Bataev2016-04-281-80/+64
* [OPENMP 4.5] Codegen for 'grainsize/num_tasks' clauses of 'taskloop'Alexey Bataev2016-04-281-10/+13
* [OpenMP] Code generation for target exit data directiveSamuel Antao2016-04-271-6/+12
* [OpenMP] Code generation for target enter data directiveSamuel Antao2016-04-271-0/+64
* [OpenMP] Code generation for target data directiveSamuel Antao2016-04-271-133/+322
* [OpenMP] Map clause codegeneration.Samuel Antao2016-04-271-82/+595
* [OPENMP] Fix for codegen of captured variables in inlined directives.Alexey Bataev2016-04-271-0/+7
* [OPENMP 4.5] Codegen for 'taskloop' directive.Alexey Bataev2016-04-251-27/+197
* Debug info: Apply an empty debug location for global OpenMP destructors.Adrian Prantl2016-04-241-0/+3
* [OPENMP] Codegen for untied tasks.Alexey Bataev2016-04-201-26/+124
* Revert "[OPENMP] Codegen for untied tasks."Alexey Bataev2016-04-191-125/+26
* [OPENMP] Codegen for untied tasks.Alexey Bataev2016-04-191-26/+125
* Revert "[OPENMP] Codegen for untied tasks."Alexey Bataev2016-04-191-124/+26
OpenPOWER on IntegriCloud