| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix interaction between serialization and c++1z feature. | Richard Trieu | 2016-09-13 | 1 | -1/+1 |
| * | [modules] When we merge two definitions of a function, mark the retained | Richard Smith | 2016-09-12 | 1 | -23/+2 |
| * | Modules: for ObjectiveC try to keep the definition invariant. | Manman Ren | 2016-09-09 | 1 | -36/+59 |
| * | C++ Modules TS: Add parsing and some semantic analysis support for | Richard Smith | 2016-09-08 | 1 | -0/+9 |
| * | PR29166: when merging declarations with typedef names for linkage purposes, | Richard Smith | 2016-08-30 | 1 | -1/+1 |
| * | Lazily load the ContextDecl for a lambda's DefinitionData, to fix a | Richard Smith | 2016-08-25 | 1 | -1/+1 |
| * | PR29097: add an update record when we instantiate the default member | Richard Smith | 2016-08-24 | 1 | -0/+17 |
| * | Module: add -fprebuilt-module-path to support loading prebuilt modules. | Manman Ren | 2016-08-18 | 1 | -3/+2 |
| * | P0217R3: serialization/deserialization support for c++17 decomposition declar... | Richard Smith | 2016-08-12 | 1 | -0/+20 |
| * | [ASTReader] Use real move semantics instead of emulating them in the copy ctor. | Benjamin Kramer | 2016-08-06 | 1 | -3/+3 |
| * | Move helpers into anonymous namespaces. NFC. | Benjamin Kramer | 2016-08-06 | 1 | -2/+3 |
| * | [modules] Teach the ASTWriter to ignore mutations coming from the ASTReader. | Vassil Vassilev | 2016-07-22 | 1 | -9/+4 |
| * | [modules] Don't emit initializers for VarDecls within a module eagerly whenever | Richard Smith | 2016-07-20 | 1 | -4/+10 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -2/+1 |
| * | Revert r275481, r275490. This broke modules bootstrap. | Richard Smith | 2016-07-15 | 1 | -9/+8 |
| * | [AST] Keep track of the left brace source location of a tag decl. | Argyrios Kyrtzidis | 2016-07-15 | 1 | -2/+2 |
| * | [modules] Don't pass interesting decls to the consumer for a module file that's | Richard Smith | 2016-07-14 | 1 | -8/+9 |
| * | [AST] Use ArrayRef in more interfaces | David Majnemer | 2016-07-03 | 1 | -9/+6 |
| * | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -4/+34 |
| * | Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a | Richard Smith | 2016-06-25 | 1 | -0/+2 |
| * | PR27754: CXXRecordDecl::data() needs to perform an update even if it's called | Richard Smith | 2016-05-17 | 1 | -10/+10 |
| * | Add support for derived class special members hiding functions brought in from | Richard Smith | 2016-05-13 | 1 | -0/+4 |
| * | [OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5 | Dmitry Polukhin | 2016-05-09 | 1 | -5/+1 |
| * | [modules] Attempt to improve performance for declaration merging without a Sema | Richard Smith | 2016-05-06 | 1 | -5/+4 |
| * | Reland r267691 fixing PR27535. | Vassil Vassilev | 2016-04-28 | 1 | -8/+17 |
| * | Revert r267691, it caused PR27535. | Nico Weber | 2016-04-27 | 1 | -17/+8 |
| * | [modules] Fix Decl's Used invariant. | Vassil Vassilev | 2016-04-27 | 1 | -8/+17 |
| * | [modules] Store the location of the lexical update record in a decl update as | Richard Smith | 2016-04-14 | 1 | -1/+1 |
| * | [modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID of | Richard Smith | 2016-04-14 | 1 | -2/+2 |
| * | [modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an ID | Richard Smith | 2016-04-13 | 1 | -5/+8 |
| * | PR25501: Delay loading visible updates for a declaration until after we've | Richard Smith | 2016-04-08 | 1 | -15/+15 |
| * | [OPENMP] Parsing and Sema support for 'omp declare target' directive | Dmitry Polukhin | 2016-04-06 | 1 | -0/+5 |
| * | Encapsulate a couple of on-disk structures a little more. | Richard Smith | 2016-03-27 | 1 | -11/+11 |
| * | Remove unused support for replacing declarations from chained AST files. | Richard Smith | 2016-03-27 | 1 | -9/+2 |
| * | [modules] Store a local offset to DeclContext lexical and visible contents. S... | Richard Smith | 2016-03-25 | 1 | -6/+9 |
| * | [modules] Store offset to LOCAL_REDECLARATIONS record relative to the current | Richard Smith | 2016-03-24 | 1 | -5/+11 |
| * | [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3) | Faisal Vali | 2016-03-21 | 1 | -0/+1 |
| * | [OPENMP 4.0] Codegen for 'declare reduction' construct. | Alexey Bataev | 2016-03-04 | 1 | -5/+4 |
| * | [OPENMP 4.0] Initial support for 'omp declare reduction' construct. | Alexey Bataev | 2016-03-03 | 1 | -1/+15 |
| * | Serialize `#pragma detect_mismatch`. | Nico Weber | 2016-03-02 | 1 | -0/+20 |
| * | Serialize `#pragma comment`. | Nico Weber | 2016-03-02 | 1 | -0/+18 |
| * | [modules] Prefer more complete array types. | Vassil Vassilev | 2016-02-28 | 1 | -1/+1 |
| * | Test commit. | Vassil Vassilev | 2016-02-26 | 1 | -5/+5 |
| * | Fix rejects-valid caused by r261297. | Nico Weber | 2016-02-24 | 1 | -0/+2 |
| * | Implement the likely resolution of core issue 253. | Nico Weber | 2016-02-19 | 1 | -0/+2 |
| * | [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC. | Alexey Bataev | 2016-02-11 | 1 | -4/+4 |
| * | [OPENMP 4.5] Ccapture/codegen of private non-static data members. | Alexey Bataev | 2016-02-08 | 1 | -0/+8 |
| * | PR25271: When attaching default template arguments to redeclarations of a | Richard Smith | 2016-02-04 | 1 | -0/+2 |
| * | Merge templated static member variables, fixes http://llvm.org/pr26179. | Yaron Keren | 2016-01-22 | 1 | -2/+18 |
| * | Only instantiate a default argument once. | John McCall | 2016-01-06 | 1 | -0/+15 |