| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor | 2011-09-02 | 1 | -1/+1 |
* | Modules hide macro definitions by default, so that silly things like | Douglas Gregor | 2011-09-01 | 1 | -32/+51 |
* | Support importing of ObjC categories from modules. | Argyrios Kyrtzidis | 2011-09-01 | 1 | -0/+34 |
* | Serialize the new bits in CXXRecordDecl::DefinitionData. | Sebastian Redl | 2011-08-31 | 1 | -0/+2 |
* | When writing out the entries in a lookup table for a DeclContext, make | Douglas Gregor | 2011-08-30 | 1 | -1/+24 |
* | In ASTWriter::WriteDeclContextVisibleBlock, don't write empty lookups. | Argyrios Kyrtzidis | 2011-08-30 | 1 | -2/+4 |
* | Remove obsolete ObjCInferRelatedReturnType from LangOptions...the correct opt... | Jordy Rose | 2011-08-30 | 1 | -1/+0 |
* | Don't force the complete deserialization of the visible-declarations | Douglas Gregor | 2011-08-24 | 1 | -3/+1 |
* | Boost the efficiency of SourceManager::getMacroArgExpandedLocation. | Argyrios Kyrtzidis | 2011-08-21 | 1 | -0/+3 |
* | Keep track of which modules have been loaded directly (e.g., via | Douglas Gregor | 2011-08-18 | 1 | -15/+20 |
* | In the AST file format, eliminate the CHAINED_METADATA record. Instead, | Douglas Gregor | 2011-08-17 | 1 | -10/+22 |
* | [PCH] When writing out ExpansionInfo, make sure we don't lose track if it's a... | Argyrios Kyrtzidis | 2011-08-17 | 1 | -1/+2 |
* | Switch the __int128_t and __uint128_t types over to predefined types | Douglas Gregor | 2011-08-12 | 1 | -1/+4 |
* | Switch the Objective-C 'SEL' type over to a predefined type in the | Douglas Gregor | 2011-08-12 | 1 | -1/+2 |
* | Switch the Objective-C 'Class' type over to a predefined type in the | Douglas Gregor | 2011-08-12 | 1 | -2/+3 |
* | Move the creation of the predefined typedef for Objective-C's 'id' | Douglas Gregor | 2011-08-12 | 1 | -2/+3 |
* | Collapse ASTWriter::WriteASTChain into ASTWriter::WriteASTCore, | Douglas Gregor | 2011-08-12 | 1 | -306/+103 |
* | In the serialized AST format, make the translation unit a "predefined" | Douglas Gregor | 2011-08-12 | 1 | -5/+46 |
* | The AST reader and writer don't need accessors for poking at the predefined O... | Douglas Gregor | 2011-08-11 | 1 | -4/+4 |
* | Renamings to consistently use 'Constexpr' not 'ConstExpr' when referring to t... | Richard Smith | 2011-08-10 | 1 | -1/+1 |
* | Move the creation of the record type for the state of Objective-C fast | Douglas Gregor | 2011-08-09 | 1 | -1/+0 |
* | Don't serialize the block descriptor or block extended descriptor | Douglas Gregor | 2011-08-09 | 1 | -2/+0 |
* | Move the construction of the RecordDecl representing the runtime | Douglas Gregor | 2011-08-09 | 1 | -1/+0 |
* | Migrate the serialization of ASTContext's AutoDeduceTy and | Douglas Gregor | 2011-08-09 | 1 | -6/+6 |
* | Introduce local -> global mapping for preprocessed entity IDs. This is | Douglas Gregor | 2011-08-04 | 1 | -2/+6 |
* | In the AST reader and writer, slide the preprocessed entity IDs by +1 | Douglas Gregor | 2011-08-04 | 1 | -4/+6 |
* | Add some missing record names to the AST output. No functionality change, but... | Douglas Gregor | 2011-08-04 | 1 | -0/+3 |
* | Implement the local -> global remapping for macro definition IDs in | Douglas Gregor | 2011-08-04 | 1 | -1/+3 |
* | Don't introduce a local -> global mapping for CXXBaseSpecifiers. The | Douglas Gregor | 2011-08-04 | 1 | -7/+3 |
* | Introduce local -> global selector ID mapping into the AST | Douglas Gregor | 2011-08-03 | 1 | -2/+4 |
* | Introduce a local-to-global remapping for identifiers in the AST | Douglas Gregor | 2011-08-03 | 1 | -1/+4 |
* | Introduce a constant for the number of predefined declarations in an | Douglas Gregor | 2011-08-03 | 1 | -2/+2 |
* | Introduce the local -> global declaration ID mapping into the AST | Douglas Gregor | 2011-08-03 | 1 | -0/+2 |
* | Change the hashing function for DeclContext lookup within an AST file | Douglas Gregor | 2011-08-02 | 1 | -10/+7 |
* | Implement a proper local -> global type ID remapping scheme in the AST | Douglas Gregor | 2011-08-02 | 1 | -24/+26 |
* | Generalize the module offset map to include mapping information for | Douglas Gregor | 2011-08-02 | 1 | -18/+26 |
* | Move the serialization of the MODULE_OFFSET_MAP out of the source-manager-wri... | Douglas Gregor | 2011-08-01 | 1 | -32/+35 |
* | Rename the AST file's SOURCE_LOCATION_MAP to MODULE_OFFSET_MAP, to indicate t... | Douglas Gregor | 2011-08-01 | 1 | -2/+2 |
* | Lazily deserialize Sema::VTableUses. Plus, fix the utterly and | Douglas Gregor | 2011-07-28 | 1 | -2/+0 |
* | Make Sema::WeakUndeclaredIdentifiers lazily deserialized. | Douglas Gregor | 2011-07-28 | 1 | -6/+2 |
* | Make Sema::LocallyScopedExternalDecls lazily deserialized. In theory, | Douglas Gregor | 2011-07-28 | 1 | -3/+5 |
* | AST serialization support for the Framework in IndexHeaderMapHeader | Douglas Gregor | 2011-07-28 | 1 | -6/+35 |
* | Switch Sema::DynamicClasses over to LazyVector | Douglas Gregor | 2011-07-28 | 1 | -5/+2 |
* | Switch Sema::ExtVectorDecls over to LazyVector. | Douglas Gregor | 2011-07-28 | 1 | -6/+2 |
* | Turn Sema::DelegatingCtorDecls into a LazyVector. | Douglas Gregor | 2011-07-27 | 1 | -6/+2 |
* | Switch Sema::UnusedFileScopedDecls over to a LazyVector. | Douglas Gregor | 2011-07-27 | 1 | -18/+15 |
* | Introduce a new data structure, LazyVector, which is a vector whose | Douglas Gregor | 2011-07-27 | 1 | -7/+12 |
* | This patch extends the previous patch by starting to incorporate more functio... | Jonathan D. Turner | 2011-07-26 | 1 | -9/+4 |
* | Migrate 'Instantiation' data and API bits of SLocEntry to 'Expansion' | Chandler Carruth | 2011-07-26 | 1 | -1/+1 |
* | Convert InstantiationInfo and much of the related code to ExpansionInfo | Chandler Carruth | 2011-07-26 | 1 | -4/+4 |