Age | Commit message (Expand) | Author | Files | Lines |
2017-07-06 | [modules ts] Do not emit strong function definitions from the module interfac... | Richard Smith | 1 | -2/+12 |
2017-06-09 | [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer. | Alexey Bataev | 1 | -0/+5 |
2017-05-18 | [modules] Switch from inferring owning modules based on source location to | Richard Smith | 1 | -1/+1 |
2017-04-12 | Modular Codegen: Separate flags for function and debug info support | David Blaikie | 1 | -3/+3 |
2017-04-11 | Modular Codegen: Add/use a bit in serialized function definitions to track wh... | David Blaikie | 1 | -6/+8 |
2017-03-16 | [index/AST] Add references for ObjC getter=/setter= property attributes and r... | Argyrios Kyrtzidis | 1 | -0/+2 |
2017-03-07 | [AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use... | Argyrios Kyrtzidis | 1 | -1/+0 |
2017-02-17 | Add an explicit derived class of FunctionDecl to model deduction guides rather | Richard Smith | 1 | -0/+6 |
2017-02-10 | Sink IsExplicitSpecified flag from CXXConstructorDecl and CXXConversionDecl | Richard Smith | 1 | -3/+2 |
2017-01-30 | Prototype of modules codegen | David Blaikie | 1 | -3/+6 |
2017-01-26 | [modules] When reading / writing a typedef that is a name for linkage for | Richard Smith | 1 | -0/+1 |
2017-01-10 | Serialize the UsesSEH bit on FunctionDecl | Reid Kleckner | 1 | -0/+2 |
2017-01-04 | Fix for LLVM Bitcode API change (to use std::shared_ptr) | David Blaikie | 1 | -29/+29 |
2016-12-20 | [c++1z] P0195R2: Support pack-expansion of using-declarations. | Richard Smith | 1 | -0/+12 |
2016-12-19 | Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations." | Daniel Jasper | 1 | -12/+0 |
2016-12-19 | [c++1z] P0195R2: Support pack-expansion of using-declarations. | Richard Smith | 1 | -0/+12 |
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 |