1. 027282d by Steve Naroff · 17 years ago
  2. 7779db4 by Steve Naroff · 17 years ago
  3. 0330071 by Steve Naroff · 17 years ago
  4. d2baa9e by Steve Naroff · 17 years ago
  5. 0755aba by Steve Naroff · 17 years ago
  6. eaf5f41 by Steve Naroff · 17 years ago
  7. 6649992 by Steve Naroff · 17 years ago
  8. d6d054d by Steve Naroff · 17 years ago
  9. 409be83 by Steve Naroff · 17 years ago
  10. 7c24915 by Steve Naroff · 17 years ago
  11. 0416fb9 by Steve Naroff · 17 years ago
  12. d848a38 by Steve Naroff · 17 years ago
  13. c43d868 by Steve Naroff · 17 years ago
  14. 8f2c735 Fixed a bug which exposed the internally built type to user code. by Fariborz Jahanian · 17 years ago
  15. db8f3d3 pretty priting for method definitions. by Fariborz Jahanian · 17 years ago
  16. f68a63f by Steve Naroff · 17 years ago
  17. 39d0a27 by Steve Naroff · 17 years ago
  18. 439d28c Minor code clean up in method def area. by Fariborz Jahanian · 17 years ago
  19. 60fbca0 Represent method definitions as separate AST nodes. Pretty print will come next. by Fariborz Jahanian · 17 years ago
  20. eae5cd0 Changed the serialization of IdentifierTable to only serialize out entries by Ted Kremenek · 17 years ago
  21. 7a1f4db Modifed the test serialization driver to... by Ted Kremenek · 17 years ago
  22. 18807d2 rename getInstantiationLoc to match the scheme of isPhysicalLoc. by Chris Lattner · 17 years ago
  23. b7489d8 change source location to have two bits for macros, tracking by Chris Lattner · 17 years ago
  24. 360300c Some code clean up in the form of name changes for functions which by Fariborz Jahanian · 17 years ago
  25. 7964c9f Updated VC++ build system by Hartmut Kaiser · 17 years ago
  26. 1f7b6f8 Added class context to method declarations. Provide "interface *" type by Fariborz Jahanian · 17 years ago
  27. 3560002 Insert invisble arguments to method definition header. by Fariborz Jahanian · 17 years ago
  28. f3473a7 by Steve Naroff · 17 years ago
  29. 5d37e32 by Steve Naroff · 17 years ago
  30. 3217482 by Steve Naroff · 17 years ago
  31. 3b0eff8 Changed method call to reflect updated serialization API. by Ted Kremenek · 17 years ago
  32. 306d68f First patch toward rewriting of method definitions. This is work in progress. by Fariborz Jahanian · 17 years ago
  33. 21d1aed remove some temporary code. by Chris Lattner · 17 years ago
  34. fab21b6 add a getAtOffset() member to simplify some code. by Chris Lattner · 17 years ago
  35. 93a9ab4 Rewrote serialization of IdentifierInfo and IdentifierTable to use methods Emit by Ted Kremenek · 17 years ago
  36. 474b29e add a fixme. by Chris Lattner · 17 years ago
  37. 3585fca significantly simplify the implementation of RewriteRope by changing the by Chris Lattner · 17 years ago
  38. f9ed315 Refactored parsing of main function body for reuse by objective-c methods. by Fariborz Jahanian · 17 years ago
  39. 6969fd4 improve MakeRopeString to avoid doing a malloc for every 2-character string by Chris Lattner · 17 years ago
  40. ca305a0 Simplify interface to MakeRopeString. by Chris Lattner · 17 years ago
  41. 3ef5bc0 Fix backwards assert. by Chris Lattner · 17 years ago
  42. aa33763 Implemented serialization of AddrLabelExpr. by Ted Kremenek · 17 years ago
  43. 9698464 by Steve Naroff · 17 years ago
  44. 8b0c2f6 Add a new RewriteRope data structure which is a smarter way to represent the text by Chris Lattner · 17 years ago
  45. cdd808e abstract out buffer type a bit better by Chris Lattner · 17 years ago
  46. 28d1fe8 use insert instead of replacing 0 bytes with text :) by Chris Lattner · 17 years ago
  47. d425a27 minor cleanups by Chris Lattner · 17 years ago
  48. 74a0c77 use std::copy instead of memcpy for abstraction. by Chris Lattner · 17 years ago
  49. 116c089 Fix a rewriter bug that fariborz hit, when an @interface was the very very very by Chris Lattner · 17 years ago
  50. 103fc81 Revised serialization of CaseStmt to emit all of the owned pointers (its by Ted Kremenek · 17 years ago
  51. 83efb15 Implemented serialization of CompoundAssignOperator. by Ted Kremenek · 17 years ago
  52. 9b591f6 Add assert for the case that is not handled. struct { char a; short b:2; }; by Devang Patel · 17 years ago
  53. 1049436 Implemented serialization of UnaryOperator. by Ted Kremenek · 17 years ago
  54. b93f03a Keep track of beginning offset for the bit field that does not start at byte boundry. by Devang Patel · 17 years ago
  55. d7fe4ea Implemented serialization of CallExpr. by Ted Kremenek · 17 years ago
  56. 96fa54f Implemented serialization of ArraySubscriptExpr. by Ted Kremenek · 17 years ago
  57. 9971c9a Implemented serialization of CastExpr. by Ted Kremenek · 17 years ago
  58. a7c20dd Implemented serialization of ImplicitCastExpr. by Ted Kremenek · 17 years ago
  59. 28f3d80 Modified serialization of BinaryOperator and CaseStmt to use the new by Ted Kremenek · 17 years ago
  60. b70a88e Stay within 80 columns. by Devang Patel · 17 years ago
  61. 1c93c4e Updated VC++ build system by Hartmut Kaiser · 17 years ago
  62. 7febad7 Implemented serialization of StringLiteral. by Ted Kremenek · 17 years ago
  63. 1c72de1 Implemented serialization of ImaginaryLiteral. by Ted Kremenek · 17 years ago
  64. 612c9b9 Implemented serialization of FloatingLiteral. by Ted Kremenek · 17 years ago
  65. 21867b1 by Steve Naroff · 17 years ago
  66. 4402d81 Emit objective-c's meta-data at the end of rewriting to stdout. by Fariborz Jahanian · 17 years ago
  67. 45ecd5d by Steve Naroff · 17 years ago
  68. 89079ea Fixed an array overflow bug. by Fariborz Jahanian · 17 years ago
  69. 564576b Fixed typo. by Fariborz Jahanian · 17 years ago
  70. 7338a82 Implemented serialization of CharacterLiteral. by Ted Kremenek · 17 years ago
  71. 1ba485e Implemented serialiation of PreDefinedExpr. by Ted Kremenek · 17 years ago
  72. 96f2242 Implemented serialization of ContinueStmt. by Ted Kremenek · 17 years ago
  73. 225a2d9 Implemented serialization of IndirectGotoStmt. by Ted Kremenek · 17 years ago
  74. 2bd0392 by Steve Naroff · 17 years ago
  75. 3f0767b Implemented serialization of GotoStmt. by Ted Kremenek · 17 years ago
  76. 07ba046 Implemented serialization for ForStmt. by Ted Kremenek · 17 years ago
  77. e3299ef Implemented serialization of DoStmt. by Ted Kremenek · 17 years ago
  78. 5572b94 Implemented serialization for WhileStmt. by Ted Kremenek · 17 years ago
  79. 4210f3d Implemented serialization of IfStmt. by Ted Kremenek · 17 years ago
  80. ab37309 by Steve Naroff · 17 years ago
  81. 9eea2ca Implemented serialization of SwitchStmt, CaseStmt, BreakStmt, DefaultStmt, by Ted Kremenek · 17 years ago
  82. 7573098 by Steve Naroff · 17 years ago
  83. 39f8f15 AST for objective-c's @throw statement and its pretty-printing. by Fariborz Jahanian · 17 years ago
  84. 159e330 Start struct bit field laout work. This is far from complete. by Devang Patel · 17 years ago
  85. b15132f Implemented serialization of LabelStmts. by Ted Kremenek · 17 years ago
  86. 1e7eab4 Fixed a pretty-printer bug whereby a @try statement with no @finally seg faulted. by Fariborz Jahanian · 17 years ago
  87. 4927be6 Added serialization/deserialization of NullStmts. by Ted Kremenek · 17 years ago
  88. 0965f44 Added serialization/deserialization of DeclStmts. by Ted Kremenek · 17 years ago
  89. 2dc9ac7 Overhauled serialization of statements. We no longer use specialized SerializeTrait<> classes, by Ted Kremenek · 17 years ago
  90. f623c85 Added static inline method "ReadVal" to QualType for more succinct by Ted Kremenek · 17 years ago
  91. 957cf65 Rewrite for properties. by Fariborz Jahanian · 17 years ago
  92. 07c0fd9 Fixed typo in the name of "ReadPreamble". by Ted Kremenek · 17 years ago
  93. 24abb10 Fix an inverted conditional, by Fariborz Jahanian · 17 years ago
  94. a4559c3 Started work on new serialization approach within ASTContext to by Ted Kremenek · 17 years ago
  95. 31354ca QualType deserialization now requires that the underlying pointer type by Ted Kremenek · 17 years ago
  96. e00e28f Bug fix: inverted test condition to see if a serialized AST-bitcode by Ted Kremenek · 17 years ago
  97. 82a5fe3 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
  98. 2ebc89f Misc. serialization changes to ASTContext and Decls. Serialization by Ted Kremenek · 17 years ago
  99. 018b395 Revampled Serialization Tester to serialize and deserialize out an entire ASTContext and top-level decls. by Ted Kremenek · 17 years ago
  100. ccdbc5c by Steve Naroff · 17 years ago