1. 1c72de1 Implemented serialization of ImaginaryLiteral. by Ted Kremenek · 17 years ago
  2. 612c9b9 Implemented serialization of FloatingLiteral. by Ted Kremenek · 17 years ago
  3. 21867b1 by Steve Naroff · 17 years ago
  4. 4402d81 Emit objective-c's meta-data at the end of rewriting to stdout. by Fariborz Jahanian · 17 years ago
  5. 45ecd5d by Steve Naroff · 17 years ago
  6. 89079ea Fixed an array overflow bug. by Fariborz Jahanian · 17 years ago
  7. 564576b Fixed typo. by Fariborz Jahanian · 17 years ago
  8. 7338a82 Implemented serialization of CharacterLiteral. by Ted Kremenek · 17 years ago
  9. 1ba485e Implemented serialiation of PreDefinedExpr. by Ted Kremenek · 17 years ago
  10. 96f2242 Implemented serialization of ContinueStmt. by Ted Kremenek · 17 years ago
  11. 225a2d9 Implemented serialization of IndirectGotoStmt. by Ted Kremenek · 17 years ago
  12. 2bd0392 by Steve Naroff · 17 years ago
  13. 3f0767b Implemented serialization of GotoStmt. by Ted Kremenek · 17 years ago
  14. 07ba046 Implemented serialization for ForStmt. by Ted Kremenek · 17 years ago
  15. e3299ef Implemented serialization of DoStmt. by Ted Kremenek · 17 years ago
  16. 5572b94 Implemented serialization for WhileStmt. by Ted Kremenek · 17 years ago
  17. 4210f3d Implemented serialization of IfStmt. by Ted Kremenek · 17 years ago
  18. ab37309 by Steve Naroff · 17 years ago
  19. 9eea2ca Implemented serialization of SwitchStmt, CaseStmt, BreakStmt, DefaultStmt, by Ted Kremenek · 17 years ago
  20. 7573098 by Steve Naroff · 17 years ago
  21. 39f8f15 AST for objective-c's @throw statement and its pretty-printing. by Fariborz Jahanian · 17 years ago
  22. 159e330 Start struct bit field laout work. This is far from complete. by Devang Patel · 17 years ago
  23. b15132f Implemented serialization of LabelStmts. by Ted Kremenek · 17 years ago
  24. 1e7eab4 Fixed a pretty-printer bug whereby a @try statement with no @finally seg faulted. by Fariborz Jahanian · 17 years ago
  25. 4927be6 Added serialization/deserialization of NullStmts. by Ted Kremenek · 17 years ago
  26. 0965f44 Added serialization/deserialization of DeclStmts. by Ted Kremenek · 17 years ago
  27. 2dc9ac7 Overhauled serialization of statements. We no longer use specialized SerializeTrait<> classes, by Ted Kremenek · 17 years ago
  28. f623c85 Added static inline method "ReadVal" to QualType for more succinct by Ted Kremenek · 17 years ago
  29. 957cf65 Rewrite for properties. by Fariborz Jahanian · 17 years ago
  30. 07c0fd9 Fixed typo in the name of "ReadPreamble". by Ted Kremenek · 17 years ago
  31. 24abb10 Fix an inverted conditional, by Fariborz Jahanian · 17 years ago
  32. a4559c3 Started work on new serialization approach within ASTContext to by Ted Kremenek · 17 years ago
  33. 31354ca QualType deserialization now requires that the underlying pointer type by Ted Kremenek · 17 years ago
  34. e00e28f Bug fix: inverted test condition to see if a serialized AST-bitcode by Ted Kremenek · 17 years ago
  35. 82a5fe3 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
  36. 2ebc89f Misc. serialization changes to ASTContext and Decls. Serialization by Ted Kremenek · 17 years ago
  37. 018b395 Revampled Serialization Tester to serialize and deserialize out an entire ASTContext and top-level decls. by Ted Kremenek · 17 years ago
  38. ccdbc5c by Steve Naroff · 17 years ago
  39. e3995fe improve decl merging logic to be more correct with by Chris Lattner · 17 years ago
  40. fcc2d26 Add better validation for array types when merging decls. Patch by Chris Lattner · 17 years ago
  41. c19b998 Added registration to deserialization engine of IdentifierInfo* as by Ted Kremenek · 17 years ago
  42. f7bf411 Implemented serialization of TypedefDecls. by Ted Kremenek · 17 years ago
  43. 4ac8121 In driver code implemented serialization of ASTContext. Working on serialization of simple ASTs. by Ted Kremenek · 17 years ago
  44. 8af8fe3 Added skeleton for dispatch of Decl serialization. by Ted Kremenek · 17 years ago
  45. b8712eb For serialization of ASTContext, added special-casing of serialization by Ted Kremenek · 17 years ago
  46. 909f02a Misc. fixes. 1) Resurrect meta-data generation turned off by a previous patch. by Fariborz Jahanian · 17 years ago
  47. aa499b6 Made methods "Emit" and "Materialize" in ASTContext (used for serialization) public. by Ted Kremenek · 17 years ago
  48. 8c35a9b Added TypeSerialization.cpp and DeclSerialization.cpp to the XCode project. by Ted Kremenek · 17 years ago
  49. 945c0a8 by Steve Naroff · 17 years ago
  50. e3abbf5 by Steve Naroff · 17 years ago
  51. b42f841 by Steve Naroff · 17 years ago
  52. 352336b by Steve Naroff · 17 years ago
  53. f11b7d0 by Steve Naroff · 17 years ago
  54. ab972d3 by Steve Naroff · 17 years ago
  55. db611d5 by Steve Naroff · 17 years ago
  56. beaf299 by Steve Naroff · 17 years ago
  57. 31e6c7d Fix ownership model of ParseAST to allow the dtor of by Chris Lattner · 17 years ago
  58. 8aab17e Provide both const and non-const accessor methods for @try and @finally ASTs. by Fariborz Jahanian · 17 years ago
  59. 606efdf Provide const and none-const version of methods accessing various @catch nodes by Fariborz Jahanian · 17 years ago
  60. 7794cb8 pretty-print @try/@catch/@finally from AST as the validation of AST. by Fariborz Jahanian · 17 years ago
  61. 0497331 Added most of the boilerplate code for Decl serialization. Still a few by Ted Kremenek · 17 years ago
  62. 54a2f07 Expose InsertText, fixing an oversight. by Chris Lattner · 17 years ago
  63. a1ff3e9 Generate code for member exprs. by Anders Carlsson · 17 years ago
  64. bd49a64 AST for @try statement. by Fariborz Jahanian · 17 years ago
  65. 524233c Updated VC++ build system by Hartmut Kaiser · 17 years ago
  66. 161a9c5 AST for @finally statement. by Fariborz Jahanian · 17 years ago
  67. 3b1191d AST build for @catch clause (this is work in progress). by Fariborz Jahanian · 17 years ago
  68. beb7713 Simplified Serialization code for SourceLocation and SourceRange, and by Ted Kremenek · 17 years ago
  69. b210bd0 Bunch of class declarations for objective-c's @try-catch statement. by Fariborz Jahanian · 17 years ago
  70. 88a981b Rename classes and collections that maintain record layout information. by Devang Patel · 17 years ago
  71. a9a4a24 Implemented serialization of QualTypes within ASTContext. Clarified by Ted Kremenek · 17 years ago
  72. ecb01e6 Remaining work to collect objective-c's type qualifiers and use them to encode by Fariborz Jahanian · 17 years ago
  73. 0496005 by Steve Naroff · 17 years ago
  74. 4c00c26 Changed serialization/deserialization of BuiltinTypes to explicitly serialize by Ted Kremenek · 17 years ago
  75. 385cdaa Reverted unnecessary inlining of operator!=, since negating operator== is by Ted Kremenek · 17 years ago
  76. 54e6235 Propagate bitfield info. by Devang Patel · 17 years ago
  77. d5255f5 by Steve Naroff · 17 years ago
  78. 770951b add support for vector type compatibility checking. Patch by Nate Begeman. by Chris Lattner · 17 years ago
  79. 6c6a2db by Steve Naroff · 17 years ago
  80. 4ef8dd6 Implement test/Sema/init.c by treating functions as constants. by Chris Lattner · 17 years ago
  81. 0c67829 Put constant CFStrings in the __DATA,__cfstring section. by Anders Carlsson · 17 years ago
  82. d6a275f Stub out codegen for __builtin_constant_p. Remove any implicit cast exprs in the call to __builtin___CFStringMakeConstantString. by Anders Carlsson · 17 years ago
  83. c2527d1 Remove unnecessary method. by Devang Patel · 17 years ago
  84. f9fef92 start adding pading fields. by Devang Patel · 17 years ago
  85. f1de0ca 1) More additions for objective-c's qualifier type. by Fariborz Jahanian · 17 years ago
  86. 50b5a30 Fix a typo that prevented pointer-to-int conversions from working. by Anders Carlsson · 17 years ago
  87. 0bd41f2 Refactor code into a separate method. by Devang Patel · 17 years ago
  88. 212b768 Fixed a bug exposed by fixing the assert in previous patch (one of the tests asserted). by Fariborz Jahanian · 17 years ago
  89. aff56d0 Changed direction of assert. Added more comments. by Fariborz Jahanian · 17 years ago
  90. fee0452 Implemented more of serialization/deserialization for ASTContext. We now by Ted Kremenek · 17 years ago
  91. 8749be5 by Steve Naroff · 17 years ago
  92. 148fe67 Handle function calls that return aggregate expressions. by Anders Carlsson · 17 years ago
  93. 19d74e1 More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.) by Fariborz Jahanian · 17 years ago
  94. 9544ff2 New test to verify llvm struct layout. by Devang Patel · 17 years ago
  95. 9e124d9 Check whether next slot meets field type's alignment requirements. by Devang Patel · 17 years ago
  96. b4292f2 by Steve Naroff · 17 years ago
  97. 9b181b3 Implemented short-circuited version of Builtin::Info::operator!=. by Ted Kremenek · 17 years ago
  98. d9e9ede Keep track of field offsets during structure layout. Take 2. by Devang Patel · 17 years ago
  99. 7a4718e Take 2. by Devang Patel · 17 years ago
  100. 5451350 Adjusted QualType deserialization to reflect updated deserialization API. by Ted Kremenek · 17 years ago