summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGOpenMPRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [OPENMP] Codegen for 'if' clause in 'parallel' directive.Alexey Bataev2014-10-131-2/+71
* Reduce double set lookups. NFC.Benjamin Kramer2014-10-101-2/+1
* Unfriend CGOpenMPRegionInfo so it can go into an anonymous namespace.Benjamin Kramer2014-10-101-7/+4
* Fixing the MSVC 2013 build, NFC.Aaron Ballman2014-10-101-0/+3
* Code reformatting and improvement for OpenMP.Alexey Bataev2014-10-101-37/+92
* Code improvements in OpenMP CodeGen.Alexey Bataev2014-10-101-12/+3
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-18/+75
* Revert commit r219297.Alexey Bataev2014-10-081-75/+18
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-18/+75
* Revert back r219295.Alexey Bataev2014-10-081-75/+18
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-18/+75
* removed unicode symbols from comments.Alexey Bataev2014-09-221-5/+5
* [OPENMP] Codegen for 'omp critical' directive.Alexey Bataev2014-09-221-0/+61
* NULL->nullptrAlexander Musman2014-09-111-1/+1
* [OPENMP] Improved codegen for outlined functions for 'parallel' directives.Alexey Bataev2014-07-251-6/+25
* [OPENMP] Reformatting and code improvement.Alexey Bataev2014-06-181-11/+10
* [OPENMP] Improve debug location codegen for OpenMP runtime library.Alexey Bataev2014-05-301-14/+20
* [OPENMP] Fixed problem with temp removal on some platforms in codegen for '#p...Alexey Bataev2014-05-071-10/+4
* [OPENMP] Initial codegen for '#pragma omp parallel'Alexey Bataev2014-05-061-0/+183