1. 9fd5890 use std::copy instead of memcpy for abstraction. by Chris Lattner · 18 years ago
  2. 1601858 by Steve Naroff · 18 years ago
  3. 1299a92 Emit objective-c's meta-data at the end of rewriting to stdout. by Fariborz Jahanian · 18 years ago
  4. a733c7f by Steve Naroff · 18 years ago
  5. bf478ec by Steve Naroff · 18 years ago
  6. e8a3016 Rewrite for properties. by Fariborz Jahanian · 18 years ago
  7. 63ac80e Misc. fixes. 1) Resurrect meta-data generation turned off by a previous patch. by Fariborz Jahanian · 18 years ago
  8. bd72289 by Steve Naroff · 18 years ago
  9. e4f9b23 by Steve Naroff · 18 years ago
  10. 98eb8d1 by Steve Naroff · 18 years ago
  11. 3865e4d by Steve Naroff · 18 years ago
  12. f36987c by Steve Naroff · 18 years ago
  13. a397efd by Steve Naroff · 18 years ago
  14. 376cdaf Fix ownership model of ParseAST to allow the dtor of by Chris Lattner · 18 years ago
  15. 6300647 by Steve Naroff · 18 years ago
  16. 50d4205 by Steve Naroff · 18 years ago
  17. 2f55b98 by Steve Naroff · 18 years ago
  18. 7a9c474 1) More additions for objective-c's qualifier type. by Fariborz Jahanian · 18 years ago
  19. c3cda76 Fixed a bug exposed by fixing the assert in previous patch (one of the tests asserted). by Fariborz Jahanian · 18 years ago
  20. aa9a95c Changed direction of assert. Added more comments. by Fariborz Jahanian · 18 years ago
  21. 9c4fddd by Steve Naroff · 18 years ago
  22. aff228df Rewriteing of ivars changed to just copy directly from the source. by Fariborz Jahanian · 18 years ago
  23. ac02163 by Steve Naroff · 18 years ago
  24. 37e011c by Steve Naroff · 18 years ago
  25. 5cdcd9b by Steve Naroff · 18 years ago
  26. f921385f by Steve Naroff · 18 years ago
  27. 5448cf6 by Steve Naroff · 18 years ago
  28. 4cd61ac by Steve Naroff · 18 years ago
  29. c548404 by Steve Naroff · 18 years ago
  30. 797f24c Encoding for objectiive-c methods. by Fariborz Jahanian · 18 years ago
  31. bc27593 Do the encoding of ivar types in the ivar metadata. by Fariborz Jahanian · 18 years ago
  32. d849982 Add (partial) support for @encode. by Anders Carlsson · 18 years ago
  33. 801b635 Path to synthesize 'instance' size field of _objc_class metadata. by Fariborz Jahanian · 18 years ago
  34. 161a92b by Steve Naroff · 18 years ago
  35. 99e96b0 Patch to synthesize computation of Ivar offset in rewritten c file. by Fariborz Jahanian · 18 years ago
  36. 51f2182 Refactored several meta data for reusability. by Fariborz Jahanian · 18 years ago
  37. 211f8b8 Convert one type of metadata to use std::string instead of printf as an example. by Chris Lattner · 18 years ago
  38. 3df412a Refactored RewriteObjcMethodsMetaData to better rewrite by Fariborz Jahanian · 18 years ago
  39. 574440f More work on translating message expressions. by Steve Naroff · 18 years ago
  40. aa29fb4 Remove explicit use of size of known structs in metadata generation. by Fariborz Jahanian · 18 years ago
  41. 486f718 Couple of minor changes. 1) Metaclass metadata also has a reference to by Fariborz Jahanian · 18 years ago
  42. b2f525d Refactord instance and class metadata emission. Refactored protocols metadata emission. by Fariborz Jahanian · 18 years ago
  43. 3c799d7 Fix some long lines, move code around into logical groups. by Chris Lattner · 18 years ago
  44. 6953469 Use Ted's new mutable child iterators to update the tree as we rewrite it. by Chris Lattner · 18 years ago
  45. c77380b by Steve Naroff · 18 years ago
  46. db1ab1c by Steve Naroff · 18 years ago
  47. e670dbb by Steve Naroff · 18 years ago
  48. f3d5a54 Patch to complete metadata generation for each implemented class. by Fariborz Jahanian · 18 years ago
  49. d752eae Patch for initialization of class's Meta-class metadata. by Fariborz Jahanian · 18 years ago
  50. 6eafb03 This patch generates protocol metadata and all its sub-metadata. by Fariborz Jahanian · 18 years ago
  51. 74a1cfa rewrite of metadata for implemented instance methods. by Fariborz Jahanian · 18 years ago
  52. c34409c Patch to rewrite ivar tables metadata for classes defined. by Fariborz Jahanian · 18 years ago
  53. 93191af First patch toward rewriting of objective-c's meta data. by Fariborz Jahanian · 18 years ago
  54. c6d91c0 Add new API to rewrite one stmt/expr with another. by Chris Lattner · 18 years ago
  55. 9515625 Add rewriter support for @encode expressions. For example, we currently turn: by Chris Lattner · 18 years ago
  56. 37390be Fix location processing of @encode: the range should include the @ sign. by Chris Lattner · 18 years ago
  57. a7c19fe Add a new Rewriter::getRangeSize method. by Chris Lattner · 18 years ago
  58. 0bd1c97 Push the rewriter forward a bit more. Now it rewrites by Chris Lattner · 18 years ago
  59. 6a91cc0 haha, my devious plot is complete: by Chris Lattner · 18 years ago
  60. 2fcf1b8 another step forward in rewriter stuff. This still has by Chris Lattner · 18 years ago
  61. 16a0de4 Push the rewriting APIs along. Build a trivial client that replaces tabs by Chris Lattner · 18 years ago
  62. e99c832 add scafolding to play around with and bring up the code rewriter. by Chris Lattner · 18 years ago