1. ff9a609 Write the identifier table into the PCH file as an on-disk hash table by Douglas Gregor · 16 years ago
  2. 7333b49 Add pch reader/writer support for ObjCContainerDecl, ObjCInterfaceDecl, & ObjCIvarDecl. by Steve Naroff · 16 years ago
  3. 15ce6cc the __gnuc_inline__ attribute is actually named __gnu_inline__, PR4023 by Chris Lattner · 16 years ago
  4. 79ea0e0 Add pch reader/writer support for ObjCMethodDecl. by Steve Naroff · 16 years ago
  5. 9ef9c28 Add location info for indirect goto. by Chris Lattner · 16 years ago
  6. e01ad44 Store the type ID for __builtin_va_list in the PCH file, so that the by Douglas Gregor · 16 years ago
  7. 3b9a7c8 Lazy deserialization of function bodies for PCH files. For the Carbon by Douglas Gregor · 16 years ago
  8. 456e095 Keep track of the number of statements/expressions written to and read by Douglas Gregor · 16 years ago
  9. 3e1f9fb PCH support for inline assembly statements. by Douglas Gregor · 16 years ago
  10. e14647e PCH tests for va_arg expressions. Verified that the blocks test does create a BlockDeclRefExpr by Douglas Gregor · 16 years ago
  11. e246b74 PCH support for blocks by Douglas Gregor · 16 years ago
  12. eca12f6 PCH support for GNU statement expressions by Douglas Gregor · 16 years ago
  13. 95a8fe3 PCH support for indirect gotos and address-of-label expressions. by Douglas Gregor · 16 years ago
  14. 6e411bf PCH support for labels and goto. by Douglas Gregor · 16 years ago
  15. 78ff29f PCH support for declaration statements, and a test for PredefinedExpr by Douglas Gregor · 16 years ago
  16. 22d2dcd PCH support for return statements. by Douglas Gregor · 16 years ago
  17. fb5f25b PCH support for do-while and for loops by Douglas Gregor · 16 years ago
  18. a6b503f PCH support for while and continue statements by Douglas Gregor · 16 years ago
  19. 9c4782a PCH support for the first batch of statements, including null, by Douglas Gregor · 16 years ago
  20. ddf4d09 Clean up the declaration-decoding step in the PCH reader, using the by Douglas Gregor · 16 years ago
  21. c72f6c8 Prepare PCH reader and writer for (de-)serialization of statements. No by Douglas Gregor · 16 years ago
  22. ceb004d Eliminate pch::TYPE_ATTR, which is never used by Douglas Gregor · 16 years ago
  23. b70b48f PCH support for CompoundLiteralExpr. This is the last C expression by Douglas Gregor · 16 years ago
  24. 6710a3c PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr. by Douglas Gregor · 16 years ago
  25. 725e94b PCH support for ShuffleVectorExpr and BlockDeclRefExpr by Douglas Gregor · 16 years ago
  26. 209d462 PCH support for TypesCompatibleExpr, ChooseExpr, and GNUNullExpr. by Douglas Gregor · 16 years ago
  27. ec0b829 PCH support for ExtVectorElementExpr and VAArgExpr. by Douglas Gregor · 16 years ago
  28. c599bbf PCH support for CompoundAssignOperator and ConditionalOperator by Douglas Gregor · 16 years ago
  29. 21ddd8c PCH support for ImaginaryLiteral and ArraySubscriptExpr by Douglas Gregor · 16 years ago
  30. bdd4ba5 PCH support for ExtQualType by Douglas Gregor · 16 years ago
  31. 1c50788 PCH support for declaration attributes by Douglas Gregor · 16 years ago
  32. 3c8ff3e PCH support for the string literal of a FileScopeAsmDecl. Some minor cleanup. by Douglas Gregor · 16 years ago
  33. 364e580 For source location entries that describe instantiations, encode the by Douglas Gregor · 16 years ago
  34. 7e2b1cd PCH support for MemberExpr and CallExpr. by Douglas Gregor · 16 years ago
  35. 596e093 PCH support for string literals by Douglas Gregor · 16 years ago
  36. 12d7405 PCH support for UnaryOperator, SizeOfAlignOfExpr by Douglas Gregor · 16 years ago
  37. 6dc849b Don't tip-to around BitstreamReader::JumpToBit jumping to the end of the stream. LLVM has been updated to allow this by Douglas Gregor · 16 years ago
  38. c75d0cb PCH support for CStyleCastExpr and BinaryOperator expression kinds. by Douglas Gregor · 16 years ago
  39. 4ea0b1f PCH support for ParenExpr by Douglas Gregor · 16 years ago
  40. a151ba4 Add PCH support for ImplicitCastExprs. This is the first expression by Douglas Gregor · 16 years ago
  41. e1be602 Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 16 years ago
  42. e2f3720 Add PCH support for PredefinedExpr and FloatingLiteral expressions by Douglas Gregor · 16 years ago
  43. c10f86f PCH support for a few very, very simple kinds of expressions. Hook up by Douglas Gregor · 16 years ago
  44. 631f6c6 When writing a PCH file, keep track of all of the non-static, by Douglas Gregor · 16 years ago
  45. 2a49179 Partial PCH support for FileScopeAsmDecl and BlockDecl. Both require by Douglas Gregor · 16 years ago
  46. 23ce3a5 PCH support for functions and their parameters. by Douglas Gregor · 16 years ago
  47. 982365e PCH support for record decls/types and their fields. Now that we can by Douglas Gregor · 16 years ago
  48. 9cf4742 Print the number (and percentage) of identifiers read from the PCH file as part of its statistics by Douglas Gregor · 16 years ago
  49. 88fd09d Introduce PCH (de-)serialization for most compound types, excluding by Douglas Gregor · 16 years ago
  50. 47f1b2c Add PCH support for enumerations and enumerators. by Douglas Gregor · 16 years ago
  51. 183ad60 Make the reading of the line table from a PCH file more robust against by Douglas Gregor · 16 years ago
  52. 635f97f Include the SourceManager's line table in the PCH file. We can now by Douglas Gregor · 16 years ago
  53. 4b21c20 implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310 by Chris Lattner · 16 years ago
  54. 2924186 now that we have an identifier table in the PCH file, finish hooking up by Chris Lattner · 16 years ago
  55. 7a224cf Store unique IDs for identifiers in the PCH file. Use some bitmangling by Douglas Gregor · 16 years ago
  56. b3a04c8 Compare the predefines buffer in the PCH file with the predefines by Douglas Gregor · 16 years ago
  57. 9a1c029 do a dance with predefines, and finally enable reading of macros from by Chris Lattner · 16 years ago
  58. db1c81b add support for reading macros. This does all the reading (with a bunch of by Chris Lattner · 16 years ago
  59. b5887f3 Encode the target triple in the PCH file, and check that target triple when using the PCH file by Douglas Gregor · 16 years ago
  60. 179cfb1 Implement serialization/deserialization of LangOptions in the PCH by Douglas Gregor · 16 years ago
  61. ac8f280 Various minor fixes to PCH reading and writing, with general by Douglas Gregor · 16 years ago
  62. ab1cef7 PCH serialization/deserialization of the source manager. With this by Douglas Gregor · 16 years ago
  63. c34897d Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 16 years ago