Age | Commit message (Expand) | Author | Files | Lines |
2016-10-14 | Reinstate r284008 reverted in r284081, with two fixes: | Richard Smith | 1 | -0/+4 |
2016-10-12 | Revert r284008. This is us to fail to instantiate static data members in some | Richard Smith | 1 | -4/+0 |
2016-10-12 | Reinstate r283887 and r283882. | Vassil Vassilev | 1 | -0/+4 |
2016-10-11 | Revert r283887 and r283882, until the issue is understood and fixed. | Vassil Vassilev | 1 | -4/+0 |
2016-10-11 | [modules] PR28752: Do not instantiate variable declarations which are not vis... | Vassil Vassilev | 1 | -0/+4 |
2016-10-06 | [modules] Allow VarDecls with initializers to use special var abbrev. | Vassil Vassilev | 1 | -10/+8 |
2016-09-08 | C++ Modules TS: Add parsing and some semantic analysis support for | Richard Smith | 1 | -0/+7 |
2016-08-12 | P0217R3: serialization/deserialization support for c++17 decomposition declar... | Richard Smith | 1 | -2/+19 |
2016-07-20 | [modules] Don't emit initializers for VarDecls within a module eagerly whenever | Richard Smith | 1 | -5/+5 |
2016-07-18 | [NFC] Header cleanup | Mehdi Amini | 1 | -2/+1 |
2016-07-15 | Revert r275481, r275490. This broke modules bootstrap. | Richard Smith | 1 | -1/+1 |
2016-07-15 | [AST] Keep track of the left brace source location of a tag decl. | Argyrios Kyrtzidis | 1 | -1/+3 |
2016-07-14 | [modules] Don't pass interesting decls to the consumer for a module file that's | Richard Smith | 1 | -1/+1 |
2016-06-28 | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 1 | -2/+21 |
2016-06-25 | Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a | Richard Smith | 1 | -0/+5 |
2016-06-24 | Use even more ArrayRefs | David Majnemer | 1 | -3/+2 |
2016-06-24 | Use more ArrayRefs | David Majnemer | 1 | -2/+2 |
2016-04-28 | Reland r267691 fixing PR27535. | Vassil Vassilev | 1 | -10/+0 |
2016-04-27 | Revert r267691, it caused PR27535. | Nico Weber | 1 | -0/+10 |
2016-04-27 | [modules] Fix Decl's Used invariant. | Vassil Vassilev | 1 | -10/+0 |
2016-04-14 | [modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID of | Richard Smith | 1 | -8/+1 |
2016-04-13 | [modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an ID | Richard Smith | 1 | -2/+2 |
2016-04-13 | ASTWriterDecl.cpp: Prune a couple of \param(s), corresponding to r266160. [-W... | NAKAMURA Takumi | 1 | -10/+0 |
2016-04-13 | [modules] Refactor handling of cases where we write an offset to a prior reco... | Richard Smith | 1 | -29/+12 |
2016-04-06 | Minor simplifications. | Richard Smith | 1 | -1/+1 |
2016-04-06 | Re-commit r265518 ("[modules] Continue factoring encoding of AST records out of | Richard Smith | 1 | -36/+28 |
2016-04-06 | [OPENMP] Parsing and Sema support for 'omp declare target' directive | Dmitry Polukhin | 1 | -2/+4 |
2016-04-06 | Revert "[modules] Continue factoring encoding of AST records out of ASTWriter." | Dmitry Polukhin | 1 | -28/+36 |
2016-04-06 | [modules] Continue factoring encoding of AST records out of ASTWriter. | Richard Smith | 1 | -36/+28 |
2016-04-01 | [modules] Start moving the code for encoding AST records out of ASTWriter into | Richard Smith | 1 | -240/+237 |
2016-03-27 | Remove unused support for replacing declarations from chained AST files. | Richard Smith | 1 | -28/+14 |
2016-03-25 | [modules] Store a local offset to DeclContext lexical and visible contents. S... | Richard Smith | 1 | -3/+9 |
2016-03-24 | [modules] Store offset to LOCAL_REDECLARATIONS record relative to the current | Richard Smith | 1 | -1/+2 |
2016-03-04 | [OPENMP 4.0] Codegen for 'declare reduction' construct. | Alexey Bataev | 1 | -2/+1 |
2016-03-03 | [OPENMP 4.0] Initial support for 'omp declare reduction' construct. | Alexey Bataev | 1 | -0/+11 |
2016-03-02 | Serialize `#pragma detect_mismatch`. | Nico Weber | 1 | -0/+13 |
2016-03-02 | Serialize `#pragma comment`. | Nico Weber | 1 | -0/+11 |
2016-02-24 | PR26237: Fix iterator invalidation bug that occurs if serializing | Richard Smith | 1 | -11/+11 |
2016-02-11 | [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC. | Alexey Bataev | 1 | -3/+3 |
2016-02-08 | [OPENMP 4.5] Ccapture/codegen of private non-static data members. | Alexey Bataev | 1 | -0/+6 |
2016-01-07 | Properly track that a character literal is UTF-8, and pretty print the prefix... | Aaron Ballman | 1 | -1/+1 |
2015-12-11 | [modules] If the semantic and lexical DC of a decl are the same, write out the | Richard Smith | 1 | -17/+28 |
2015-11-03 | Eliminate "rewritten decls" from the AST writer. NFC | Douglas Gregor | 1 | -9/+5 |
2015-10-18 | No functionality change, just fix whitespace, a typo and remove an unnecessary | Nick Lewycky | 1 | -2/+2 |
2015-09-29 | Simplify or remove calls to makeArrayRef based on feedback from David Blaikie... | Craig Topper | 1 | -1/+1 |
2015-09-27 | Use llvm::makeArrayRef. NFC. | Craig Topper | 1 | -1/+1 |
2015-09-11 | [modules] Slightly defang an assert that produces false-positives on the self... | Richard Smith | 1 | -12/+13 |
2015-09-01 | Re-commit r246497 (and dependent changes r246524 and r246521), reverted in | Richard Smith | 1 | -1/+0 |
2015-09-01 | Reverting r246497 (which requires also reverting r246524 and r246521 to avoid... | Aaron Ballman | 1 | -0/+1 |
2015-08-31 | [modules] Rework serialized DeclContext lookup table management. Instead of | Richard Smith | 1 | -1/+0 |