summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Initial parsing and sema analysis for 'atomic' directive.Alexey Bataev2014-07-221-0/+12
* [OPENMP] Initial parsing and sema analysis for 'ordered' directive.Alexey Bataev2014-07-221-0/+9
* [OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2014-07-211-0/+25
* [OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2014-07-211-0/+10
* [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2014-07-181-0/+9
* [OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev2014-07-181-0/+9
* [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2014-07-181-1/+11
* [OPENMP] Initial parsing and sema analysis of 'mergeable' clause.Alexey Bataev2014-07-171-0/+5
* [OPENMP] Initial support for parsing and sema analysis of 'untied' clause.Alexey Bataev2014-07-171-0/+5
* [OPENMP] Parsing/Sema analysis of directive 'master'Alexander Musman2014-07-171-0/+9
* [OPENMP] Initial parsing and sema analysis for 'final' clause.Alexey Bataev2014-07-171-0/+8
* Track the difference betweenRichard Smith2014-07-171-0/+1
* [OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2014-07-111-0/+12
* [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2014-07-081-0/+13
* [OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-071-0/+15
* Add an AST node for __leave statements, hook it up.Nico Weber2014-07-071-0/+8
* [OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev2014-06-271-0/+13
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-261-0/+12
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-261-0/+9
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-251-0/+12
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-201-0/+5
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-201-0/+5
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-201-0/+12
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-181-0/+15
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-171-15/+0
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-171-0/+15
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-161-0/+21
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-041-0/+13
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-291-0/+15
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-271-0/+8
* [C++11] Use 'nullptr'. Serialization edition.Craig Topper2014-05-221-9/+9
* No longer triggering a checked iterator assert on Windows when using std::cop...Aaron Ballman2014-05-131-1/+1
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-061-0/+10
* AST: Mangle reference temporaries reliablyDavid Majnemer2014-05-011-2/+4
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-221-0/+15
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-311-0/+13
* [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev2014-03-211-0/+8
* [C++11] Replacing CapturedStmt iterators capture_begin() and capture_end() wi...Aaron Ballman2014-03-141-6/+4
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-061-0/+8
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-271-5/+22
* [OPENMP] 'if' clause support (no CodeGen support)Alexey Bataev2014-02-131-0/+8
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-011-14/+0
* Serialize source range info for TypeTraitExpr.Jordan Rose2013-12-201-1/+4
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-131-15/+0
* Fix code typos spotted while working on type traitsAlp Toker2013-12-061-1/+1
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-011-0/+13
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-181-0/+12
* 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/+13
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-031-13/+0
OpenPOWER on IntegriCloud