Age | Commit message (Expand) | Author |
2011-08-04 | Introduce local -> global mapping for preprocessed entity IDs. This is | 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 | 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 | 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 | Implement a proper local -> global type ID remapping scheme in 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-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 | 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 | 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-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-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-22 | Switch all of the "isysroot" const char*'s throughout the AST reader | Douglas Gregor |
2011-07-22 | Rename ASTReader::PerFileData to serialization::Module, pulling it out | Douglas Gregor |
2011-07-22 | Introduce a global bit-offset continuous range map into the ASTReader, | Douglas Gregor |
2011-07-21 | Rework the detailed preprocessing record to separate preprocessing | Douglas Gregor |
2011-07-19 | Revamp the SourceManager to separate the representation of parsed | Douglas Gregor |
2011-07-15 | Move the Serialization library from 'instantiation' to 'expansion', with | Chandler Carruth |
2011-07-14 | StringMap::first() is about to start returning a StringRef, adapt. | Chris Lattner |
2011-07-14 | Move the rest of the preprocessor terminology from 'instantiate' and | Chandler Carruth |
2011-06-30 | Preserve that a TemplateName was arrived at by substituting | John McCall |
2011-06-28 | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-14 | Introduce a -cc1-level option to turn off related result type | Douglas Gregor |
2011-06-13 | Eliminate the -f[no]objc-infer-related-result-type flags; there's no | Douglas Gregor |
2011-06-11 | Implement Objective-C Related Result Type semantics. | Douglas Gregor |
2011-06-03 | Improvements to abbreviations for PCH which add support for EnumDecl, ObjCIva... | Jonathan D. Turner |
2011-06-03 | Introduce additional abbreviations into the AST writer for | Douglas Gregor |
2011-06-02 | [PCH] Store the offsets of source location file entries and go through them | Argyrios Kyrtzidis |
2011-05-24 | Implement a new type node, UnaryTransformType, designed to represent a | Sean Hunt |
2011-05-13 | When determining whether we can make a declaration into a global | Douglas Gregor |
2011-05-11 | Implement implicit deletion of default constructors. | Sean Hunt |
2011-05-09 | Clean up trivial default constructors now. | Sean Hunt |
2011-05-09 | Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and | Sean Hunt |
2011-05-06 | Keep track of the file ID corresponding to the original file used to | Douglas Gregor |