Age | Commit message (Expand) | Author |
2011-09-01 | Fix "multi-line comment" compiler error. | Argyrios Kyrtzidis |
2011-09-01 | Support importing of ObjC categories from modules. | Argyrios Kyrtzidis |
2011-08-31 | Serialize the new bits in CXXRecordDecl::DefinitionData. | Sebastian Redl |
2011-08-30 | When writing out the entries in a lookup table for a DeclContext, make | Douglas Gregor |
2011-08-30 | Remove a few mutating ObjCCategoryDecl methods. | Argyrios Kyrtzidis |
2011-08-30 | In ASTWriter::WriteDeclContextVisibleBlock, don't write empty lookups. | Argyrios Kyrtzidis |
2011-08-30 | Remove obsolete ObjCInferRelatedReturnType from LangOptions...the correct opt... | Jordy Rose |
2011-08-27 | objective-c: Treat top-level objective-c declarations | Fariborz Jahanian |
2011-08-27 | Remove unused variables noticed by GCC. | Benjamin Kramer |
2011-08-26 | Teach the ASTReader how to avoid cycles when loading declarations that | Douglas Gregor |
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 | Clean up the reloading of identifier information following the load of | 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 | 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 |