aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/Stmt.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-15First patch with codegen of the 'omp for' directive. It implementsAlexander Musman1-91/+115
2014-11-18[OPENMP] Additional processing of 'omp atomic read' directive.Alexey Bataev1-8/+10
2014-10-22Removing the setLBracLoc and setRBracLoc functions from CompoundStmt -- their...Aaron Ballman1-1/+1
2014-10-21[OPENMP] Codegen for 'private' clause in 'parallel' directive.Alexey Bataev1-9/+16
2014-10-13[OPENMP] Codegen for 'if' clause in 'parallel' directive.Alexey Bataev1-0/+15
2014-10-09[OPENMP] 'omp teams' directive basic support.Alexey Bataev1-0/+26
2014-10-08[OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev1-11/+23
2014-10-08Revert commit r219297.Alexey Bataev1-23/+11
2014-10-08[OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev1-11/+23
2014-10-08Revert back r219295.Alexey Bataev1-23/+11
2014-10-08[OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev1-11/+23
2014-10-08Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin1-26/+0
2014-10-07[OPENMP] 'omp teams' directive basic support.Alexey Bataev1-0/+26
2014-10-01[OPENMP] Loop collapsing and codegen for 'omp simd' directive.Alexander Musman1-35/+137
2014-09-23[OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman1-0/+26
2014-09-19[OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev1-0/+26
2014-09-18Parsing/Sema of directive omp for simdAlexander Musman1-0/+28
2014-08-22[AArch64, inline-asm] Improve diagnostic that is printed when the size of aAkira Hatanaka1-6/+40
2014-07-25Revert r213437Warren Hunt1-10/+12
2014-07-22[OPENMP] Initial parsing and sema analysis for 'atomic' directive.Alexey Bataev1-0/+26
2014-07-22[OPENMP] Initial parsing and sema analysis for 'ordered' directive.Alexey Bataev1-0/+20
2014-07-21[OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev1-0/+43
2014-07-21[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman1-0/+20
2014-07-19[MS-ABI] Assign SEH handler indices to __try blocksWarren Hunt1-12/+10
2014-07-18[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev1-0/+14
2014-07-18[OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev1-0/+14
2014-07-18[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev1-0/+15
2014-07-17[OPENMP] Parsing/Sema analysis of directive 'master'Alexander Musman1-0/+20
2014-07-11[OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev1-0/+26
2014-07-08[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev1-0/+24
2014-07-07[OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev1-0/+26
2014-06-27[OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev1-0/+22
2014-06-26[OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev1-0/+26
2014-06-26[OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev1-0/+20
2014-06-25[OPENMP] Initial support for 'sections' directive.Alexey Bataev1-0/+24
2014-06-25[OPENMP] OMPSimdDirective and OMPForDirective: added initialization for Colla...Alexey Bataev1-17/+15
2014-06-18[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev1-0/+27
2014-06-17Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola1-27/+0
2014-06-17[OPENMP] Initial support for '#pragma omp for'.Alexey Bataev1-0/+27
2014-06-16[OPENMP] Initial support of 'reduction' clauseAlexey Bataev1-0/+21
2014-06-04[OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman1-0/+22
2014-05-29Parsing/Sema for OMPAlignedClause.Alexander Musman1-0/+22
2014-05-13No longer triggering a checked iterator assert on Windows when using std::cop...Aaron Ballman1-4/+3
2014-05-12[C++11] Use 'nullptr'. AST edition.Craig Topper1-20/+19
2014-04-22[OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman1-0/+24
2014-03-31[OPENMP] Implemented 'copyin' clauseAlexey Bataev1-0/+22
2014-03-27[OPENMP] OMPExecutableDirective re-factoringAlexander Musman1-2/+2
2014-03-14[C++11] Replacing CapturedStmt iterators capture_begin() and capture_end() wi...Aaron Ballman1-4/+3
2014-02-27"&&&" != "&&"Richard Trieu1-1/+1
2014-02-27[OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev1-3/+32