summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGOpenMPRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [OPENMP] Codegen for untied tasks.Alexey Bataev2016-04-191-26/+124
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-1/+2
* [OPENMP] Codegen for teams directive for NVPTXCarlo Bertolli2016-04-041-4/+16
* [OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev2016-03-291-348/+359
* Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev2016-03-281-348/+348
* [OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev2016-03-281-348/+348
* Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev2016-03-281-287/+300
* [OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev2016-03-281-300/+287
* [OpenMP] Base support for target directive codegen on NVPTX device.Arpith Chacko Jacob2016-03-221-0/+10
* [OPENMP] Implementation of codegen for firstprivate clause of target directiveCarlo Bertolli2016-03-181-0/+1
* Revert r263783 as buildbot failure is being investigated.Arpith Chacko Jacob2016-03-181-10/+0
* [OpenMP] Base support for target directive codegen on NVPTX device.Arpith Chacko Jacob2016-03-181-0/+10
* [OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.Alexey Bataev2016-03-171-13/+45
* [OPENMP] Support for codegen of private clause of target, host sideCarlo Bertolli2016-03-161-1/+5
* Revert commit http://reviews.llvm.org/D17877 to fix tests on x86.Arpith Chacko Jacob2016-03-151-10/+0
* [OpenMP] Base support for target directive codegen on NVPTX device.Arpith Chacko Jacob2016-03-151-0/+10
* Reverted http://reviews.llvm.org/D17877 to fix tests.Arpith Chacko Jacob2016-03-151-10/+0
OpenPOWER on IntegriCloud