summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGOpenMPRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [OPENMP] Update codegen for 'omp flush' directive.Alexey Bataev2015-02-241-8/+4
* [OPENMP] Initial codegen for 'single' directive.Alexey Bataev2015-02-051-0/+49
* [OPENMP] Codegen for 'taskyield' directiveAlexey Bataev2015-02-051-0/+19
* Support ‘omp for’ with static chunked schedule kind.Alexander Musman2015-01-221-0/+6
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* First patch with codegen of the 'omp for' directive. It implementsAlexander Musman2014-12-151-1/+187
* [OPENMP] Codegen for 'omp barrier' directive.Alexey Bataev2014-12-051-14/+19
* [OPENMP] Codegen for 'omp master' directiveAlexey Bataev2014-12-041-0/+67
* [OPENMP] Code formatting and improvement, no functional changes.Alexey Bataev2014-12-031-21/+16
* [OPENMP] Formating and code improvement for codegen of 'omp critical' directive.Alexey Bataev2014-12-011-14/+11
* [OPENMP] Codegen for "omp flush" directive.Alexey Bataev2014-11-201-0/+19
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-191-10/+8
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-111-12/+207
* Fix unicode chars into ascii in comment lines.NAKAMURA Takumi2014-10-271-1/+1
* [OPENMP] Codegen for 'private' clause in 'parallel' directive.Alexey Bataev2014-10-211-2/+7
* [OPENMP] Codegen for 'num_threads' clause in 'parallel' directive.Alexey Bataev2014-10-131-0/+22
OpenPOWER on IntegriCloud