summaryrefslogtreecommitdiffstats
path: root/lib/Serialization/ASTWriterStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...Tim Shen2016-06-091-2/+1
* [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.Tim Shen2016-06-091-1/+2
* [OpenMP] Parsing and sema support for the from clauseSamuel Antao2016-05-261-0/+20
* [OpenMP] Parsing and sema support for the to clauseSamuel Antao2016-05-261-0/+20
* [OpenMP] Parsing and sema support for target update directiveSamuel Antao2016-05-261-0/+7
* [OPENMP 4.5] Codegen for dacross loop synchronization constructs.Alexey Bataev2016-05-251-0/+2
* [OpenMP] Improve mappable expressions Sema.Samuel Antao2016-04-261-2/+15
* Fix order-of-evaluation bug (causing GCC buildbots to fail).Richard Smith2016-04-061-1/+2
* Minor simplifications.Richard Smith2016-04-061-9/+5
* Re-commit r265518 ("[modules] Continue factoring encoding of AST records out ofRichard Smith2016-04-061-647/+637
* Revert "[modules] Continue factoring encoding of AST records out of ASTWriter."Dmitry Polukhin2016-04-061-637/+647
* [modules] Continue factoring encoding of AST records out of ASTWriter.Richard Smith2016-04-061-647/+637
* [modules] Start moving the code for encoding AST records out of ASTWriter intoRichard Smith2016-04-011-1/+1
* [OPENMP] Remove extra code transformation.Alexey Bataev2016-03-291-0/+1
* Fix serialization/deserialization for __uuidofDavid Majnemer2016-03-281-0/+1
* P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop...Richard Smith2016-03-201-1/+2
* [OPENMP 4.5] Codegen for data members in 'linear' clause.Alexey Bataev2016-03-091-0/+1
* Reapply r262741 [OPENMP] Codegen for distribute directiveCarlo Bertolli2016-03-071-1/+2
* Revert r262741 - [OPENMP] Codegen for distribute directiveSamuel Antao2016-03-041-2/+1
* [OPENMP] Codegen for distribute directiveCarlo Bertolli2016-03-041-1/+2
* [OPENMP] Simplify handling of clauses with postupdates, NFC.Alexey Bataev2016-03-041-2/+1
* [OPENMP 4.5] Codegen for data members in 'reduction' clause.Alexey Bataev2016-03-021-0/+2
* [OPENMP 4.5] Codegen for member decls in 'lastprivate' clause.Alexey Bataev2016-02-251-0/+7
* [OPENMP 4.5] Codegen support for data members in 'firstprivate' clause.Alexey Bataev2016-02-171-0/+1
* [OPENMP] Improved handling of pseudo-captured expressions in OpenMP.Alexey Bataev2016-02-161-3/+9
* [OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob2016-02-031-0/+7
* assert(false) -> llvm_unreachable().Davide Italiano2016-01-301-1/+1
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-261-0/+8
* [OpenMP] Parsing + sema for defaultmap clause.Arpith Chacko Jacob2016-01-261-0/+8
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-191-0/+8
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-191-0/+8
* Add OpenMP dist_schedule clause to distribute directive and related regressio...Carlo Bertolli2016-01-151-0/+9
* Only instantiate a default argument once.John McCall2016-01-061-7/+0
* [TrailingObjects] Convert OffsetOfExpr.James Y Knight2015-12-291-8/+8
* [TrailingObjects] Convert AST classes that had a ASTTemplateKWAndArgsInfo.James Y Knight2015-12-291-18/+25
* [OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause.Alexey Bataev2015-12-281-0/+4
* [TrailingObjects] Convert ASTTemplateKWAndArgsInfo and ASTTemplateArgumentLis...James Y Knight2015-12-241-1/+1
* [OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.Alexey Bataev2015-12-151-0/+6
* Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli2015-12-141-0/+5
* Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi2015-12-091-5/+0
* [OPENMP 4.5] Parsing/sema for 'num_tasks' clause.Alexey Bataev2015-12-081-0/+5
* Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli2015-12-081-0/+5
* [OPENMP 4.5] parsing/sema support for 'grainsize' clause.Alexey Bataev2015-12-071-0/+5
* [OPENMP 4.5] parsing/sema support for 'nogroup' clause.Alexey Bataev2015-12-071-0/+2
* [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev2015-12-031-0/+5
* [OPENMP 4.5] Parsing/sema analysis for 'priority' clause.Alexey Bataev2015-12-011-0/+5
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-011-0/+5
* [OpenMP] Parsing and sema support for thread_limit clause.Kelvin Li2015-11-271-0/+5
* [MSVC] 'property' with an empty array in array subscript expression.Alexey Bataev2015-11-251-0/+8
* [OpenMP] Parsing and sema support for num_teams clauseKelvin Li2015-11-241-0/+5