1. 159e330 Start struct bit field laout work. This is far from complete. by Devang Patel · 17 years ago
  2. b15132f Implemented serialization of LabelStmts. by Ted Kremenek · 17 years ago
  3. 1e7eab4 Fixed a pretty-printer bug whereby a @try statement with no @finally seg faulted. by Fariborz Jahanian · 17 years ago
  4. 4927be6 Added serialization/deserialization of NullStmts. by Ted Kremenek · 17 years ago
  5. 0965f44 Added serialization/deserialization of DeclStmts. by Ted Kremenek · 17 years ago
  6. 2dc9ac7 Overhauled serialization of statements. We no longer use specialized SerializeTrait<> classes, by Ted Kremenek · 17 years ago
  7. f623c85 Added static inline method "ReadVal" to QualType for more succinct by Ted Kremenek · 17 years ago
  8. 957cf65 Rewrite for properties. by Fariborz Jahanian · 17 years ago
  9. 07c0fd9 Fixed typo in the name of "ReadPreamble". by Ted Kremenek · 17 years ago
  10. 24abb10 Fix an inverted conditional, by Fariborz Jahanian · 17 years ago
  11. a4559c3 Started work on new serialization approach within ASTContext to by Ted Kremenek · 17 years ago
  12. 31354ca QualType deserialization now requires that the underlying pointer type by Ted Kremenek · 17 years ago
  13. e00e28f Bug fix: inverted test condition to see if a serialized AST-bitcode by Ted Kremenek · 17 years ago
  14. 82a5fe3 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
  15. 2ebc89f Misc. serialization changes to ASTContext and Decls. Serialization by Ted Kremenek · 17 years ago
  16. 018b395 Revampled Serialization Tester to serialize and deserialize out an entire ASTContext and top-level decls. by Ted Kremenek · 17 years ago
  17. ccdbc5c by Steve Naroff · 17 years ago
  18. e3995fe improve decl merging logic to be more correct with by Chris Lattner · 17 years ago
  19. fcc2d26 Add better validation for array types when merging decls. Patch by Chris Lattner · 17 years ago
  20. c19b998 Added registration to deserialization engine of IdentifierInfo* as by Ted Kremenek · 17 years ago
  21. f7bf411 Implemented serialization of TypedefDecls. by Ted Kremenek · 17 years ago
  22. 4ac8121 In driver code implemented serialization of ASTContext. Working on serialization of simple ASTs. by Ted Kremenek · 17 years ago
  23. 8af8fe3 Added skeleton for dispatch of Decl serialization. by Ted Kremenek · 17 years ago
  24. b8712eb For serialization of ASTContext, added special-casing of serialization by Ted Kremenek · 17 years ago
  25. 909f02a Misc. fixes. 1) Resurrect meta-data generation turned off by a previous patch. by Fariborz Jahanian · 17 years ago
  26. aa499b6 Made methods "Emit" and "Materialize" in ASTContext (used for serialization) public. by Ted Kremenek · 17 years ago
  27. 8c35a9b Added TypeSerialization.cpp and DeclSerialization.cpp to the XCode project. by Ted Kremenek · 17 years ago
  28. 945c0a8 by Steve Naroff · 17 years ago
  29. e3abbf5 by Steve Naroff · 17 years ago
  30. b42f841 by Steve Naroff · 17 years ago
  31. 352336b by Steve Naroff · 17 years ago
  32. f11b7d0 by Steve Naroff · 17 years ago
  33. ab972d3 by Steve Naroff · 17 years ago
  34. db611d5 by Steve Naroff · 17 years ago
  35. beaf299 by Steve Naroff · 17 years ago
  36. 31e6c7d Fix ownership model of ParseAST to allow the dtor of by Chris Lattner · 17 years ago
  37. 8aab17e Provide both const and non-const accessor methods for @try and @finally ASTs. by Fariborz Jahanian · 17 years ago
  38. 606efdf Provide const and none-const version of methods accessing various @catch nodes by Fariborz Jahanian · 17 years ago
  39. 7794cb8 pretty-print @try/@catch/@finally from AST as the validation of AST. by Fariborz Jahanian · 17 years ago
  40. 0497331 Added most of the boilerplate code for Decl serialization. Still a few by Ted Kremenek · 17 years ago
  41. 54a2f07 Expose InsertText, fixing an oversight. by Chris Lattner · 17 years ago
  42. a1ff3e9 Generate code for member exprs. by Anders Carlsson · 17 years ago
  43. bd49a64 AST for @try statement. by Fariborz Jahanian · 17 years ago
  44. 524233c Updated VC++ build system by Hartmut Kaiser · 17 years ago
  45. 161a9c5 AST for @finally statement. by Fariborz Jahanian · 17 years ago
  46. 3b1191d AST build for @catch clause (this is work in progress). by Fariborz Jahanian · 17 years ago
  47. beb7713 Simplified Serialization code for SourceLocation and SourceRange, and by Ted Kremenek · 17 years ago
  48. b210bd0 Bunch of class declarations for objective-c's @try-catch statement. by Fariborz Jahanian · 17 years ago
  49. 88a981b Rename classes and collections that maintain record layout information. by Devang Patel · 17 years ago
  50. a9a4a24 Implemented serialization of QualTypes within ASTContext. Clarified by Ted Kremenek · 17 years ago
  51. ecb01e6 Remaining work to collect objective-c's type qualifiers and use them to encode by Fariborz Jahanian · 17 years ago
  52. 0496005 by Steve Naroff · 17 years ago
  53. 4c00c26 Changed serialization/deserialization of BuiltinTypes to explicitly serialize by Ted Kremenek · 17 years ago
  54. 385cdaa Reverted unnecessary inlining of operator!=, since negating operator== is by Ted Kremenek · 17 years ago
  55. 54e6235 Propagate bitfield info. by Devang Patel · 17 years ago
  56. d5255f5 by Steve Naroff · 17 years ago
  57. 770951b add support for vector type compatibility checking. Patch by Nate Begeman. by Chris Lattner · 17 years ago
  58. 6c6a2db by Steve Naroff · 17 years ago
  59. 4ef8dd6 Implement test/Sema/init.c by treating functions as constants. by Chris Lattner · 17 years ago
  60. 0c67829 Put constant CFStrings in the __DATA,__cfstring section. by Anders Carlsson · 17 years ago
  61. 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
  62. c2527d1 Remove unnecessary method. by Devang Patel · 17 years ago
  63. f9fef92 start adding pading fields. by Devang Patel · 17 years ago
  64. f1de0ca 1) More additions for objective-c's qualifier type. by Fariborz Jahanian · 17 years ago
  65. 50b5a30 Fix a typo that prevented pointer-to-int conversions from working. by Anders Carlsson · 17 years ago
  66. 0bd41f2 Refactor code into a separate method. by Devang Patel · 17 years ago
  67. 212b768 Fixed a bug exposed by fixing the assert in previous patch (one of the tests asserted). by Fariborz Jahanian · 17 years ago
  68. aff56d0 Changed direction of assert. Added more comments. by Fariborz Jahanian · 17 years ago
  69. fee0452 Implemented more of serialization/deserialization for ASTContext. We now by Ted Kremenek · 17 years ago
  70. 8749be5 by Steve Naroff · 17 years ago
  71. 148fe67 Handle function calls that return aggregate expressions. by Anders Carlsson · 17 years ago
  72. 19d74e1 More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.) by Fariborz Jahanian · 17 years ago
  73. 9544ff2 New test to verify llvm struct layout. by Devang Patel · 17 years ago
  74. 9e124d9 Check whether next slot meets field type's alignment requirements. by Devang Patel · 17 years ago
  75. b4292f2 by Steve Naroff · 17 years ago
  76. 9b181b3 Implemented short-circuited version of Builtin::Info::operator!=. by Ted Kremenek · 17 years ago
  77. d9e9ede Keep track of field offsets during structure layout. Take 2. by Devang Patel · 17 years ago
  78. 7a4718e Take 2. by Devang Patel · 17 years ago
  79. 5451350 Adjusted QualType deserialization to reflect updated deserialization API. by Ted Kremenek · 17 years ago
  80. 61bb9ca Initialize MemCpyFn by Devang Patel · 17 years ago
  81. 3a3ca1b Fixed problem with rewriting stand-alone @implementation (with no matching @interface). by Fariborz Jahanian · 17 years ago
  82. 8ee529b by Steve Naroff · 17 years ago
  83. e522d85 Preliminary support for serializing statements. by Ted Kremenek · 17 years ago
  84. 3cf4746 Updated path to clang.cpp in build documentation. by Ted Kremenek · 17 years ago
  85. 2d8a830 Updated build instructions to not include an absolute line number in clang.cpp to add hard-coded paths. by Ted Kremenek · 17 years ago
  86. d1c0eee Updated a comment to hopefully silence a Lattner warning. by Ted Kremenek · 17 years ago
  87. 2e7d352 Implemented serialization of Variable Array Types (VLAs). by Ted Kremenek · 17 years ago
  88. fdc08a0 Rewriteing of ivars changed to just copy directly from the source. by Fariborz Jahanian · 17 years ago
  89. 7192f8e Renamed ivar "ArrayTypes" in ASTContext to "ComplexArrayTypes". by Ted Kremenek · 17 years ago
  90. 498856c by Steve Naroff · 17 years ago
  91. dea84f8 After Anders check-in, we can now encode 'Class' type. by Fariborz Jahanian · 17 years ago
  92. 2722622 Added a few clarifying steps the the "building clang" section. by Ted Kremenek · 17 years ago
  93. e03cd7b temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
  94. 9165ad3 by Steve Naroff · 17 years ago
  95. 8baaca5 Encode Class, SEL and Objective-C objects. by Anders Carlsson · 17 years ago
  96. 8967e9e Keep track of field offsets during structure layout. by Devang Patel · 17 years ago
  97. f767e21 Make target info available to clang code generator. by Devang Patel · 17 years ago
  98. 8be9d0a Added new type and bitfield fields in some decl types in preparation for objective-c's type qualifiers. by Fariborz Jahanian · 17 years ago
  99. 47c87b4 Avoid unnecessary PATypeHolder copy. by Devang Patel · 17 years ago
  100. 09b266e by Steve Naroff · 17 years ago