summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGOpenMPRuntime.h
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev2016-03-291-4/+43
* Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev2016-03-281-43/+4
* [OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev2016-03-281-4/+43
* Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev2016-03-281-41/+2
* [OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev2016-03-281-2/+41
* [OpenMP] Base support for target directive codegen on NVPTX device.Arpith Chacko Jacob2016-03-221-5/+24
* Revert r263783 as buildbot failure is being investigated.Arpith Chacko Jacob2016-03-181-24/+5
* [OpenMP] Base support for target directive codegen on NVPTX device.Arpith Chacko Jacob2016-03-181-5/+24
* [OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.Alexey Bataev2016-03-171-0/+3
* Revert commit http://reviews.llvm.org/D17877 to fix tests on x86.Arpith Chacko Jacob2016-03-151-24/+5
* [OpenMP] Base support for target directive codegen on NVPTX device.Arpith Chacko Jacob2016-03-151-5/+24
* Reverted http://reviews.llvm.org/D17877 to fix tests.Arpith Chacko Jacob2016-03-151-24/+5
* [OpenMP] Base support for target directive codegen on NVPTX device.Arpith Chacko Jacob2016-03-151-5/+24
* Reapply r262741 [OPENMP] Codegen for distribute directiveCarlo Bertolli2016-03-071-0/+33
* Fixed -Wdocumentation warning - typo in a parameter nameSimon Pilgrim2016-03-051-1/+1
* Revert r262741 - [OPENMP] Codegen for distribute directiveSamuel Antao2016-03-041-33/+0
* [OPENMP] Codegen for distribute directiveCarlo Bertolli2016-03-041-0/+33
* [OPENMP 4.0] Codegen for 'declare reduction' construct.Alexey Bataev2016-03-041-2/+21
* Add code generation for teams directive inside target regionCarlo Bertolli2016-03-031-1/+23
* [OPENMP] Improved layout of CGOpenMPRuntime class, NFC.Alexey Bataev2016-02-191-191/+3
* [OpenMP] Rename the offload entry points.Samuel Antao2016-02-131-11/+9
* Make the remaining headers self-contained.Benjamin Kramer2016-02-021-3/+3
* Fix -Wmicrosoft-enum-value warningReid Kleckner2016-01-111-1/+1
* Fix -Wdocumentation warning after r256933Nico Weber2016-01-061-1/+1
* [OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...Samuel Antao2016-01-061-5/+214
* [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...Samuel Antao2016-01-051-214/+5
* [OpenMP] Offloading descriptor registration and device codegen.Samuel Antao2016-01-051-5/+214
* [OPENMP 4.5] Codegen for 'hint' clause of 'critical' directiveAlexey Bataev2015-12-151-1/+6
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* [OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause.Alexey Bataev2015-10-081-0/+2
* [OpenMP] Target directive host codegen.Samuel Antao2015-10-021-0/+31
* [OPENMP 4.1] Codegen for ‘simd’ clause in ‘ordered’ directive.Alexey Bataev2015-09-291-1/+1
* [OPENMP 4.0] Add 'if' clause for 'cancel' directive.Alexey Bataev2015-09-181-0/+3
* [OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev2015-09-151-4/+10
* Fix \param in r247251. [-Wdocumentation]NAKAMURA Takumi2015-09-111-1/+1
* [OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev2015-09-101-1/+2
* clangCodeGen: Fix comments. [-Wdocumentation]NAKAMURA Takumi2015-09-081-5/+6
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-20/+27
* [OPENMP 4.0] Codegen for 'omp cancel' directive.Alexey Bataev2015-07-061-0/+9
* [OPENMP 4.0] Fixed codegen for 'cancellation point' construct.Alexey Bataev2015-07-031-8/+19
* [OPENMP 4.0] Codegen for 'cancellation point' directive.Alexey Bataev2015-07-021-0/+11
* [OPENMP] Codegen for 'depend' clause (OpenMP 4.0).Alexey Bataev2015-06-241-11/+31
* [OPENMP] Codegen for 'proc_bind' clause (4.0).Alexey Bataev2015-06-181-0/+9
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-181-1/+12
* [OPENMP] Supported reduction clause in omp simd construct.Alexey Bataev2015-06-171-1/+1
* [OPENMP] Fix codegen for ordered loop directives.Alexey Bataev2015-05-201-6/+6
* [OPENMP] Fix for '#pragma omp task' codegen.Alexey Bataev2015-05-181-0/+10
* [OPENMP] Codegen for 'firstprivate' clause in 'task' directive.Alexey Bataev2015-05-051-2/+12
* [OPENMP] Codegen for 'private' clause in 'task' directive.Alexey Bataev2015-04-301-2/+10
OpenPOWER on IntegriCloud