summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Stmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-091-0/+26
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-11/+23
* Revert commit r219297.Alexey Bataev2014-10-081-23/+11
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-11/+23
* Revert back r219295.Alexey Bataev2014-10-081-23/+11
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-11/+23
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-081-26/+0
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-071-0/+26
* [OPENMP] Loop collapsing and codegen for 'omp simd' directive.Alexander Musman2014-10-011-35/+137
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-0/+26
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-191-0/+26
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-181-0/+28
* [AArch64, inline-asm] Improve diagnostic that is printed when the size of aAkira Hatanaka2014-08-221-6/+40
* Revert r213437Warren Hunt2014-07-251-10/+12
* [OPENMP] Initial parsing and sema analysis for 'atomic' directive.Alexey Bataev2014-07-221-0/+26
* [OPENMP] Initial parsing and sema analysis for 'ordered' directive.Alexey Bataev2014-07-221-0/+20
* [OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2014-07-211-0/+43
* [OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2014-07-211-0/+20
* [MS-ABI] Assign SEH handler indices to __try blocksWarren Hunt2014-07-191-12/+10
* [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2014-07-181-0/+14
* [OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev2014-07-181-0/+14
* [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2014-07-181-0/+15
* [OPENMP] Parsing/Sema analysis of directive 'master'Alexander Musman2014-07-171-0/+20
* [OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2014-07-111-0/+26
* [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2014-07-081-0/+24
* [OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-071-0/+26
* [OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev2014-06-271-0/+22
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-261-0/+26
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-261-0/+20
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-251-0/+24
* [OPENMP] OMPSimdDirective and OMPForDirective: added initialization for Colla...Alexey Bataev2014-06-251-17/+15
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-181-0/+27
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-171-27/+0
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-171-0/+27
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-161-0/+21
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-041-0/+22
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-291-0/+22
* No longer triggering a checked iterator assert on Windows when using std::cop...Aaron Ballman2014-05-131-4/+3
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-20/+19
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-221-0/+24
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-311-0/+22
* [OPENMP] OMPExecutableDirective re-factoringAlexander Musman2014-03-271-2/+2
* [C++11] Replacing CapturedStmt iterators capture_begin() and capture_end() wi...Aaron Ballman2014-03-141-4/+3
* "&&&" != "&&"Richard Trieu2014-02-271-1/+1
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-271-3/+32
* Fix for Bug 18536 - Bad alignment in clang/AST/StmpOpenMP.hAlexey Bataev2014-02-251-19/+25
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-011-0/+23
* Add unused markings to suppress warnings.Eli Friedman2013-09-101-3/+7
* OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev2013-09-061-0/+30
* Remove useless reinterpret_casts from Stmt.cppPavel Labath2013-09-031-9/+9
OpenPOWER on IntegriCloud