1. 7be2f46 Remove XFAIL/XTARGET since this is passing on the other bots. by Eric Christopher · 13 years ago
  2. 89a179b Migrate, update and FileCheckize: by Eric Christopher · 13 years ago
  3. a1032cc Migrate, update and FileCheckize: by Eric Christopher · 13 years ago
  4. 7bc54e5 Migrate, FileCheckize and update: by Eric Christopher · 13 years ago
  5. c0b850c Add new test. Remove one outdated test. by Devang Patel · 13 years ago
  6. bc03aea objc-arc: @property definitions should default to (strong) when not by Fariborz Jahanian · 13 years ago
  7. 4b302d3 The continue label in an ARC for-in loop should not involve by John McCall · 13 years ago
  8. edc2220 This test still hangs on win32, despite XFAIL it. Remove XFAIL. by Ted Kremenek · 13 years ago
  9. c4688ce XFAIL arc.m codegen test on win32 because it is currently hanging. Need to investigate. by Ted Kremenek · 13 years ago
  10. bddfd87 Use the general conditional-cleanup framework instead of rolling our by John McCall · 13 years ago
  11. fc4b191 In ARC, don't try to reclaim the result of a call to performSelector by John McCall · 13 years ago
  12. fb72081 Fix a couple of problems with initialization and assignment to by John McCall · 13 years ago
  13. 0752403 The lock operand to an @synchronized statement is also by John McCall · 13 years ago
  14. 990567c Clean up the analysis of the collection operand to ObjC by John McCall · 13 years ago
  15. dc7c5ad Document the existing objc_precise_lifetime attribute. by John McCall · 13 years ago
  16. ba3dd90 In ARC, non-atomic getters do not need to retain and autorelease by John McCall · 13 years ago
  17. 6c2c250 In Objective-C, pull arbitrary attributes from overridden by John McCall · 13 years ago
  18. 40af63b Removes a comment. by Fariborz Jahanian · 13 years ago
  19. f2dd68f objc-arc: Fixes a crash @throw'ing an objc message. // pr10411 by Fariborz Jahanian · 13 years ago
  20. 799d34e Don't crash if defining -dealloc in a category. by John McCall · 13 years ago
  21. fbf780a Okay, that rule about zero-length arrays applies to destroying them, too. by John McCall · 13 years ago
  22. f96e904 In ARC mode, consider Objective-C lifetime types (object pointers and by Douglas Gregor · 13 years ago
  23. 9928c48 Switch field destruction over to use the new destroyer-based API by John McCall · 13 years ago
  24. 57eb23f keep track of whether being in a RS_StructPointer state by Chris Lattner · 13 years ago
  25. f0a8679 Fix the clang bootstrap and Jay's testcase from llvm-dev by being completely by Chris Lattner · 13 years ago
  26. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  27. bdc4d80 A number of array-related IR-gen cleanups. by John McCall · 13 years ago
  28. 7e5e5f4 In ARC, reclaim all return values of retainable type, not just those by John McCall · 13 years ago
  29. 256a76e Call objc_terminate() instead of abort() when a cleanup throws an by John McCall · 13 years ago
  30. 9f084a3 Change the driver's logic about Objective-C runtimes: abstract out a by John McCall · 13 years ago
  31. 8fefc8e objc-arc: fix a IRGen crash when checking for by Fariborz Jahanian · 13 years ago
  32. 4027f09 Test case for r133840, neglectfully uncommitted. by John McCall · 13 years ago
  33. bc8d40d Change the IR-generation of VLAs so that we capture bounds, by John McCall · 13 years ago
  34. d768e9d Emit @finally blocks completely lazily instead of forcing their by John McCall · 13 years ago
  35. c8505ad objc-arc: Add support for unbridged cast of by Fariborz Jahanian · 13 years ago
  36. af97517 objc-arc: CodeGen part of unbridged cast of CF types. // rdar://9474349 by Fariborz Jahanian · 13 years ago
  37. 7acddac Objective-C fast enumeration loop variables are not retained in ARC, but by John McCall · 13 years ago
  38. 6c91615 For the purpose of @encode'ing, accept 'void' type by Fariborz Jahanian · 13 years ago
  39. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  40. 019edd8 Remote this unreliable test case because it did not do its job. by Devang Patel · 13 years ago
  41. 5a2675d These tests require particular registered targets. Declared as such. by Galina Kistanova · 13 years ago
  42. 0ccb31c These tests require particular registered targets. Declared as such. by Galina Kistanova · 13 years ago
  43. d65e091 Fix test, check for stable strings in the output. by Devang Patel · 13 years ago
  44. c478f21 List objective-c ineterfaces as public types in dwarf debug info output. by Devang Patel · 13 years ago
  45. 93c332a Convert Clang over to resuming from landing pads with llvm.eh.resume. by John McCall · 13 years ago
  46. addd80d Back out r132209; it's breaking nightly tests. by Eli Friedman · 13 years ago
  47. 0903421 Implement a new, much improved version of the cleanup hack. We just need by John McCall · 13 years ago
  48. f968d83 Objective-C doesn't consider the use of incomplete types as method by Douglas Gregor · 13 years ago
  49. 1ebb6f29 Test case for r131940. by Devang Patel · 13 years ago
  50. 8d3f897 Fix location of setter/getter synthesized for a property. by Devang Patel · 13 years ago
  51. 6f40e22 Patch to fix IR-gen crash generating structure ABI which implements by Fariborz Jahanian · 13 years ago
  52. 2636197 Reapply the commits that r131401 reverted and add a fix for PR9927. by Argyrios Kyrtzidis · 13 years ago
  53. 4ea0304 Revert 131377, 131369 and 131365. 131365 caused PR9927. by Rafael Espindola · 13 years ago
  54. 0c6f826 Fix generation of obj-c @encoding for members with zero size. by Argyrios Kyrtzidis · 13 years ago
  55. cba681a Only perform the null-initialization of an aggregate result of a message by John McCall · 13 years ago
  56. 02c5116 Create proper Objective-C @encoding for C++ classes; fixes rdar://9357400. by Argyrios Kyrtzidis · 13 years ago
  57. aad1609 Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name. by Devang Patel · 13 years ago
  58. f568b64 Do not add AT_APPLE_objc_class_extension attribute if @implementation is not seen. by Devang Patel · 13 years ago
  59. 707b1e9 Use DW_AT_APPLE_objc_class_extension attribute to identify interfaces that represent class extension. by Devang Patel · 13 years ago
  60. 1f38251 Pack ivar offsets together. by Bill Wendling · 13 years ago
  61. bd82a8f Silence warnings. by Devang Patel · 13 years ago
  62. 58dc5ca Emit debug info for __destroy_helper_block_ and __copy_helper_block. by Devang Patel · 13 years ago
  63. 8d54305 Add r130624 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm. by Rafael Espindola · 13 years ago
  64. 0362dba Revert the previous patch while I figure out how to make llvm-gcc by Rafael Espindola · 13 years ago
  65. 945bc9f Update for cfi. by Rafael Espindola · 13 years ago
  66. 1b0c5fa Pass -fno-dwarf2-cfi-asm and use FileCheck. by Rafael Espindola · 13 years ago
  67. 49a4b28 tests: Tweak test to not write to the same temporary twice, in the hopes of avoiding sporadic win32 failures about renaming a temporary. by Daniel Dunbar · 13 years ago
  68. eab8078 IRgen/Darwin: Fix refacto introduced in Triple changes. by Daniel Dunbar · 13 years ago
  69. 64089ce Fixes an instance method meta-data generation bug in by Fariborz Jahanian · 13 years ago
  70. fa936d8 Emit debug info for Objective-C properties. by Devang Patel · 13 years ago
  71. f7e903d IRgen/Obj-C: Emit CFStrings and NSStrings with the alignment of the char type, by Daniel Dunbar · 13 years ago
  72. 6591271 We can't emit an aggregate cast as its sub-expression in general just by John McCall · 13 years ago
  73. 01cb307 Refine rules for atomic property api to by Fariborz Jahanian · 13 years ago
  74. 5fb6509 Fixes a regression caused by my last patch. by Fariborz Jahanian · 13 years ago
  75. 1d3a61a Generate atomic api for atomic properties (x86 and x86_64 by Fariborz Jahanian · 13 years ago
  76. b603c90 by Devang Patel · 13 years ago
  77. 4421d2b On Mac OS X, the presence of an 'availability' attribute for that by Douglas Gregor · 13 years ago
  78. af19ac4 Obj-C/NeXT: Update and reapply 108847, now that changes are more baked. by Daniel Dunbar · 13 years ago
  79. c7ef462 Fixed type error in last commit (forgot that now that selectors are not by David Chisnall · 13 years ago
  80. 0a0d2b1 Implement a new 'availability' attribute, that allows one to specify by Douglas Gregor · 13 years ago
  81. a5bcb8f Don't emit read barriers for reading __weak __block variables in non-GC mode. by John McCall · 14 years ago
  82. c0ddef2 objc IRGen for Next runtime message API. by Fariborz Jahanian · 14 years ago
  83. bf1f826 Revert r126678. by Fariborz Jahanian · 14 years ago
  84. 3d04a0e objc IRGen for Next runtime message API. by Fariborz Jahanian · 14 years ago
  85. a1bcc4d Zero-initialize the struct-return slot of an Objective-C message by John McCall · 14 years ago
  86. 57b3b6a Establish the iteration variable of an ObjC for-in loop before by John McCall · 14 years ago
  87. 3469585 Reorganize the emission of local variables. by John McCall · 14 years ago
  88. e9b801f Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. by Anders Carlsson · 14 years ago
  89. 95bba6f Move some Objective-C tests to SemaObjC and CodeGenObjC. by Anders Carlsson · 14 years ago
  90. 2846b97 Objective-c armv7 API for atomic properties of scalar types. // rdar://7761305 by Fariborz Jahanian · 14 years ago
  91. 0d3c985 The flags we're supposed to write into a byref struct are *not* the by John McCall · 14 years ago
  92. 45d246f update this test now that reassociate isn't stripping nsw's pointlessly. by Chris Lattner · 14 years ago
  93. c20e204 Don't call objc_read_weak as part of emitting a block literal. by John McCall · 14 years ago
  94. 89cc5d6 Add target triple. by Devang Patel · 14 years ago
  95. eb4c45b Do not emit AT_MIPS_linkage_name for Objective-C method static variable i. by Devang Patel · 14 years ago
  96. 6e108ce Emit debug info for objc_selector. by Devang Patel · 14 years ago
  97. b19c76e Fix an IRGen bug in property setter calls when by Fariborz Jahanian · 14 years ago
  98. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 14 years ago
  99. 148f32a Update this test following recent optimizer changes. by Dan Gohman · 14 years ago
  100. a8af408 Not really any point to testing control flow in this test without by John McCall · 14 years ago