summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriterStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2014-07-111-0/+7
* [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2014-07-081-0/+8
* [OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-071-0/+8
* Add an AST node for __leave statements, hook it up.Nico Weber2014-07-071-0/+6
* [OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev2014-06-271-0/+7
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-261-0/+7
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-261-0/+6
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-251-0/+7
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-201-0/+2
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-201-0/+2
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-201-0/+8
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-181-0/+8
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-171-8/+0
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-171-0/+8
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-161-0/+10
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-041-0/+7
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-291-0/+9
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-271-0/+5
* [C++11] Use 'nullptr'. Serialization edition.Craig Topper2014-05-221-5/+5
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-061-0/+6
* AST: Mangle reference temporaries reliablyDavid Majnemer2014-05-011-2/+3
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-221-0/+9
* [OPENMP][C++11] Renamed loop vars properly.Alexey Bataev2014-04-041-8/+8
* [OPENMP] Small update for C++11Alexey Bataev2014-04-031-4/+2
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-311-0/+9
* [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev2014-03-211-0/+5
* [C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...Aaron Ballman2014-03-171-3/+2
* [C++11] Replacing CapturedStmt iterators capture_init_begin() and capture_ini...Aaron Ballman2014-03-141-4/+2
* [C++11] Replacing CapturedStmt iterators capture_begin() and capture_end() wi...Aaron Ballman2014-03-141-7/+5
* [C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin(...Aaron Ballman2014-03-141-12/+6
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-061-0/+5
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-271-2/+10
* [OPENMP] 'if' clause support (no CodeGen support)Alexey Bataev2014-02-131-0/+5
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-011-9/+0
* Serialize source range info for TypeTraitExpr.Jordan Rose2013-12-201-0/+1
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-131-10/+0
* Fix code typos spotted while working on type traitsAlp Toker2013-12-061-5/+5
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-011-0/+9
* [OPENMP] Bug fixes and improvements.Alexey Bataev2013-09-241-4/+4
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-181-0/+9
* Fix missing source location in CXXTemporaryObjectExpr nodes.Enea Zaffanella2013-09-071-1/+1
* OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev2013-09-061-0/+9
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-031-9/+0
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-031-0/+9
* Properly track l-paren of a CXXFucntionalCastExpr.Eli Friedman2013-08-151-1/+1
* Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr.James Dennett2013-08-091-3/+5
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-201-0/+1
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-0/+62
* PR12086, PR15117Richard Smith2013-06-121-1/+6
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-051-0/+1
OpenPOWER on IntegriCloud