summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGOpenMPRuntime.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* [OPENMP] Fixed codegen for 'copyprivate' clause.Alexey Bataev2015-04-301-1/+1
* Fix typo in comment.Nico Weber2015-04-281-1/+1
* [OPENMP] Codegen for 'taskwait' directive.Alexey Bataev2015-04-271-0/+6
* [OPENMP] Codegen for 'if' clause in 'task' directive.Alexey Bataev2015-04-221-14/+16
* [OPENMP] Codegen for 'ordered' directive.Alexey Bataev2015-04-221-3/+29
* [OPENMP] Fixed codegen for arrays in 'copyprivate' clause.Alexey Bataev2015-04-141-1/+1
* [OPENMP] Codegen for 'reduction' clause in 'parallel' directive.Alexey Bataev2015-04-101-0/+58
* [OPENMP] Refactoring of codegen for OpenMP directives.Alexey Bataev2015-04-101-20/+21
* [OPENMP] Improved codegen for implicit/explicit 'barrier' constructs.Alexey Bataev2015-03-301-3/+4
* [OPENMP] Codegen for 'copyprivate' clause ('single' directive).Alexey Bataev2015-03-231-1/+9
* [OPENMP] Fix crash on code emitting if errors are found.Alexey Bataev2015-03-181-0/+1
* [OPENMP] Re-factor __kmpc_for_static_init_* routine generation.Alexander Musman2015-03-131-5/+5
* [OPENMP] CodeGen - 'omp for' with dynamic schedule kinds.Alexander Musman2015-03-121-0/+27
* CGOpenMPRuntime.h: Fix an incorrect \param on emitTaskOutlinedFunction(). [-W...NAKAMURA Takumi2015-03-111-1/+1
* [OPENMP] Initial codegen for 'omp task' directive.Alexey Bataev2015-03-101-5/+62
* [OPENMP] Fixed codegen for directives without function outlining.Alexey Bataev2015-02-261-3/+10
* [OPENMP] Rename methods of OpenMPRuntime class. NFC. Alexey Bataev2015-02-251-54/+51
* [OPENMP] Update codegen for 'omp flush' directive.Alexey Bataev2015-02-241-1/+1
* [OPENMP] Initial codegen for 'single' directive.Alexey Bataev2015-02-051-0/+11
OpenPOWER on IntegriCloud