summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGOpenMPRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao2015-07-131-0/+10
* [OPENMP 4.0] Codegen for 'omp cancel' directive.Alexey Bataev2015-07-061-16/+66
* [OPENMP 4.0] Fixed codegen for 'cancellation point' construct.Alexey Bataev2015-07-031-57/+101
* [OPENMP 4.0] Codegen for 'cancellation point' directive.Alexey Bataev2015-07-021-0/+53
* [OPENMP] Codegen for 'depend' clause (OpenMP 4.0).Alexey Bataev2015-06-241-25/+155
* Proper changing/restoring for CapturedStmtInfo, NFC.Alexey Bataev2015-06-241-8/+5
* [OPENMP] Codegen for 'proc_bind' clause (4.0).Alexey Bataev2015-06-181-0/+42
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-181-1/+36
* [OPENMP] Supported reduction clause in omp simd construct.Alexey Bataev2015-06-171-1/+14
* [OPENMP] Prepare codegen for privates in tasks for non-capturing of privates ...Alexey Bataev2015-05-221-29/+131
* [OPENMP] Fixed codegen for parameters privatization.Alexey Bataev2015-05-211-9/+0
* [OPENMP] Fix codegen for ordered loop directives.Alexey Bataev2015-05-201-21/+32
* [OPENMP] Fixed codegen for copying/initialization of array variables/parameters.Alexey Bataev2015-05-191-11/+26
* [OPENMP] Fix for '#pragma omp task' codegen.Alexey Bataev2015-05-181-71/+99
* [OPENMP] Fixed codegen for 'reduction' clause.Alexey Bataev2015-05-071-9/+25
* [OPENMP] Fixed incorrect work with cleanups, NFC.Alexey Bataev2015-05-051-17/+24
* Revert revision 236487: [OPENMP] Fixed incorrect work with cleanups, NFC.Alexey Bataev2015-05-051-19/+17
* [OPENMP] Fixed incorrect work with cleanups, NFC.Alexey Bataev2015-05-051-17/+19
* Revert revision 236482: [OPENMP] Fixed incorrect work with cleanups, NFC.Alexey Bataev2015-05-051-19/+13
* [OPENMP] Fixed incorrect work with cleanups, NFC.Alexey Bataev2015-05-051-13/+19
* Revert revision 236480: [OPENMP] Fixed incorrect work with cleanups, NFC.Alexey Bataev2015-05-051-16/+10
* [OPENMP] Fixed incorrect work with cleanups, NFC.Alexey Bataev2015-05-051-10/+16
* [OPENMP] Codegen for 'firstprivate' clause in 'task' directive.Alexey Bataev2015-05-051-18/+93
* Make helper functions static. NFC.Benjamin Kramer2015-05-011-5/+4
* [OPENMP] Codegen for 'private' clause in 'task' directive.Alexey Bataev2015-04-301-25/+155
* [OPENMP] Fixed codegen for 'copyprivate' clause.Alexey Bataev2015-04-301-6/+7
* [OPENMP] Codegen for 'taskwait' directive.Alexey Bataev2015-04-271-0/+17
* [OPENMP] Codegen for 'if' clause in 'task' directive.Alexey Bataev2015-04-221-40/+156
* [OPENMP] Codegen for 'ordered' directive.Alexey Bataev2015-04-221-6/+64
* [OPENMP] Codegen for 'firstprivate' clause in 'for' directive.Alexey Bataev2015-04-151-2/+3
* [OPENMP] Fixed codegen for arrays in 'copyprivate' clause.Alexey Bataev2015-04-141-28/+19
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-12/+8
* [OPENMP] Codegen for 'reduction' clause in 'parallel' directive.Alexey Bataev2015-04-101-35/+320
* [OPENMP] Fixed cleanup of OpenMP code.Alexey Bataev2015-04-101-28/+15
* [OPENMP] Fixing troubles with lambdas in cleanups.Alexey Bataev2015-04-101-20/+23
* [OPENMP] Fixed incompatibility with MSVC, NFC.Alexey Bataev2015-04-101-8/+17
* [OPENMP] Refactoring of codegen for OpenMP directives.Alexey Bataev2015-04-101-83/+163
* clang-format my last commitDavid Blaikie2015-04-051-1/+2
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-051-15/+20
* [OPENMP] Improved codegen for implicit/explicit 'barrier' constructs.Alexey Bataev2015-03-301-5/+17
* [OPENMP] Codegen for 'copyprivate' clause ('single' directive).Alexey Bataev2015-03-231-1/+142
* [OPENMP] Fix crash on code emitting if errors are found.Alexey Bataev2015-03-181-0/+4
* [OPENMP] Re-factor __kmpc_for_static_init_* routine generation.Alexander Musman2015-03-131-88/+27
* [OPENMP] CodeGen - 'omp for' with dynamic schedule kinds.Alexander Musman2015-03-121-28/+118
* [OPENMP] Initial codegen for 'omp task' directive.Alexey Bataev2015-03-101-10/+296
* [OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev2015-03-101-0/+8
* Revert "[OPENMP] Improved code for generating debug info + generation of all ...Rafael Espindola2015-03-101-7/+0
* [OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev2015-03-101-0/+7
* [OPENMP] Fixed codegen for directives without function outlining.Alexey Bataev2015-02-261-45/+122
* [OPENMP] Rename methods of OpenMPRuntime class. NFC. Alexey Bataev2015-02-251-120/+109