1. 0416fb9 by Steve Naroff · 17 years ago
  2. db8f3d3 pretty priting for method definitions. by Fariborz Jahanian · 17 years ago
  3. 7a1f4db Modifed the test serialization driver to... by Ted Kremenek · 17 years ago
  4. f3473a7 by Steve Naroff · 17 years ago
  5. 3217482 by Steve Naroff · 17 years ago
  6. 9698464 by Steve Naroff · 17 years ago
  7. 28d1fe8 use insert instead of replacing 0 bytes with text :) by Chris Lattner · 17 years ago
  8. 74a0c77 use std::copy instead of memcpy for abstraction. by Chris Lattner · 17 years ago
  9. 21867b1 by Steve Naroff · 17 years ago
  10. 4402d81 Emit objective-c's meta-data at the end of rewriting to stdout. by Fariborz Jahanian · 17 years ago
  11. 2bd0392 by Steve Naroff · 17 years ago
  12. 7573098 by Steve Naroff · 17 years ago
  13. 957cf65 Rewrite for properties. by Fariborz Jahanian · 17 years ago
  14. 07c0fd9 Fixed typo in the name of "ReadPreamble". by Ted Kremenek · 17 years ago
  15. e00e28f Bug fix: inverted test condition to see if a serialized AST-bitcode by Ted Kremenek · 17 years ago
  16. 82a5fe3 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
  17. 018b395 Revampled Serialization Tester to serialize and deserialize out an entire ASTContext and top-level decls. by Ted Kremenek · 17 years ago
  18. 4ac8121 In driver code implemented serialization of ASTContext. Working on serialization of simple ASTs. by Ted Kremenek · 17 years ago
  19. 909f02a Misc. fixes. 1) Resurrect meta-data generation turned off by a previous patch. by Fariborz Jahanian · 17 years ago
  20. e3abbf5 by Steve Naroff · 17 years ago
  21. b42f841 by Steve Naroff · 17 years ago
  22. 352336b by Steve Naroff · 17 years ago
  23. f11b7d0 by Steve Naroff · 17 years ago
  24. ab972d3 by Steve Naroff · 17 years ago
  25. beaf299 by Steve Naroff · 17 years ago
  26. 31e6c7d Fix ownership model of ParseAST to allow the dtor of by Chris Lattner · 17 years ago
  27. 0496005 by Steve Naroff · 17 years ago
  28. d5255f5 by Steve Naroff · 17 years ago
  29. 6c6a2db by Steve Naroff · 17 years ago
  30. f1de0ca 1) More additions for objective-c's qualifier type. by Fariborz Jahanian · 17 years ago
  31. 212b768 Fixed a bug exposed by fixing the assert in previous patch (one of the tests asserted). by Fariborz Jahanian · 17 years ago
  32. aff56d0 Changed direction of assert. Added more comments. by Fariborz Jahanian · 17 years ago
  33. 8749be5 by Steve Naroff · 17 years ago
  34. b4292f2 by Steve Naroff · 17 years ago
  35. 7a4718e Take 2. by Devang Patel · 17 years ago
  36. fdc08a0 Rewriteing of ivars changed to just copy directly from the source. by Fariborz Jahanian · 17 years ago
  37. 498856c by Steve Naroff · 17 years ago
  38. e03cd7b temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
  39. 9165ad3 by Steve Naroff · 17 years ago
  40. f767e21 Make target info available to clang code generator. by Devang Patel · 17 years ago
  41. 09b266e by Steve Naroff · 17 years ago
  42. 752d6ef by Steve Naroff · 17 years ago
  43. 423cb56 by Steve Naroff · 17 years ago
  44. 2feac5e by Steve Naroff · 17 years ago
  45. f908a87 by Steve Naroff · 17 years ago
  46. 33e1d64 Encoding for objectiive-c methods. by Fariborz Jahanian · 17 years ago
  47. 160eb65 Do the encoding of ivar types in the ivar metadata. by Fariborz Jahanian · 17 years ago
  48. 85f9bce Add (partial) support for @encode. by Anders Carlsson · 17 years ago
  49. 4d733d3 Path to synthesize 'instance' size field of _objc_class metadata. by Fariborz Jahanian · 17 years ago
  50. bef1185 by Steve Naroff · 17 years ago
  51. 26e4cd3 Patch to synthesize computation of Ivar offset in rewritten c file. by Fariborz Jahanian · 17 years ago
  52. edcfb42 Pretty printing for ivar list of an interface block. by Fariborz Jahanian · 17 years ago
  53. ccd87b0 Refactored several meta data for reusability. by Fariborz Jahanian · 17 years ago
  54. 158ecb9 Convert one type of metadata to use std::string instead of printf as an example. by Chris Lattner · 17 years ago
  55. 8e991ba Refactored RewriteObjcMethodsMetaData to better rewrite by Fariborz Jahanian · 17 years ago
  56. 934f276 More work on translating message expressions. by Steve Naroff · 17 years ago
  57. 1a0965e Remove explicit use of size of known structs in metadata generation. by Fariborz Jahanian · 17 years ago
  58. 454cb01 Couple of minor changes. 1) Metaclass metadata also has a reference to by Fariborz Jahanian · 17 years ago
  59. 2e6d935 Refactord instance and class metadata emission. Refactored protocols metadata emission. by Fariborz Jahanian · 17 years ago
  60. a2bfb91 Modified current clients of Bitcode-Object serialization to use the by Ted Kremenek · 17 years ago
  61. f04da13 Fix some long lines, move code around into logical groups. by Chris Lattner · 17 years ago
  62. e64b777 Use Ted's new mutable child iterators to update the tree as we rewrite it. by Chris Lattner · 17 years ago
  63. c000609 by Steve Naroff · 17 years ago
  64. ebf2b56 by Steve Naroff · 17 years ago
  65. c637e6b Implemented serialization for IdentifierInfo and IdentifierTable. by Ted Kremenek · 17 years ago
  66. 7e15891 by Steve Naroff · 17 years ago
  67. deef518 Patch to complete metadata generation for each implemented class. by Fariborz Jahanian · 17 years ago
  68. 9f0a1cb Patch for initialization of class's Meta-class metadata. by Fariborz Jahanian · 17 years ago
  69. e887c09 This patch generates protocol metadata and all its sub-metadata. by Fariborz Jahanian · 17 years ago
  70. 776d6ff rewrite of metadata for implemented instance methods. by Fariborz Jahanian · 17 years ago
  71. f4d331d Patch to rewrite ivar tables metadata for classes defined. by Fariborz Jahanian · 17 years ago
  72. 545b9ae First patch toward rewriting of objective-c's meta data. by Fariborz Jahanian · 17 years ago
  73. 01c5748 Add new API to rewrite one stmt/expr with another. by Chris Lattner · 17 years ago
  74. 5075477 Add rewriter support for @encode expressions. For example, we currently turn: by Chris Lattner · 17 years ago
  75. 9a61194 Move token length calculation out of the diagnostics machinery into by Chris Lattner · 17 years ago
  76. 2b65a9d wean the diagnostics machinery off the preprocessor. by Chris Lattner · 17 years ago
  77. 7b66000 Updated VC++ build system. by Hartmut Kaiser · 17 years ago
  78. 338128b fix problems with test/sema/Cocoa.m etc on non-apple machines. by Chris Lattner · 17 years ago
  79. adc9b13 Fix the build. by Anders Carlsson · 17 years ago
  80. bfa82c4 Started work on clang object serialization. Experimental by Ted Kremenek · 17 years ago
  81. 674af95 Fix location processing of @encode: the range should include the @ sign. by Chris Lattner · 17 years ago
  82. 311ff02 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
  83. 2c64b7b Push the rewriter forward a bit more. Now it rewrites by Chris Lattner · 17 years ago
  84. ee98ac5 Add support for Pascal strings. by Anders Carlsson · 17 years ago
  85. 8de2826 by Steve Naroff · 17 years ago
  86. 57c337d haha, my devious plot is complete: by Chris Lattner · 17 years ago
  87. fb5e5ba Add __builtin_va_list definitions for x86_64 and ppc64. by Anders Carlsson · 17 years ago
  88. 7c23960 another step forward in rewriter stuff. This still has by Chris Lattner · 17 years ago
  89. 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
  90. 8a12c27 Push the rewriting APIs along. Build a trivial client that replaces tabs by Chris Lattner · 17 years ago
  91. 77cd2a0 add scafolding to play around with and bring up the code rewriter. by Chris Lattner · 17 years ago
  92. ea254db rename -parse-ast-view to -ast-view by Chris Lattner · 17 years ago
  93. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  94. a1a5178 fix a bunch of regressions I introduced :( by Chris Lattner · 17 years ago
  95. 6f688e1 clang -E should not print tokens from the predefines buffer. by Chris Lattner · 17 years ago
  96. 640db42 by Steve Naroff · 17 years ago
  97. 53b0dab Make a significant change to invert the control flow handling by Chris Lattner · 17 years ago
  98. 057aaf6 convert driver over to use Token::is/isNot APIs. fwew, all done. by Chris Lattner · 17 years ago
  99. e37882a Added a new class for Interfaces qualified by protocol list. by Fariborz Jahanian · 17 years ago
  100. ab0aeb0 Several small patches to do pretty printing for objective-c top-level decls by Fariborz Jahanian · 17 years ago