summaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTReaderStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [AST] Widen the bit-fields of Stmt to 8 bytes.Bruno Ricci2018-10-271-4/+7
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-0/+1
* [OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC)Kelvin Li2018-09-151-891/+1
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-131-5/+13
* Revert "[OPENMP] Fix emission of the loop doacross constructs."Alexey Bataev2018-08-131-9/+3
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-131-3/+9
* [AST] Sink 'part of explicit cast' down into ImplicitCastExprRoman Lebedev2018-07-271-1/+1
* [Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)Roman Lebedev2018-07-241-0/+1
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-0/+6
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-4/+4
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2018-04-111-45/+132
* [CodeGen] Ignore OpaqueValueExprs that are unique references to theirAkira Hatanaka2018-03-201-0/+1
* Track in the AST whether the operand to a UnaryOperator can overflow and then...Aaron Ballman2018-01-091-6/+7
* [AST] Inline CompoundStmt contents into the parent allocation.Benjamin Kramer2017-12-241-2/+3
* [OPENMP] Add support for cancel constructs in `target teams distributeAlexey Bataev2017-11-221-0/+1
* [OPENMP] Add support for cancel constructs in [teams] distributeAlexey Bataev2017-11-221-0/+2
* [OPENMP] Capture argument of `device` clause for target-basedAlexey Bataev2017-10-021-0/+1
* [OPENMP] Codegen for 'in_reduction' clause.Alexey Bataev2017-07-271-0/+4
* [coroutines] Add serialization/deserialization of coroutinesGor Nishanov2017-07-251-13/+53
* [OPENMP] Codegen for 'task_reduction' clause.Alexey Bataev2017-07-251-0/+1
* [OPENMP] Initial support for 'in_reduction' clause.Alexey Bataev2017-07-211-0/+37
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-1/+41
* Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith2017-06-291-0/+1
* [OpenMP] Prepare sema to support combined constructs with omp distribute and ...Carlo Bertolli2017-04-201-0/+7
* Encapsulate FPOptions and use it consistentlyAdam Nemet2017-03-271-2/+2
* [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier2017-03-061-0/+5
* [OpenMP] Prepare Sema for initial implementation for pragma 'distribute paral...Carlo Bertolli2017-02-171-0/+2
* Delete useless / in comment. NFC.George Burgess IV2017-02-141-1/+1
* [OpenMP] Support for thread_limit-clause on the 'target teams' directive.Arpith Chacko Jacob2017-01-251-0/+1
* [OpenMP] Support for num_teams-clause on the 'target teams' directive.Arpith Chacko Jacob2017-01-251-0/+1
* [OpenMP] Support for the num_threads-clause on 'target parallel'.Arpith Chacko Jacob2017-01-251-0/+1
* [OpenMP] Support for the if-clause on the combined directive 'target parallel'.Arpith Chacko Jacob2017-01-181-1/+3
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-0/+13
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-0/+13
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-0/+13
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-2/+15
* Rename several methods on ASTRecordReader to follow LLVM style (lowerCamelCase).David L. Jones2016-12-211-300/+300
* Store the "current position" index within the ASTRecordReader.David L. Jones2016-12-211-350/+347
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-0/+13
* Add a class ASTRecordReader which wraps an ASTReader, a RecordData, and Modul...David L. Jones2016-12-151-799/+758
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-141-15/+1
* Add two new AST nodes to represent initialization of an array in terms ofRichard Smith2016-12-121-0/+18
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-0/+13
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-0/+13
* Re-apply patch r279045.Kelvin Li2016-10-251-0/+13
* Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use ofRichard Smith2016-10-101-0/+1
* Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...Daniel Jasper2016-10-101-1/+0
* P0035R4: Semantic analysis and code generation for C++17 overalignedRichard Smith2016-10-101-0/+1
* [ASTImporter] Implement some expression-related AST node import (part 2)Aleksei Sidorin2016-09-281-0/+1
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-13/+0