summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmtOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP] Codegen for 'if' clause in 'parallel' directive.Alexey Bataev2014-10-131-2/+60
* Code reformatting and improvement for OpenMP.Alexey Bataev2014-10-101-11/+4
* Code improvements in OpenMP CodeGen.Alexey Bataev2014-10-101-15/+42
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-091-0/+4
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-12/+107
* Revert commit r219297.Alexey Bataev2014-10-081-107/+12
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-12/+107
* Revert back r219295.Alexey Bataev2014-10-081-107/+12
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-12/+107
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-081-4/+0
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-071-0/+4
* [OPENMP] Small refactoring of EmitOMPSimdLoop helper routine.Alexander Musman2014-10-071-14/+14
* [OPENMP] Loop collapsing and codegen for 'omp simd' directive.Alexander Musman2014-10-011-3/+155
* [OPENMP] Codegen of the ‘aligned’ clause for the ‘omp simd’ directive.Alexander Musman2014-09-301-0/+30
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-0/+5
* [OPENMP] Codegen for 'omp critical' directive.Alexey Bataev2014-09-221-2/+16
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-191-0/+4
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-181-0/+4
* [OPENMP] Initial parsing and sema analysis for 'atomic' directive.Alexey Bataev2014-07-221-0/+4
* [OPENMP] Initial parsing and sema analysis for 'ordered' directive.Alexey Bataev2014-07-221-0/+4
* [OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2014-07-211-0/+4
* [OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2014-07-211-0/+4
* [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2014-07-181-0/+4
* [OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev2014-07-181-0/+4
* [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2014-07-181-0/+4
* [OPENMP] Parsing/Sema analysis of directive 'master'Alexander Musman2014-07-171-0/+4
* [OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2014-07-111-0/+4
* [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2014-07-081-0/+5
* [OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-071-0/+5
* Using of variable length arrays in captured statements and OpenMP constructs.Alexey Bataev2014-06-301-2/+1
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-261-0/+4
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-261-0/+4
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-251-1/+6
* [OPENMP] Reformatting and code improvement.Alexey Bataev2014-06-181-7/+6
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-181-0/+3
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-171-3/+0
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-171-0/+3
* This patch adds a helper class (CGLoopInfo) for marking memory instructions w...Alexander Musman2014-05-221-0/+27
* [OPENMP] Initial codegen for '#pragma omp parallel'Alexey Bataev2014-05-061-0/+51
OpenPOWER on IntegriCloud