1. 1f0d013 PCH support for MemberExpr and CallExpr. by Douglas Gregor · 15 years ago
  2. 673ecd6 PCH support for string literals by Douglas Gregor · 15 years ago
  3. 0b0b77f PCH support for UnaryOperator, SizeOfAlignOfExpr by Douglas Gregor · 15 years ago
  4. db600c3 PCH support for CStyleCastExpr and BinaryOperator expression kinds. by Douglas Gregor · 15 years ago
  5. c04db4f PCH support for ParenExpr by Douglas Gregor · 15 years ago
  6. 087fd53 Add PCH support for ImplicitCastExprs. This is the first expression by Douglas Gregor · 15 years ago
  7. 17fc223 Add PCH support for PredefinedExpr and FloatingLiteral expressions by Douglas Gregor · 15 years ago
  8. 0b74891 PCH support for a few very, very simple kinds of expressions. Hook up by Douglas Gregor · 15 years ago
  9. 2417ef7 Add a tricky, tricky test case for PCH that we currently don't handle. Committed with a FIXME so that we don't forget it by Douglas Gregor · 15 years ago
  10. f807fe0 When building a PCH file, don't perform end-of-translation-unit by Douglas Gregor · 15 years ago
  11. fdd0172 When writing a PCH file, keep track of all of the non-static, by Douglas Gregor · 15 years ago
  12. 3a2f7e4 PCH support for functions and their parameters. by Douglas Gregor · 15 years ago
  13. 8c70006 PCH support for record decls/types and their fields. Now that we can by Douglas Gregor · 15 years ago
  14. b4e715b Introduce PCH (de-)serialization for most compound types, excluding by Douglas Gregor · 15 years ago
  15. 0a2b45e Add PCH support for enumerations and enumerators. by Douglas Gregor · 15 years ago
  16. bd94500 Include the SourceManager's line table in the PCH file. We can now by Douglas Gregor · 15 years ago
  17. c1f9d82 implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310 by Chris Lattner · 15 years ago
  18. 7356a31 now that we have an identifier table in the PCH file, finish hooking up by Chris Lattner · 15 years ago
  19. 285d03f test this in non-pch mode as well as in pch mode. by Chris Lattner · 15 years ago
  20. 531cc83 do a dance with predefines, and finally enable reading of macros from by Chris Lattner · 15 years ago
  21. 8038d51 Various minor fixes to PCH reading and writing, with general by Douglas Gregor · 15 years ago
  22. 14f7900 PCH serialization/deserialization of the source manager. With this by Douglas Gregor · 15 years ago
  23. 2cf2634 Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 15 years ago