Age | Commit message (Expand) | Author |
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 |
2009-04-26 | When writing a PCH file, write multiple type and declaration blocks as | Douglas Gregor |
2009-04-26 | Don't read all of the records in the PCH file's preprocessor block, | Douglas Gregor |
2009-04-25 | Write the identifier offsets array into the PCH file as a blob, so | Douglas Gregor |
2009-04-25 | Load the selector table lazily from the PCH file. | Douglas Gregor |
2009-04-24 | PCH support for the global method pool (= instance and factory method | Douglas Gregor |
2009-04-23 | Add PCH read/write support for Objective-C Selectors. | Steve Naroff |
2009-04-22 | Add PCH statistics for the number/percent of lexical/visible declcontexts read | Douglas Gregor |
2009-04-22 | Lazy loading of builtins for precompiled headers. | Douglas Gregor |
2009-04-21 | Lazy deserialization of macro definitions for precompiled headers. | Douglas Gregor |
2009-04-20 | Write the identifier table into the PCH file as an on-disk hash table | Douglas Gregor |
2009-04-20 | Introduce the notion of a SemaConsumer, which is an ASTConsumer that | Douglas Gregor |
2009-04-17 | Keep track of the number of statements/expressions written to and read | Douglas Gregor |
2009-04-17 | PCH support for inline assembly statements. | Douglas Gregor |
2009-04-17 | PCH support for labels and goto. | Douglas Gregor |
2009-04-17 | PCH support for the first batch of statements, including null, | Douglas Gregor |
2009-04-16 | Prepare PCH reader and writer for (de-)serialization of statements. No | Douglas Gregor |
2009-04-15 | PCH support for declaration attributes | Douglas Gregor |
2009-04-14 | Add PCH support for ImplicitCastExprs. This is the first expression | Douglas Gregor |
2009-04-14 | Add PCH support for PredefinedExpr and FloatingLiteral expressions | Douglas Gregor |
2009-04-14 | PCH support for a few very, very simple kinds of expressions. Hook up | Douglas Gregor |
2009-04-14 | When writing a PCH file, keep track of all of the non-static, | Douglas Gregor |
2009-04-13 | Add PCH support for enumerations and enumerators. | Douglas Gregor |
2009-04-11 | Store unique IDs for identifiers in the PCH file. Use some bitmangling | Douglas Gregor |
2009-04-10 | Encode the target triple in the PCH file, and check that target triple when u... | Douglas Gregor |
2009-04-10 | Implement serialization/deserialization of LangOptions in the PCH | Douglas Gregor |
2009-04-10 | emit tokens, constify the Preprocessor passed down into PCH writer. | Chris Lattner |
2009-04-10 | Various minor fixes to PCH reading and writing, with general | Douglas Gregor |
2009-04-10 | Arrange for the preprocessor to be passed down into the PCH writer. | Chris Lattner |
2009-04-10 | PCH serialization/deserialization of the source manager. With this | Douglas Gregor |
2009-04-09 | Implementation of pre-compiled headers (PCH) based on lazy | Douglas Gregor |