Age | Commit message (Expand) | Author |
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 |
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 | Move the serialization of the MODULE_OFFSET_MAP out of the source-manager-wri... | 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 |
2011-07-29 | Remove unused debug function | Douglas Gregor |
2011-07-29 | In the ASTReader, replace the continuous range maps whose value types | Douglas Gregor |
2011-07-29 | Move the base type ID from the ASTReader's global type map into the | Douglas Gregor |
2011-07-28 | Some documentation fixes so that we are explicit about which iteration order ... | Jonathan D. Turner |
2011-07-28 | Introduce the local-global mapping for preprocessed entities, and use | Douglas Gregor |
2011-07-28 | Use local-to-global mapping appropriately for macro definitions in the ASTReader | Douglas Gregor |
2011-07-28 | Use the local -> global mapping functions for selectors more | Douglas Gregor |
2011-07-28 | Teach the ASTReader to perform local and global mapping of identifier | Douglas Gregor |
2011-07-28 | Make the deserialization of Sema::PendingInstantiations lazy. At this | Douglas Gregor |
2011-07-28 | Promote the deserialized PendingInstantiations vector from being a | Douglas Gregor |
2011-07-28 | Lazily deserialize Sema::VTableUses. Plus, fix the utterly and | Douglas Gregor |
2011-07-28 | Make Sema::WeakUndeclaredIdentifiers lazily deserialized. | Douglas Gregor |
2011-07-28 | Switch the ModuleManager over to using a FileManager and FileEntry* as part o... | Jonathan D. Turner |
2011-07-28 | Make Sema::ReferencedSelectors lazily deserialized. | Douglas Gregor |
2011-07-28 | Move a Module's ReferencedSelectorsData into the ASTReader itself, so | Douglas Gregor |
2011-07-28 | Make Sema::LocallyScopedExternalDecls lazily deserialized. In theory, | Douglas Gregor |
2011-07-28 | AST serialization support for the Framework in IndexHeaderMapHeader | Douglas Gregor |
2011-07-28 | Don't set Sema's StdNamespace or StdBadAlloc if they've already been set | Douglas Gregor |
2011-07-28 | Switch Sema::DynamicClasses over to LazyVector | Douglas Gregor |
2011-07-28 | Switch Sema::ExtVectorDecls over to LazyVector. | Douglas Gregor |
2011-07-27 | Turn Sema::DelegatingCtorDecls into a LazyVector. | Douglas Gregor |
2011-07-27 | Switch Sema::UnusedFileScopedDecls over to a LazyVector. | Douglas Gregor |
2011-07-27 | Introduce a new data structure, LazyVector, which is a vector whose | Douglas Gregor |
2011-07-27 | Modules don't require validation of the predefines buffer | Douglas Gregor |
2011-07-27 | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor |
2011-07-26 | This patch extends the previous patch by starting to incorporate more functio... | Jonathan D. Turner |
2011-07-26 | Migrate 'Instantiation' data and API bits of SLocEntry to 'Expansion' | Chandler Carruth |
2011-07-26 | Convert InstantiationInfo and much of the related code to ExpansionInfo | Chandler Carruth |
2011-07-26 | Rename create(MacroArg)InstantiationLoc to create(MacroArg)ExpansionLoc. | Chandler Carruth |
2011-07-25 | Refactor of how modules are handled in ASTReader to remove explicit uses of a... | Jonathan D. Turner |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-22 | Remove prepending of '$' to module names. | Jonathan D. Turner |