Age | Commit message (Expand) | Author |
2010-08-17 | Reintroduce the serialization library, with fixed dependencies. | Sebastian Redl |
2010-08-17 | Revert Sebastian's build-breaking patch. | Douglas Gregor |
2010-08-17 | Create a new Serialization module that contains all the PCH code, and will co... | Sebastian Redl |
2010-08-13 | Change Sema's UnusedStaticFuncs to UnusedFileScopedDecls to allow also keepin... | Argyrios Kyrtzidis |
2010-08-13 | Teach ASTUnit to hold on to the Sema object and ASTConsumer that are | Douglas Gregor |
2010-08-13 | Instead of modifying the ObjC AST to not modify existing declarations, teach ... | Sebastian Redl |
2010-08-12 | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor |
2010-08-11 | -Make TokenID of IdentifierInfo read-only, remove setTokenID(). | Argyrios Kyrtzidis |
2010-08-11 | Reintroduce the ASTConsumer/ASTUnit fix from r110610, it has nothing to do wi... | Sebastian Redl |
2010-08-11 | Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, | Douglas Gregor |
2010-08-09 | - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for... | Sebastian Redl |
2010-08-09 | Refactor into functions PCH reading/writing the CXXBaseOrMemberInitializers. ... | Argyrios Kyrtzidis |
2010-08-05 | Write various C++-specific records to chained PCHs. Tests will come later. | Sebastian Redl |
2010-08-05 | Store the pending implicit instantiations in the PCH and perform them at the ... | Argyrios Kyrtzidis |
2010-08-05 | Support #pragma weak for PCH. | Argyrios Kyrtzidis |
2010-08-04 | Bring stats for the method pool back. | Sebastian Redl |
2010-08-04 | Implement per-file reading of the selector table. This disables statistics ab... | Sebastian Redl |
2010-08-04 | When chaining, only write interesting selectors to the PCH. | Sebastian Redl |
2010-08-04 | Store the IDs of selectors in the PCH file explicitly. | Sebastian Redl |
2010-08-03 | Incomplete promotion of selector info to per-file data. | Sebastian Redl |
2010-08-03 | Apart from storing/retrieving the previous redeclaration from PCH, also store... | Argyrios Kyrtzidis |
2010-08-03 | Avoid writing a VTABLE_USES record in PCH if there are no entries. | Argyrios Kyrtzidis |
2010-08-02 | Query only the latest version of an identifier in the PCH chain. Make sure th... | Sebastian Redl |
2010-08-02 | Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f... | Argyrios Kyrtzidis |
2010-07-30 | Refactor the way PCHReader tracks whether we are in recursive loading. | Argyrios Kyrtzidis |
2010-07-30 | Make macro weirdness in chained PCH work. This required changing the way PCHR... | Sebastian Redl |
2010-07-28 | Support extended vector types in chained PCH. | Sebastian Redl |
2010-07-27 | Record macros in dependent PCHs. Also add various info tables to dependent PC... | Sebastian Redl |
2010-07-27 | Update the list of lexical decls in the TU for chained PCHs. This makes -ast-... | Sebastian Redl |
2010-07-27 | Implement -fno-validate-pch at the -cc1 level, which suppresses most | Douglas Gregor |
2010-07-27 | - Fix recording of offsets of types in dependent PCHs. | Sebastian Redl |
2010-07-26 | Add source location information to C++ base specifiers. | Nick Lewycky |
2010-07-23 | Make declarations in the dependent PCH visible, for C at least. | Sebastian Redl |
2010-07-23 | PCH read/write for selector reference pool. | Fariborz Jahanian |
2010-07-22 | Thread bitstream cursors all the way through the AST reading stuff. This way,... | Sebastian Redl |
2010-07-22 | Allow loading declcontext information from any file in the chain. Properly wr... | Sebastian Redl |
2010-07-21 | Allow loading macros from any file in the chain. WIP | Sebastian Redl |
2010-07-21 | Promote some macro-related stuff to per-file data. Fix a cache-inefficient ne... | Sebastian Redl |
2010-07-21 | Allow loading identifiers from any file in the chain. WIP | Sebastian Redl |
2010-07-20 | Apparently not every system thinks that references in pairs are as cool as I ... | Sebastian Redl |
2010-07-20 | Allow loading declarations from any file in the chain. WIP | Sebastian Redl |
2010-07-20 | Allow loading types from any file in the chain. WIP | Sebastian Redl |
2010-07-20 | Allow loading source locations from any file in the chain. WIP | Sebastian Redl |
2010-07-20 | More work on getting PCHReader to handle multiple files. Promote SLocOffsets ... | Sebastian Redl |
2010-07-19 | Promote IdentifierOffsets to per-file data. | Sebastian Redl |
2010-07-19 | Promote DeclOffsets and TypeOffsets to per-file data. | Sebastian Redl |
2010-07-19 | Promote the identifier table to per-file data. Also, if a CHAINED_METADATA re... | Sebastian Redl |
2010-07-17 | Teach the PCH reader to load the dependency when encountering a chain metadat... | Sebastian Redl |
2010-07-16 | Separate out the initial loading of a PCH so that loading chained PCHs can re... | Sebastian Redl |
2010-07-16 | First baby steps towards PCHReader being able to keep track of multiple PCH f... | Sebastian Redl |