summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-171-0/+13
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-0/+13
* [OpenMP] Code generation for the is_device_ptr clauseSamuel Antao2016-07-281-3/+43
* [OpenMP] Codegen for use_device_ptr clause.Samuel Antao2016-07-281-3/+50
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-201-0/+12
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-161-0/+11
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-141-0/+13
* P0305R0: Semantic analysis and code generation for C++17 init-statement for '...Richard Smith2016-07-141-0/+2
* [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...Carlo Bertolli2016-07-131-0/+14
* [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...Carlo Bertolli2016-07-131-0/+14
* [OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li2016-07-061-0/+13
* [OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li2016-07-051-0/+14
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-0/+12
* Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli2016-06-271-0/+16
* Revert r273705Carlo Bertolli2016-06-241-16/+0
* [OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli2016-06-241-0/+16
* Implement p0292r2 (constexpr if), a likely C++1z feature.Richard Smith2016-06-231-0/+1
* Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...Tim Shen2016-06-211-0/+1
* Revert accidential "[MSVC] Late parsing of in-class defined member functions ...Alexey Bataev2016-06-151-20/+0
* [MSVC] Late parsing of in-class defined member functions in templateAlexey Bataev2016-06-151-0/+20
* Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...Tim Shen2016-06-091-1/+0
* [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.Tim Shen2016-06-091-0/+1
* [OpenMP] Parsing and sema support for the from clauseSamuel Antao2016-05-261-0/+53
* [OpenMP] Parsing and sema support for the to clauseSamuel Antao2016-05-261-0/+53
* [OpenMP] Parsing and sema support for target update directiveSamuel Antao2016-05-261-0/+11
* [OPENMP 4.5] Codegen for dacross loop synchronization constructs.Alexey Bataev2016-05-251-0/+2
* [OpenMP] Improve mappable expressions Sema.Samuel Antao2016-04-261-4/+43
* [OPENMP] Remove extra code transformation.Alexey Bataev2016-03-291-0/+1
* Fix serialization/deserialization for __uuidofDavid Majnemer2016-03-281-0/+2
* 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
OpenPOWER on IntegriCloud