Age | Commit message (Expand) | Author |
2011-09-02 | Always construct an ASTReader with a non-NULL ASTContext and | Douglas Gregor |
2011-09-01 | Teach ASTContext and Preprocessor to hold on to references to the same | Douglas Gregor |
2011-09-01 | Modules hide macro definitions by default, so that silly things like | Douglas Gregor |
2011-09-01 | Support importing of ObjC categories from modules. | Argyrios Kyrtzidis |
2011-08-25 | Remove the Chaining argument from the PCH/module generator. It's no longer used | Douglas Gregor |
2011-08-25 | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor |
2011-08-25 | Preload source location entries as soon as we've loaded a particular | Douglas Gregor |
2011-08-25 | Move file validation in the ASTReader from "top of chain" validation | Douglas Gregor |
2011-08-25 | Factor the Module and ModuleManager classes out into separate headers | Douglas Gregor |
2011-08-25 | Switch ASTReader::GetHeaderFileInfo() from a walk over the module | Douglas Gregor |
2011-08-25 | Use the module manager's search facility to look for methods with a | Douglas Gregor |
2011-08-24 | Don't force the complete deserialization of the visible-declarations | Douglas Gregor |
2011-08-24 | Introduce a depth-first search of modules into the module manager, | Douglas Gregor |
2011-08-24 | In the AST reader, switch name lookup within a DeclContect over to the | Douglas Gregor |
2011-08-20 | Introduce a module visitation function that starts at the top-level | Douglas Gregor |
2011-08-19 | Remove another unused function from ModuleManager. We have no notion of a 'la... | Douglas Gregor |
2011-08-19 | Remove unused function ModuleManager::exportLookup() | Douglas Gregor |
2011-08-19 | Teach ModuleManager::addModule() to check whether a particular module | Douglas Gregor |
2011-08-18 | Temporarily revert r137925 to appease buildbots. Original commit message: | Chad Rosier |
2011-08-18 | Teach ModuleManager::addModule() to check whether a particular module | Douglas Gregor |
2011-08-18 | Keep track of which modules have been loaded directly (e.g., via | Douglas Gregor |
2011-08-17 | In the AST file format, eliminate the CHAINED_METADATA record. Instead, | Douglas Gregor |
2011-08-14 | Implement function template specialization at class scope extension in Micros... | Francois Pichet |
2011-08-12 | Switch the __int128_t and __uint128_t types over to predefined types | Douglas Gregor |
2011-08-12 | Switch the Objective-C 'SEL' type over to a predefined type in the | Douglas Gregor |
2011-08-12 | Switch the Objective-C 'Class' type over to a predefined type in the | Douglas Gregor |
2011-08-12 | Move the creation of the predefined typedef for Objective-C's 'id' | Douglas Gregor |
2011-08-12 | Collapse ASTWriter::WriteASTChain into ASTWriter::WriteASTCore, | Douglas Gregor |
2011-08-12 | In the serialized AST format, make the translation unit a "predefined" | Douglas Gregor |
2011-08-09 | Move the creation of the record type for the state of Objective-C fast | Douglas Gregor |
2011-08-09 | Don't serialize the block descriptor or block extended descriptor | Douglas Gregor |
2011-08-09 | Move the construction of the RecordDecl representing the runtime | Douglas Gregor |
2011-08-09 | Migrate the serialization of ASTContext's AutoDeduceTy and | Douglas Gregor |
2011-08-04 | Introduce local -> global mapping for preprocessed entity IDs. This is | Douglas Gregor |
2011-08-04 | Remove the unset, unused return value of | Douglas Gregor |
2011-08-04 | Implement the local -> global remapping for macro definition IDs in | Douglas Gregor |
2011-08-04 | Don't introduce a local -> global mapping for CXXBaseSpecifiers. The | Douglas Gregor |
2011-08-03 | Introduce local -> global selector ID mapping into the AST | Douglas Gregor |
2011-08-03 | Introduce a local-to-global remapping for identifiers in the AST | Douglas Gregor |
2011-08-03 | Fix a few typos | Jonathan D. Turner |
2011-08-03 | Remove stray comma | Douglas Gregor |
2011-08-03 | Introduce a constant for the number of predefined declarations in an | Douglas Gregor |
2011-08-03 | Introduce the local -> global declaration ID mapping into the AST | Douglas Gregor |
2011-08-02 | Change the hashing function for DeclContext lookup within an AST file | Douglas Gregor |
2011-08-02 | Following up the earlier refactoring/cleanup work by fixing up how we manage ... | Jonathan D. Turner |
2011-08-02 | Implement a proper local -> global type ID remapping scheme in the AST | Douglas Gregor |
2011-08-02 | Add a debugging dump for Module (also emitted as part of the AST | Douglas Gregor |
2011-08-02 | Generalize the module offset map to include mapping information for | Douglas Gregor |
2011-08-01 | Rename the AST file's SOURCE_LOCATION_MAP to MODULE_OFFSET_MAP, to indicate t... | Douglas Gregor |
2011-07-29 | Renamed Loaded member to ImportedBy, as it's easier to read. Added another s... | Jonathan D. Turner |