Age | Commit message (Expand) | Author |
2011-08-25 | Switch the forward walk through the module chain over to a depth-first | Douglas Gregor |
2011-08-25 | Remove a bogus assertion from the AST reader, which assumed that | 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-21 | Boost the efficiency of SourceManager::getMacroArgExpandedLocation. | Argyrios Kyrtzidis |
2011-08-20 | Make the loading of multiple records for the same identifier (from | Douglas Gregor |
2011-08-20 | Clean out some minor cruft in the AST reader; no functionality change. | Douglas Gregor |
2011-08-20 | Introduce a module visitation function that starts at the top-level | 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 | Remove an unnecessary assignment (to InstFromD). | Argyrios Kyrtzidis |
2011-08-17 | In the AST file format, eliminate the CHAINED_METADATA record. Instead, | Douglas Gregor |
2011-08-17 | Add serialization support for ClassScopeFunctionSpecializationDecl. | Francois Pichet |
2011-08-17 | [PCH] When writing out ExpansionInfo, make sure we don't lose track if it's a... | Argyrios Kyrtzidis |
2011-08-15 | Track in the AST whether a function is constexpr. | Richard Smith |
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-11 | Fix a PCH crash bug where we kept a reference inside a DenseMap while the map... | Argyrios Kyrtzidis |
2011-08-11 | When initializing a context from a particular AST file, check whether | Douglas Gregor |
2011-08-11 | The AST reader and writer don't need accessors for poking at the predefined O... | Douglas Gregor |
2011-08-10 | Renamings to consistently use 'Constexpr' not 'ConstExpr' when referring to t... | Richard Smith |
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-05 | Add workaround for built va list (and other builtins) so that running ReadAST... | Jonathan D. Turner |
2011-08-04 | Clean up the debug dump for a Module, so the local->global maps are | 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 | In the AST reader and writer, slide the preprocessed entity IDs by +1 | Douglas Gregor |
2011-08-04 | Add some missing record names to the AST output. No functionality change, but... | Douglas Gregor |
2011-08-04 | Implement the local -> global remapping for macro definition IDs in | Douglas Gregor |
2011-08-04 | The AST reader was forgetting to parse ObjCInferRelatedReturnType | 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 | 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 |