1. 94cd5d1 PCH support for ShuffleVectorExpr and BlockDeclRefExpr by Douglas Gregor · 15 years ago
  2. 44cae0c PCH support for TypesCompatibleExpr, ChooseExpr, and GNUNullExpr. by Douglas Gregor · 15 years ago
  3. d3c98a0 PCH support for ExtVectorElementExpr and VAArgExpr. by Douglas Gregor · 15 years ago
  4. ad90e96 PCH support for CompoundAssignOperator and ConditionalOperator by Douglas Gregor · 15 years ago
  5. cb2ca73 PCH support for ImaginaryLiteral and ArraySubscriptExpr by Douglas Gregor · 15 years ago
  6. 03f5ad9 Defer generation of tentative definitions. - PR3980. by Daniel Dunbar · 15 years ago
  7. 6d47396 PCH support for ExtQualType by Douglas Gregor · 15 years ago
  8. 68a2eb0 PCH support for declaration attributes by Douglas Gregor · 15 years ago
  9. 1f0d013 PCH support for MemberExpr and CallExpr. by Douglas Gregor · 15 years ago
  10. 673ecd6 PCH support for string literals by Douglas Gregor · 15 years ago
  11. 0b0b77f PCH support for UnaryOperator, SizeOfAlignOfExpr by Douglas Gregor · 15 years ago
  12. db600c3 PCH support for CStyleCastExpr and BinaryOperator expression kinds. by Douglas Gregor · 15 years ago
  13. c04db4f PCH support for ParenExpr by Douglas Gregor · 15 years ago
  14. 087fd53 Add PCH support for ImplicitCastExprs. This is the first expression by Douglas Gregor · 15 years ago
  15. 17fc223 Add PCH support for PredefinedExpr and FloatingLiteral expressions by Douglas Gregor · 15 years ago
  16. 0b74891 PCH support for a few very, very simple kinds of expressions. Hook up by Douglas Gregor · 15 years ago
  17. 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
  18. f807fe0 When building a PCH file, don't perform end-of-translation-unit by Douglas Gregor · 15 years ago
  19. fdd0172 When writing a PCH file, keep track of all of the non-static, by Douglas Gregor · 15 years ago
  20. 3a2f7e4 PCH support for functions and their parameters. by Douglas Gregor · 15 years ago
  21. 8c70006 PCH support for record decls/types and their fields. Now that we can by Douglas Gregor · 15 years ago
  22. b4e715b Introduce PCH (de-)serialization for most compound types, excluding by Douglas Gregor · 15 years ago
  23. 0a2b45e Add PCH support for enumerations and enumerators. by Douglas Gregor · 15 years ago
  24. bd94500 Include the SourceManager's line table in the PCH file. We can now by Douglas Gregor · 15 years ago
  25. c1f9d82 implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310 by Chris Lattner · 15 years ago
  26. 7356a31 now that we have an identifier table in the PCH file, finish hooking up by Chris Lattner · 15 years ago
  27. 285d03f test this in non-pch mode as well as in pch mode. by Chris Lattner · 15 years ago
  28. 531cc83 do a dance with predefines, and finally enable reading of macros from by Chris Lattner · 15 years ago
  29. 8038d51 Various minor fixes to PCH reading and writing, with general by Douglas Gregor · 15 years ago
  30. 14f7900 PCH serialization/deserialization of the source manager. With this by Douglas Gregor · 15 years ago
  31. 2cf2634 Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 15 years ago