1. df76f1e Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue by Chad Rosier · 12 years ago
  2. 82c458e objective-C arc: load of a __weak object happens via call to by Fariborz Jahanian · 12 years ago
  3. b03527a Set a special flag in class metadata when an Objective-C class by John McCall · 12 years ago
  4. 2d234d73 Fixing the return type information for objc_sync_enter and objc_sync_exit. Patch thanks to Joe Ranieri! by Aaron Ballman · 12 years ago
  5. c343dd8 objc-arc: set nonlazybind attribute on objc_retain/ by Fariborz Jahanian · 12 years ago
  6. 38ac243 Make sure we perform the relevant implied conversions correctly for ObjC methods with related result types. PR12384. by Eli Friedman · 12 years ago
  7. b1e3f32 Make sure null initialization in arrays works correctly with ARC types. <rdar://problem/10907547>. by Eli Friedman · 12 years ago
  8. 3c267e6 objc-arc: Perform null check on receiver before sending methods which by Fariborz Jahanian · 13 years ago
  9. 4e1524b revert r149184 by Fariborz Jahanian · 13 years ago
  10. 77fe6cd When emitting an ARC epilogue that looks like a return of 'self', by John McCall · 13 years ago
  11. f48f796 Get a little bit smarter about killing off the ReturnValue alloca by John McCall · 13 years ago
  12. de2fdc2 objc-arc: Perform null check on receiver before sending methods which by Fariborz Jahanian · 13 years ago
  13. 567c586 In ARC, don't reclaim objects of Class type. by John McCall · 13 years ago
  14. 3382f65 Extract the blocks-related ARC tests into their own file. by John McCall · 13 years ago
  15. d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 years ago
  16. cdda47f Parse attributes written in an ObjC method parameter type as by John McCall · 13 years ago
  17. 6dc6f00 A strong property of block type has "copy" setter semantics, not "retain". by John McCall · 13 years ago
  18. dc05b11 When converting a block pointer to an Objective-C pointer type, extend by John McCall · 13 years ago
  19. bc03aea objc-arc: @property definitions should default to (strong) when not by Fariborz Jahanian · 13 years ago
  20. edc2220 This test still hangs on win32, despite XFAIL it. Remove XFAIL. by Ted Kremenek · 13 years ago
  21. c4688ce XFAIL arc.m codegen test on win32 because it is currently hanging. Need to investigate. by Ted Kremenek · 13 years ago
  22. bddfd87 Use the general conditional-cleanup framework instead of rolling our by John McCall · 13 years ago
  23. fc4b191 In ARC, don't try to reclaim the result of a call to performSelector by John McCall · 13 years ago
  24. fb72081 Fix a couple of problems with initialization and assignment to by John McCall · 13 years ago
  25. 0752403 The lock operand to an @synchronized statement is also by John McCall · 13 years ago
  26. dc7c5ad Document the existing objc_precise_lifetime attribute. by John McCall · 13 years ago
  27. ba3dd90 In ARC, non-atomic getters do not need to retain and autorelease by John McCall · 13 years ago
  28. 6c2c250 In Objective-C, pull arbitrary attributes from overridden by John McCall · 13 years ago
  29. 799d34e Don't crash if defining -dealloc in a category. by John McCall · 13 years ago
  30. fbf780a Okay, that rule about zero-length arrays applies to destroying them, too. by John McCall · 13 years ago
  31. f96e904 In ARC mode, consider Objective-C lifetime types (object pointers and by Douglas Gregor · 13 years ago
  32. 9928c48 Switch field destruction over to use the new destroyer-based API by John McCall · 13 years ago
  33. 57eb23f keep track of whether being in a RS_StructPointer state by Chris Lattner · 13 years ago
  34. f0a8679 Fix the clang bootstrap and Jay's testcase from llvm-dev by being completely by Chris Lattner · 13 years ago
  35. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  36. bdc4d80 A number of array-related IR-gen cleanups. by John McCall · 13 years ago
  37. 7e5e5f4 In ARC, reclaim all return values of retainable type, not just those by John McCall · 13 years ago
  38. 9f084a3 Change the driver's logic about Objective-C runtimes: abstract out a by John McCall · 13 years ago
  39. bc8d40d Change the IR-generation of VLAs so that we capture bounds, by John McCall · 13 years ago
  40. f85e193 Automatic Reference Counting. by John McCall · 13 years ago