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 | Instead of modifying the ObjC AST to not modify existing declarations, teach ... | Sebastian Redl |
2010-08-09 | Refactor into functions PCH reading/writing the CXXBaseOrMemberInitializers. ... | Argyrios Kyrtzidis |
2010-08-05 | Collect namespaces that need updating in a PCH chain. WIP | 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 | When using a precompiled preamble, keep track of the top-level | Douglas Gregor |
2010-08-03 | Apart from storing/retrieving the previous redeclaration from PCH, also store... | Argyrios Kyrtzidis |
2010-08-03 | Reshuffle the PCH generator action and consumer, so that we can re-use | Douglas Gregor |
2010-07-30 | Make macro weirdness in chained PCH work. This required changing the way PCHR... | Sebastian Redl |
2010-07-27 | - Fix recording of offsets of types in dependent PCHs. | Sebastian Redl |
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-16 | Add a little more data to chained PCHs. WIP | Sebastian Redl |
2010-07-14 | Add a callback interface that allows interested parties to get notified whene... | Sebastian Redl |
2010-07-12 | Fix a documentation paste-o and eliminate a useless function parameter, both ... | Douglas Gregor |
2010-07-12 | Split the normal and chained PCH writing paths and add a tiny bit of implemen... | Sebastian Redl |
2010-07-09 | When given the -chained-pch option and a previous PCH file, have the PCHWrite... | Sebastian Redl |
2010-07-08 | Some preparatory work for chained PCH. No functionality change. | Sebastian Redl |
2010-07-02 | Read/write CastExpr's CXXBaseSpecifierArray for PCH. | Argyrios Kyrtzidis |
2010-07-02 | Fully read/write CXXRecordDecl for PCH. | Argyrios Kyrtzidis |
2010-06-28 | Modify the way sub-statements are stored and retrieved from PCH. | Argyrios Kyrtzidis |
2010-06-28 | Fix PCH emitting/reading for template arguments that contain expressions. | Argyrios Kyrtzidis |
2010-06-23 | Support C++ class template specializations and partial specializations for PCH. | Argyrios Kyrtzidis |
2010-06-22 | -Introduce PCHReader::ReadTemplateArgumentLoc() | Argyrios Kyrtzidis |
2010-06-19 | Initial support for writing templates to PCH. | Argyrios Kyrtzidis |
2010-05-10 | pchify CXXTemporary, CXXBindTemporaryExpr, and | Chris Lattner |
2010-05-07 | add PCH support for a bunch of C++ Decls, patch by | Chris Lattner |
2010-03-19 | Remove the capture, serialization, and deserialization of comment | Douglas Gregor |
2010-03-19 | Implement serialization and lazy deserialization of the preprocessing | Douglas Gregor |
2010-03-19 | Optionally store a PreprocessingRecord in the preprocessor itself, and | Douglas Gregor |
2009-12-15 | update to match LLVM API change: | Chris Lattner |
2009-12-07 | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall |
2009-11-16 | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor |
2009-10-29 | Track source information for template arguments and template specialization | John McCall |
2009-10-17 | Merge the "types" and "declarations" blocks in the precompiled header | Douglas Gregor |
2009-10-16 | Factor out routines to encode/decode DeclaratorInfos and move them into the | John McCall |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-07-07 | Introduce the notion of "Relocatable" precompiled headers, which are built | Douglas Gregor |
2009-07-02 | Add support for retrieving the Doxygen comment associated with a given | Douglas Gregor |
2009-05-12 | Make precompiled headers work with -E. When we're only preprocessing | Douglas Gregor |
2009-04-27 | Add a header containing the Clang version; make the driver use this | Douglas Gregor |
2009-04-27 | Implement caching of stat() calls for precompiled headers, which is | Douglas Gregor |
2009-04-27 | encode the type and decl offsets with 32-bits for entry instead | Chris Lattner |
2009-04-27 | add an abbreviation for common PARM_VAR_DECL. All but 9 of the | Chris Lattner |
2009-04-26 | make llvm-bcanalyzer dump out PCH files symbolically. We should probably | Chris Lattner |