1. a09cd81 objective-C modern translator: Fixes a mistranslation by Fariborz Jahanian · 12 years ago
  2. 9ffd1ae objective-C modern translation: Fix another random translation bug by Fariborz Jahanian · 12 years ago
  3. bfaa111 objective-C modern translator. Fixes a trivial by Fariborz Jahanian · 12 years ago
  4. ada7191 objective-C modern translator. Generate #line by Fariborz Jahanian · 12 years ago
  5. 31c4a4b objective-C modern translator. More fixups for by Fariborz Jahanian · 12 years ago
  6. cd3b036 objective-C modern translator. Fix up the translated by Fariborz Jahanian · 12 years ago
  7. f88cd53 -arch is a darwin-specific driver feature, use a triple instead in rewriter test. by Benjamin Kramer · 12 years ago
  8. ec0df93 Modern translator test. Breakup test into two and by Fariborz Jahanian · 12 years ago
  9. fdcc289 Rename a test I just added. by Fariborz Jahanian · 12 years ago
  10. 88b6c4b objective-C modern translator. Test for producing both by Fariborz Jahanian · 12 years ago
  11. a0a3c90 StmtPrinter: Print floating point literals with the right suffix to disambiguate them from integers. by Benjamin Kramer · 12 years ago
  12. a6e5a6e Modern objc translator: Fixes a crash in rewriter when rewriting the API by Fariborz Jahanian · 12 years ago
  13. ccda680 Remove dependency on string.h by Fariborz Jahanian · 12 years ago
  14. 6734ec4 objective-c modern translator: synthesize argument type by Fariborz Jahanian · 12 years ago
  15. be8d55c objective-c modern translator: Translation into objc_msgSend_stret by Fariborz Jahanian · 12 years ago
  16. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  17. 042b91d modern objc translation: Add translation of @autoreleasepool by Fariborz Jahanian · 12 years ago
  18. 2df1a58 [objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding by Argyrios Kyrtzidis · 12 years ago
  19. 4abe3d3 Test for previously checked in patch. // rdar://11374235 by Fariborz Jahanian · 12 years ago
  20. ec5a7fc Remove this test again which fails the build-bot for reasons yet unknown to me. by Fariborz Jahanian · 12 years ago
  21. 4c4cc16 Re-add test for // rdar://11374235 by Fariborz Jahanian · 12 years ago
  22. 767e9d9 Remove thid test for now. by Fariborz Jahanian · 12 years ago
  23. 163d3ce Modern objective-c translation. Translating default by Fariborz Jahanian · 12 years ago
  24. 20e181a modern objc translation. objc_getClass() and objc_getMetaClass() by Fariborz Jahanian · 12 years ago
  25. fcf7f9f Revert r156097, which appears to be causing some breakage. by Douglas Gregor · 12 years ago
  26. ebfa272 objc modern translator: fix up attribute for dynamic property in a category. by Fariborz Jahanian · 12 years ago
  27. 301e2e4 modern objc translator: support for default property by Fariborz Jahanian · 12 years ago
  28. 8b08adb modern objc translator: used size_t in couple of places. // rdar://11375908 by Fariborz Jahanian · 12 years ago
  29. 502261a modern objc translation. objc_getClass() and objc_getMetaClass() by Fariborz Jahanian · 12 years ago
  30. f5eac48 Modern objective-c translation: Fixing couple of bugs by Fariborz Jahanian · 12 years ago
  31. b68258f modern objective-c translation of private ivars. // rdar://11351299 by Fariborz Jahanian · 12 years ago
  32. 9ff009f clang/test/Rewriter: Remove XFAIL and add -U__declspec to other 9 tests. mingw32 tends to define built-in __declspec. by NAKAMURA Takumi · 12 years ago
  33. bb1a899 clang/test/Rewriter/rewrite-modern-extern-c-func-decl.mm: Remove XFAIL and add -U__declspec. mingw32 tends to define built-in __declspec. by NAKAMURA Takumi · 12 years ago
  34. 8fba894 modern objective-c translator. named aggregate types by Fariborz Jahanian · 12 years ago
  35. 27fc81b objective-c modern translator: Correctly translate by Fariborz Jahanian · 12 years ago
  36. 29a4ce4 test/Rewriter: Mark 4 tests as XFAIL:mingw32, due to predefined __declspec(a) issue. by NAKAMURA Takumi · 12 years ago
  37. 65a7c68 modern objective-c transltion: Fixes a translation bug by Fariborz Jahanian · 12 years ago
  38. df407c3 objective-c modern translator: more tests. by Fariborz Jahanian · 12 years ago
  39. d3a39f0 improve a modern objc translator test. by Fariborz Jahanian · 12 years ago
  40. 0418953 modern objc rewriter: fixes a bug writing by Fariborz Jahanian · 12 years ago
  41. 4fe261c modern objc translator: Allow writing of multiple by Fariborz Jahanian · 12 years ago
  42. e6e96de objc modern rewriter: allow translation of by Fariborz Jahanian · 12 years ago
  43. 88442c9 clang/test/Rewriter/objc-modern-boxing.mm: Mark as XFAIL:mingw for now, due to predefined __declspec similar to r155278. by NAKAMURA Takumi · 12 years ago
  44. 126d3d0 clang/test/Rewriter/rewrite-modern-extern-c-func-decl.mm: Mark as XFAIL:mingw for now, due to predefined __declspec. by NAKAMURA Takumi · 12 years ago
  45. 89592d5 minor improvement to couple of tests. by Fariborz Jahanian · 12 years ago
  46. b5863da objective-c modern translator: Further improving the last by Fariborz Jahanian · 12 years ago
  47. b75f8de modern objective-c translator: Fix writing a spurious 'static' by Fariborz Jahanian · 12 years ago
  48. eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 12 years ago
  49. 76a98be objective-c modern translation. Correct rewriting of by Fariborz Jahanian · 12 years ago
  50. 0e97681 Modern objective-c translator:'self' used inside by Fariborz Jahanian · 12 years ago
  51. 43aa1c3 modern objective-c translator: translation of implicit by Fariborz Jahanian · 12 years ago
  52. 93a4994 objective-c modern translator: buildit objc bool by Fariborz Jahanian · 12 years ago
  53. 8590d86 objective-c modern translator: Make metadata by Fariborz Jahanian · 12 years ago
  54. 653b7cf modern objective-c translator: Fixes translation of by Fariborz Jahanian · 12 years ago
  55. b20c46e modern objective-c translator: When translating by Fariborz Jahanian · 12 years ago
  56. 9985038 objective-c numeric literal: type of boolean is by Fariborz Jahanian · 12 years ago
  57. 5ce2827 modern objective-c translator. ifdef'out by Fariborz Jahanian · 12 years ago
  58. 104dbf9 modern objective-c translator. Fixes a mis-translation when by Fariborz Jahanian · 12 years ago
  59. acee1c9 modern objective-c translator. Fixes a translation bug when by Fariborz Jahanian · 12 years ago
  60. 88ec610 modern objective-c translation: writing container by Fariborz Jahanian · 12 years ago
  61. f1ee687 objective-c modern translator: rewriting specific by Fariborz Jahanian · 12 years ago
  62. f7ef931 more testing of objc's dictionary literal translation. by Fariborz Jahanian · 12 years ago
  63. e35abe1 modern objective-c translation: support for by Fariborz Jahanian · 12 years ago
  64. b0f245c modern objective-c translator: translate array literal by Fariborz Jahanian · 12 years ago
  65. b3f904f modern objective-c translator: rewriter linkage spec. // rdar://11169733 by Fariborz Jahanian · 12 years ago
  66. 0f9b18e modern objective-c translator: writing numeric literals. // rdar://10803676 by Fariborz Jahanian · 12 years ago
  67. 17c8caf modern objc translator: additional test. by Fariborz Jahanian · 12 years ago
  68. 297976d modern objective-c translator: fix up assortment of by Fariborz Jahanian · 12 years ago
  69. 5594704 modern objective-c translator: writing objc boolean literals. // rdar://11124775 by Fariborz Jahanian · 12 years ago
  70. e033578 objective-c modern translator: move all inithooks into a single array by Fariborz Jahanian · 12 years ago
  71. 3f162c3 Commit patch reverted in r153454 with the modified test by Fariborz Jahanian · 12 years ago
  72. df474ec modern objc translation of block literal expressions by Fariborz Jahanian · 12 years ago
  73. d13c2c2 modern objc rewriter: until we can translate block literals by Fariborz Jahanian · 12 years ago
  74. 2df089d modern objective-c rewriter: Fix up translation of by Fariborz Jahanian · 12 years ago
  75. 4b2fe6e modern objective-c translator: add static function to initialize by Fariborz Jahanian · 12 years ago
  76. a03e40c modern objective-c translator: provide meta-data initialization by Fariborz Jahanian · 12 years ago
  77. fd4ce2c modern objective-c translator: couple of minor by Fariborz Jahanian · 12 years ago
  78. 7cb2a1b objective-c modern translator: Refactor intername ivar names to by Fariborz Jahanian · 12 years ago
  79. 55261af modern objective-c translator: fix type of objc_exception_throw by Fariborz Jahanian · 12 years ago
  80. 22e2f85 modern objective-c rewriter: further improvement in by Fariborz Jahanian · 12 years ago
  81. 542125f modern objective-c translator: write @synchronized. // rdar://11063663 by Fariborz Jahanian · 12 years ago
  82. 4053946 modern objective-c translator: writing @throw statement. by Fariborz Jahanian · 12 years ago
  83. 220419a modern objective-c translation: writing @try/@catch/@finally statements. by Fariborz Jahanian · 12 years ago
  84. b122818 modern objective-c translator: writing @try/@finally statement. by Fariborz Jahanian · 12 years ago
  85. 4c14881 modern objective-c translator: rewriting of @catch-stmt. by Fariborz Jahanian · 12 years ago
  86. e6adea9 test/Rewriter/rewrite-modern-ivars-2.mm: Add "-triple i386-apple-darwin9". by NAKAMURA Takumi · 12 years ago
  87. 97c1fd6 objective-c modern rewriter. More fixes related to rewriting by Fariborz Jahanian · 12 years ago
  88. 9a2105b objective-c modern translator. Don't ignore unnamed bitfields when rewriting. by Fariborz Jahanian · 12 years ago
  89. 15f8777 Modern objective-c translator. rewriting ivars of aggregate type. by Fariborz Jahanian · 13 years ago
  90. 33eb59a test for writing modern ivar of struct type. by Fariborz Jahanian · 13 years ago
  91. ca61bf3 more objective-c modern translator ivar tests. by Fariborz Jahanian · 13 years ago
  92. 0d6e22a objc modern translator. Fixes writing of block pointer ivar access. by Fariborz Jahanian · 13 years ago
  93. 729d5c4 Add an ivar test for modern objc abi translator. by Fariborz Jahanian · 13 years ago
  94. 862d735 Make test works with FileCheck. by Fariborz Jahanian · 13 years ago
  95. 709296d another test for modern ivar access rewrite. by Fariborz Jahanian · 13 years ago
  96. 12932a0 more tests for modern objc translator. by Fariborz Jahanian · 13 years ago
  97. 72c88f1 modern objc translator. more writing of modern ivar access abi. by Fariborz Jahanian · 13 years ago
  98. 5731778 modern objc translator: fixes a bug where a class declaration with not by Fariborz Jahanian · 13 years ago
  99. e7b3fa7 objective-c modern translator. accessing ivars using modern abi - wip. by Fariborz Jahanian · 13 years ago
  100. af30029 modern objc translator. Finish off first cut of the by Fariborz Jahanian · 13 years ago