1. 888376a Transition the PCH support for ShuffleVectorExpr over to ASTContext allocation by Nate Begeman · 16 years ago
  2. 43d9d92 Introduce reference counting for statements and expressions, using it by Douglas Gregor · 16 years ago
  3. cdef2b7 Add a CastKind enum to CastExpr. Right now it's not used for much but it will be :) by Anders Carlsson · 16 years ago
  4. f242b1b Allow front-end 'isa' access on object's of type 'id'. by Steve Naroff · 16 years ago
  5. ba0a900 Read/write a CXXOperatorCallExpr from/to PCH files. by Argyrios Kyrtzidis · 16 years ago
  6. ae4df62 Fix PR 4489, a PCH crash during de-serialization. by Douglas Gregor · 16 years ago
  7. 9b0b57c Added writing and reading of the ConstQualAdded flag of BlockDeclRefExpr to PCH. by Fariborz Jahanian · 16 years ago
  8. 9891359 add the location of the ')' in a do/while statement to DoStmt. by Chris Lattner · 16 years ago
  9. 75fdb23 Fix lots of PCH crashes caused by the new assertions in by Douglas Gregor · 16 years ago
  10. beaaccd Use v.data() instead of &v[0] when SmallVector v might be empty. by Jay Foad · 16 years ago
  11. 5f1b9e6 Template instantiation for IndirectGotoStmt. Now my life is complete. by Douglas Gregor · 16 years ago
  12. dbb26db Template instantiation for switch statements by Douglas Gregor · 16 years ago
  13. 5831c6a Template instantiation for "for" loops by Douglas Gregor · 16 years ago
  14. 9f3ca2a Template instantiation for do-while statements. by Douglas Gregor · 16 years ago
  15. d06f6ca Template instantiation for "if" statements. Also: by Douglas Gregor · 16 years ago
  16. a02b147 Make the PCH reader use the diagnostics system for its complaints. by Douglas Gregor · 16 years ago
  17. d1d64a0 Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) by Chris Lattner · 16 years ago
  18. da93061 read all decls (and attributes and stmts/exprs referenced by the decl) by Chris Lattner · 16 years ago
  19. 52e97d1 change the interface to ReadStmt to force clients to pass a cursor in to read from. by Chris Lattner · 16 years ago
  20. 4c6f952 split stmt/expr deserialization out to PCHReaderStmt.cpp by Chris Lattner · 16 years ago