summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGOpenMPRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [OpenMP] Base support for target directive codegen on NVPTX device.Arpith Chacko Jacob2016-03-151-0/+10
* Preserve ExtParameterInfos into CGFunctionInfo.John McCall2016-03-111-26/+11
* Reapply r262741 [OPENMP] Codegen for distribute directiveCarlo Bertolli2016-03-071-35/+87
* Revert r262741 - [OPENMP] Codegen for distribute directiveSamuel Antao2016-03-041-87/+35
* [OPENMP] Codegen for distribute directiveCarlo Bertolli2016-03-041-35/+87
* [OPENMP 4.0] Codegen for 'declare reduction' construct.Alexey Bataev2016-03-041-2/+83
* Add code generation for teams directive inside target regionCarlo Bertolli2016-03-031-1/+67
* [OpenMP] Code generation for teams - kernel launchingSamuel Antao2016-03-031-6/+211
* [OPENMP] Improved layout of CGOpenMPRuntime class, NFC.Alexey Bataev2016-02-191-67/+249
* Remove use of builtin comma operator.Richard Trieu2016-02-181-5/+14
* [OpenMP] Rename the offload entry points.Samuel Antao2016-02-131-48/+33
* Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko2016-02-101-9/+10
* [OPENMP 4.0] Fixed support of array sections/array subscripts.Alexey Bataev2016-02-041-19/+14
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-021-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko2016-01-261-4/+5
* [OPENMP 4.5] Allow arrays in 'reduction' clause.Alexey Bataev2016-01-261-44/+21
* [OPENMP] Generalize codegen for 'sections'-based directive.Alexey Bataev2016-01-221-11/+4
* [OPENMP] Fix crash on reduction for complex variables.Alexey Bataev2016-01-211-7/+9
* [OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.Alexey Bataev2016-01-201-2/+0
* Don't store CGOpenMPRegionInfo::CodeGen as a reference (PR26078)Hans Wennborg2016-01-121-1/+1
* [OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...Samuel Antao2016-01-061-27/+730
* [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...Samuel Antao2016-01-051-731/+27
* [OpenMP] Offloading descriptor registration and device codegen.Samuel Antao2016-01-051-27/+731
OpenPOWER on IntegriCloud