summaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTReaderStmt.cpp
AgeCommit message (Expand)Author
2017-12-24[AST] Inline CompoundStmt contents into the parent allocation.Benjamin Kramer
2017-11-22[OPENMP] Add support for cancel constructs in `target teams distributeAlexey Bataev
2017-11-22[OPENMP] Add support for cancel constructs in [teams] distributeAlexey Bataev
2017-10-02[OPENMP] Capture argument of `device` clause for target-basedAlexey Bataev
2017-07-27[OPENMP] Codegen for 'in_reduction' clause.Alexey Bataev
2017-07-25[coroutines] Add serialization/deserialization of coroutinesGor Nishanov
2017-07-25[OPENMP] Codegen for 'task_reduction' clause.Alexey Bataev
2017-07-21[OPENMP] Initial support for 'in_reduction' clause.Alexey Bataev
2017-07-18[OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev
2017-06-29Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith
2017-04-20[OpenMP] Prepare sema to support combined constructs with omp distribute and ...Carlo Bertolli
2017-03-27Encapsulate FPOptions and use it consistentlyAdam Nemet
2017-03-06[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier
2017-02-17[OpenMP] Prepare Sema for initial implementation for pragma 'distribute paral...Carlo Bertolli
2017-02-14Delete useless / in comment. NFC.George Burgess IV
2017-01-25[OpenMP] Support for thread_limit-clause on the 'target teams' directive.Arpith Chacko Jacob
2017-01-25[OpenMP] Support for num_teams-clause on the 'target teams' directive.Arpith Chacko Jacob
2017-01-25[OpenMP] Support for the num_threads-clause on 'target parallel'.Arpith Chacko Jacob
2017-01-18[OpenMP] Support for the if-clause on the combined directive 'target parallel'.Arpith Chacko Jacob
2017-01-10[OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li
2017-01-03[OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li
2016-12-29[OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li
2016-12-25[OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li
2016-12-21Rename several methods on ASTRecordReader to follow LLVM style (lowerCamelCase).David L. Jones
2016-12-21Store the "current position" index within the ASTRecordReader.David L. Jones
2016-12-17[OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li
2016-12-15Add a class ASTRecordReader which wraps an ASTReader, a RecordData, and Modul...David L. Jones
2016-12-14Remove custom handling of array copies in lambda by-value array capture andRichard Smith
2016-12-12Add two new AST nodes to represent initialization of an array in terms ofRichard Smith
2016-12-09[OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li
2016-11-30[OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li
2016-10-25Re-apply patch r279045.Kelvin Li
2016-10-10Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use ofRichard Smith
2016-10-10Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...Daniel Jasper
2016-10-10P0035R4: Semantic analysis and code generation for C++17 overalignedRichard Smith
2016-09-28[ASTImporter] Implement some expression-related AST node import (part 2)Aleksei Sidorin
2016-08-18Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus
2016-08-17[OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li
2016-08-05[OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li
2016-07-28[OpenMP] Code generation for the is_device_ptr clauseSamuel Antao
2016-07-28[OpenMP] Codegen for use_device_ptr clause.Samuel Antao
2016-07-20[OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li
2016-07-16[ObjC] Implement @available in the Parser and ASTErik Pilkington
2016-07-14[OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li
2016-07-14P0305R0: Semantic analysis and code generation for C++17 init-statement for '...Richard Smith
2016-07-13[OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...Carlo Bertolli
2016-07-13[OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...Carlo Bertolli
2016-07-06[OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li
2016-07-05[OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li
2016-06-28P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith