1. 06b8912 Fixes a bug for objc2's gc in the presense of type-casts. by Fariborz Jahanian · 16 years ago
  2. bf63b87 Provide basic support for generation of objc2's by Fariborz Jahanian · 16 years ago
  3. 6e8575b Fix the field count in interface record layout (it was incorrectly by Daniel Dunbar · 16 years ago
  4. 31fa7d7 Adding more test to ivar-layout-64.m. by Fariborz Jahanian · 16 years ago
  5. b4c79e0 Compute interface instanceStart and instanceSize using the record by Daniel Dunbar · 16 years ago
  6. 3715328 Don't allow clients to traverse into superclass synthesized properties by Daniel Dunbar · 16 years ago
  7. 5a5a803 Use the implementation decl for looking up offset while building the by Daniel Dunbar · 16 years ago
  8. a74869c Rename test case by Daniel Dunbar · 16 years ago
  9. 5b2bad0 API for message dispatch of methods returning floats to match gcc's closely. by Fariborz Jahanian · 16 years ago
  10. 4d150c8 only support int128_t on 64-bit and larger targets. 32-bit targets don't by Chris Lattner · 16 years ago
  11. 2df9ced initial support for __[u]int128_t, which should be basically by Chris Lattner · 16 years ago
  12. 679cd7f Export lazy references of .objc_class_name of class names by Fariborz Jahanian · 16 years ago
  13. c7c11b1 rdar://6827200 - [sema] reject statically allocated arrays of interface types by Chris Lattner · 16 years ago
  14. 2a86625 Fix pointer addressing and array subscripting of Objective-C interface by Daniel Dunbar · 16 years ago
  15. 6a3b29e Add a test case for a somewhat obscure scenario. by Daniel Dunbar · 16 years ago
  16. 9396dcf Add implicit definition of objc_msgSend. by Daniel Dunbar · 16 years ago
  17. a80a0f6 Reapply r69771, with updates & fixes: by Daniel Dunbar · 16 years ago
  18. d2977bc Make sure this test runs on all 3 Objective-C implementations. by Daniel Dunbar · 16 years ago
  19. d4ae6c0 Revert r69771, I missed some (obvious) details. :/ by Daniel Dunbar · 16 years ago
  20. 0c45793 Rework the shadow struct that is layed out for Objective-C classes. by Daniel Dunbar · 16 years ago
  21. e7d6c3d Revert 69646, that was the precise inverse of what I wanted to commit. by Daniel Dunbar · 16 years ago
  22. 51a1d95 Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things by Daniel Dunbar · 16 years ago
  23. 75b163f Fixup codegen for write barriers for block variables. Radar 6786715 by Mike Stump · 16 years ago
  24. c7c6dc0 Set a bit in IMAGE_INFO to indicate that we don't contain any by Daniel Dunbar · 16 years ago
  25. 3eec8aa Don't emit ivar offsets for unnamed bit fields. by Daniel Dunbar · 16 years ago
  26. b7b58b1 Fix rdar://6804402 - crash on objc implementations declared with by Chris Lattner · 16 years ago
  27. 48fa064 Fix bug in computation of ivar offsets for (adjacent) bitfields. by Daniel Dunbar · 16 years ago
  28. 80583dd Test case would allow clang to fail. by Daniel Dunbar · 16 years ago
  29. 5aacb0e Fix test to output LLVM to a temporary file, which we grep as part of the test by Douglas Gregor · 16 years ago
  30. f3ef07c Use getAsPointerType instead of using getCanonicalType directly. by Daniel Dunbar · 16 years ago
  31. 96508e1 fix a crash compiling code with its own definition of objc_assign_weak. by Chris Lattner · 16 years ago
  32. 51123fe Fix rdar://6800926 - crash compiling non-fragile _Bool bitfield ivar, by Chris Lattner · 16 years ago
  33. 639d9ce clean up run lines. by Chris Lattner · 16 years ago
  34. 1e9aef3 Category method synbols must be qualified by gategory name to match gcc's. by Fariborz Jahanian · 16 years ago
  35. 0a6bcc4 Force target triple for test depending on __weak. by Eli Friedman · 16 years ago
  36. 7595fb1 Don't use \01 in symbol name if unnecessary. by Daniel Dunbar · 16 years ago
  37. f59c1a6 Fix alignment on obj_msgrefs to match llvm-gcc. by Daniel Dunbar · 16 years ago
  38. 33af70f Add test case for superrefs section (and make spacing consistent). by Daniel Dunbar · 16 years ago
  39. 0bf2199 Tweaks to Objective-C metadata (32 & 64-bit) to match llvm-gcc. by Daniel Dunbar · 16 years ago
  40. b90bb00 Set alignment on __cstring metadata variables to 1 (matching llvm-gcc). by Daniel Dunbar · 16 years ago
  41. f33651c Fixup CodeGen for __weak __block variables. Radar 6756266 by Mike Stump · 16 years ago
  42. ef4b175 OS dependent code removed. by Fariborz Jahanian · 16 years ago
  43. c211218 Non-pointer objects are none gc'able regardles of the attribute set on them. by Fariborz Jahanian · 16 years ago
  44. c0c0ef0 Fixup copy/dispose helpers for Objective-C. Radar 6756504 by Mike Stump · 16 years ago
  45. 02022f4 Force triple for a number of tests that rely on __weak. by Daniel Dunbar · 16 years ago
  46. 960cd06 Patch to generate meta-data for prtocol used in @protocol expression. by Fariborz Jahanian · 16 years ago
  47. c612f7b Add @encode support for complex types. by Anders Carlsson · 16 years ago
  48. 8158a2f Implementation definition of interfaces with __objc_exception attribute. by Daniel Dunbar · 16 years ago
  49. cf71dd4 Propagte -fvisibility to objc2's class symbols. by Fariborz Jahanian · 16 years ago
  50. 7e075cb Handle use side of __objc_exception__ attribute; when using an by Daniel Dunbar · 16 years ago
  51. 7f48c6e *everyone* knows that __weak is not defined on linux :) by Chris Lattner · 16 years ago
  52. 6ab187a Various fixes to symbols used for Obj-C x86_64 metadata. by Daniel Dunbar · 16 years ago
  53. 590230d Fix test (triple wasn't passed correctly, the driver doesn't accept -mtriple). by Daniel Dunbar · 16 years ago
  54. 77c9fd2 Fixed visibility issues related to objc2's synthesized ivars. by Fariborz Jahanian · 16 years ago
  55. b02e53b Fix a couple of cases where Constant* pointers can dangle in by Chris Lattner · 16 years ago
  56. 22b6e06 Fix a bug in declaration of property in continuation by Fariborz Jahanian · 16 years ago
  57. 99eee36 Nonfragile ivar synthesis with property is in a continuation class. by Fariborz Jahanian · 16 years ago
  58. 7e2e795 Removed the test case, as Chris did have a test case in the patch. by Fariborz Jahanian · 16 years ago
  59. 5e23074 Test case for Chris's patch: by Fariborz Jahanian · 16 years ago
  60. 5fd1528 Fix test failure on Linux by forcing the triple to OS X. by Eli Friedman · 16 years ago
  61. 285d0db fix the two xfails I added with a previous patch by making ObjC interface by Chris Lattner · 16 years ago
  62. 1819188 ir-gen support for nonfragile abi's synthesized ivars. by Fariborz Jahanian · 16 years ago
  63. 2349925 Fix a problem in ASTContext::addRecordToClass handling forward declarations. by Chris Lattner · 16 years ago
  64. 4927abd Remove -f__block as codegen for __block variables should be solid. by Mike Stump · 16 years ago
  65. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  66. 0a855d0 Must allow for strong cast of floats as well (objc2 gc). by Fariborz Jahanian · 16 years ago
  67. b31cb7f Issue error if variables are defined inside an objc class, category or protocol. by Fariborz Jahanian · 16 years ago
  68. 6cc88f7 Fix codegen for support for super inside block literal expressions. by Mike Stump · 16 years ago
  69. ebf9ed3 Fix a crash during meta-data generation of objc2's nonfragile abi. by Fariborz Jahanian · 16 years ago
  70. f469557 More super dot-syntax property implementation by Fariborz Jahanian · 16 years ago
  71. 8e5d232 Implement ir gen. for setter/getter applied to 'super' by Fariborz Jahanian · 16 years ago
  72. 38e24c7 objc: Implemented variables declared in class interface by Fariborz Jahanian · 16 years ago
  73. 0d794b2 Force triple for a couple test cases. by Daniel Dunbar · 16 years ago
  74. a66b4df add a testcase for recursion through blocks pointers, rdar://6676764. by Chris Lattner · 16 years ago
  75. 146a458 Fix test. by Fariborz Jahanian · 16 years ago
  76. 3b8a652 Fixed an ir-gen bug related to strong-cast generation of by Fariborz Jahanian · 16 years ago
  77. 2e050f1 Use paropery's setter attribute name as the selector for the property setter. by Fariborz Jahanian · 16 years ago
  78. 3523d4f ir-gen support for class getter/setter call using property dot-syntax. by Fariborz Jahanian · 16 years ago
  79. 58a2912 NeXT: Set alignment on a number of ObjC metadata variables (matching llvm-gcc). by Daniel Dunbar · 16 years ago
  80. 8a9e420 add rdar# by Chris Lattner · 16 years ago
  81. 65f91bc fix test by Chris Lattner · 16 years ago
  82. a40c5e4 Mangle Objective-C interfaces correctly (where correctly refers to what gcc does) by Anders Carlsson · 16 years ago
  83. a210f35 Make constant emission for @encode use the common string emission code. by Eli Friedman · 16 years ago
  84. 11894a4 correct bitfield ivar offset in ivar meta-data. (objc abi specific). by Fariborz Jahanian · 16 years ago
  85. 2a7075d Fix to account for default support for blocks. Once we have enough by Mike Stump · 16 years ago
  86. a6e2779 Fixed a bug where generation of read-barriers caused crash in ir-gen. by Fariborz Jahanian · 16 years ago
  87. 00470a1 prep work for copy/destroy helpers for block literals. by Mike Stump · 16 years ago
  88. ed1d29d Fixed an ir-gen bug in syntheszing a getter function by Fariborz Jahanian · 16 years ago
  89. 31937a5 Push checking down, also, give the user a hit as to which part of the by Mike Stump · 16 years ago
  90. ce2b4cc This test requires blocks. by Daniel Dunbar · 16 years ago
  91. 0df8c92 Emit errors about unsupported blocks features. by Anders Carlsson · 16 years ago
  92. 7ce7792 Obscure code gen bug related to sending by Fariborz Jahanian · 16 years ago
  93. 79e079d handle @encode interactions with array initializers. by Chris Lattner · 16 years ago
  94. dd8e006 move some initialization checking code from SemaDecl.cpp by Chris Lattner · 16 years ago
  95. eaf2bb8 first wave of fixes for @encode sema support. This is part of PR3648. by Chris Lattner · 16 years ago
  96. 1c56667 Fix two @synchronized bugs found by inspection: the expression to sychronize on should only be evaluated once, and it is evaluated outside the cleanup scope. by Daniel Dunbar · 16 years ago
  97. 559a833 Correctly encode incomplete and variable length arrays. Fixes PR3639. by Anders Carlsson · 16 years ago
  98. 86f938b Fixed an ICE in meta-data generation of __weak/__strong ivars. by Fariborz Jahanian · 16 years ago
  99. bb99bde Fixes a bug in property type encoding. by Fariborz Jahanian · 16 years ago
  100. f3710ba Fixed a problem caused by foreward @class use by Fariborz Jahanian · 16 years ago