| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | In the serialized AST format, make the translation unit a "predefined" | Douglas Gregor | 2011-08-12 | 1 | -5/+46 |
| * | The AST reader and writer don't need accessors for poking at the predefined O... | Douglas Gregor | 2011-08-11 | 1 | -4/+4 |
| * | Renamings to consistently use 'Constexpr' not 'ConstExpr' when referring to t... | Richard Smith | 2011-08-10 | 1 | -1/+1 |
| * | Move the creation of the record type for the state of Objective-C fast | Douglas Gregor | 2011-08-09 | 1 | -1/+0 |
| * | Don't serialize the block descriptor or block extended descriptor | Douglas Gregor | 2011-08-09 | 1 | -2/+0 |
| * | Move the construction of the RecordDecl representing the runtime | Douglas Gregor | 2011-08-09 | 1 | -1/+0 |
| * | Migrate the serialization of ASTContext's AutoDeduceTy and | Douglas Gregor | 2011-08-09 | 1 | -6/+6 |
| * | Introduce local -> global mapping for preprocessed entity IDs. This is | Douglas Gregor | 2011-08-04 | 1 | -2/+6 |
| * | In the AST reader and writer, slide the preprocessed entity IDs by +1 | Douglas Gregor | 2011-08-04 | 1 | -4/+6 |
| * | Add some missing record names to the AST output. No functionality change, but... | Douglas Gregor | 2011-08-04 | 1 | -0/+3 |
| * | Implement the local -> global remapping for macro definition IDs in | Douglas Gregor | 2011-08-04 | 1 | -1/+3 |
| * | Don't introduce a local -> global mapping for CXXBaseSpecifiers. The | Douglas Gregor | 2011-08-04 | 1 | -7/+3 |
| * | Introduce local -> global selector ID mapping into the AST | Douglas Gregor | 2011-08-03 | 1 | -2/+4 |
| * | Introduce a local-to-global remapping for identifiers in the AST | Douglas Gregor | 2011-08-03 | 1 | -1/+4 |
| * | Introduce a constant for the number of predefined declarations in an | Douglas Gregor | 2011-08-03 | 1 | -2/+2 |
| * | Introduce the local -> global declaration ID mapping into the AST | Douglas Gregor | 2011-08-03 | 1 | -0/+2 |
| * | Change the hashing function for DeclContext lookup within an AST file | Douglas Gregor | 2011-08-02 | 1 | -10/+7 |
| * | Implement a proper local -> global type ID remapping scheme in the AST | Douglas Gregor | 2011-08-02 | 1 | -24/+26 |
| * | Generalize the module offset map to include mapping information for | Douglas Gregor | 2011-08-02 | 1 | -18/+26 |
| * | Move the serialization of the MODULE_OFFSET_MAP out of the source-manager-wri... | Douglas Gregor | 2011-08-01 | 1 | -32/+35 |
| * | Rename the AST file's SOURCE_LOCATION_MAP to MODULE_OFFSET_MAP, to indicate t... | Douglas Gregor | 2011-08-01 | 1 | -2/+2 |
| * | Lazily deserialize Sema::VTableUses. Plus, fix the utterly and | Douglas Gregor | 2011-07-28 | 1 | -2/+0 |
| * | Make Sema::WeakUndeclaredIdentifiers lazily deserialized. | Douglas Gregor | 2011-07-28 | 1 | -6/+2 |
| * | Make Sema::LocallyScopedExternalDecls lazily deserialized. In theory, | Douglas Gregor | 2011-07-28 | 1 | -3/+5 |
| * | AST serialization support for the Framework in IndexHeaderMapHeader | Douglas Gregor | 2011-07-28 | 1 | -6/+35 |
| * | Switch Sema::DynamicClasses over to LazyVector | Douglas Gregor | 2011-07-28 | 1 | -5/+2 |
| * | Switch Sema::ExtVectorDecls over to LazyVector. | Douglas Gregor | 2011-07-28 | 1 | -6/+2 |
| * | Turn Sema::DelegatingCtorDecls into a LazyVector. | Douglas Gregor | 2011-07-27 | 1 | -6/+2 |
| * | Switch Sema::UnusedFileScopedDecls over to a LazyVector. | Douglas Gregor | 2011-07-27 | 1 | -18/+15 |
| * | Introduce a new data structure, LazyVector, which is a vector whose | Douglas Gregor | 2011-07-27 | 1 | -7/+12 |
| * | This patch extends the previous patch by starting to incorporate more functio... | Jonathan D. Turner | 2011-07-26 | 1 | -9/+4 |
| * | Migrate 'Instantiation' data and API bits of SLocEntry to 'Expansion' | Chandler Carruth | 2011-07-26 | 1 | -1/+1 |
| * | Convert InstantiationInfo and much of the related code to ExpansionInfo | Chandler Carruth | 2011-07-26 | 1 | -4/+4 |
| * | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -38/+38 |
| * | Switch all of the "isysroot" const char*'s throughout the AST reader | Douglas Gregor | 2011-07-22 | 1 | -12/+12 |
| * | Rename ASTReader::PerFileData to serialization::Module, pulling it out | Douglas Gregor | 2011-07-22 | 1 | -1/+1 |
| * | Introduce a global bit-offset continuous range map into the ASTReader, | Douglas Gregor | 2011-07-22 | 1 | -2/+3 |
| * | Rework the detailed preprocessing record to separate preprocessing | Douglas Gregor | 2011-07-21 | 1 | -1/+1 |
| * | Revamp the SourceManager to separate the representation of parsed | Douglas Gregor | 2011-07-19 | 1 | -50/+96 |
| * | Move the Serialization library from 'instantiation' to 'expansion', with | Chandler Carruth | 2011-07-15 | 1 | -11/+11 |
| * | StringMap::first() is about to start returning a StringRef, adapt. | Chris Lattner | 2011-07-14 | 1 | -2/+2 |
| * | Move the rest of the preprocessor terminology from 'instantiate' and | Chandler Carruth | 2011-07-14 | 1 | -5/+5 |
| * | Preserve that a TemplateName was arrived at by substituting | John McCall | 2011-06-30 | 1 | -0/+8 |
| * | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor | 2011-06-28 | 1 | -0/+16 |
| * | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -0/+3 |
| * | Introduce a -cc1-level option to turn off related result type | Douglas Gregor | 2011-06-14 | 1 | -0/+1 |
| * | Eliminate the -f[no]objc-infer-related-result-type flags; there's no | Douglas Gregor | 2011-06-13 | 1 | -1/+0 |
| * | Implement Objective-C Related Result Type semantics. | Douglas Gregor | 2011-06-11 | 1 | -0/+1 |
| * | Improvements to abbreviations for PCH which add support for EnumDecl, ObjCIva... | Jonathan D. Turner | 2011-06-03 | 1 | -2/+4 |
| * | Introduce additional abbreviations into the AST writer for | Douglas Gregor | 2011-06-03 | 1 | -7/+13 |