1. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  2. ddfc8a1 objc-arc: captured block variable accessed in its block literal by Fariborz Jahanian · 12 years ago
  3. 490a52b objective-c: fix a sema and IRGen crash when property by Fariborz Jahanian · 12 years ago
  4. 89deb3f Add documentation about boxing enum types and a codegen test to make by Argyrios Kyrtzidis · 12 years ago
  5. 9d6ca8a Test for -fdebugger-objc-literal: missing methods should be generated like missing classes. by Jordy Rose · 12 years ago
  6. 79993dc Add a test case for going through typedefs until we reach "BOOL", that NSAPI::isObjCTypedef() is doing. by Argyrios Kyrtzidis · 12 years ago
  7. 2df1a58 [objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding by Argyrios Kyrtzidis · 12 years ago
  8. 196603c Test case for previosu patch. // rdar://11323676 by Fariborz Jahanian · 12 years ago
  9. 87380aa Forward declarations should take a context. This helps the debugger by Eric Christopher · 12 years ago
  10. 89592d5 minor improvement to couple of tests. by Fariborz Jahanian · 12 years ago
  11. eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 12 years ago
  12. e5bbebb The copy and destroy helper functions aren't prototyped, don't call them so. by Eric Christopher · 12 years ago
  13. 93848e0 Add a triple to this test. by Eric Christopher · 12 years ago
  14. 46853cb Try to fix the windows buildbots by making this test a little less by Eric Christopher · 12 years ago
  15. be6c686 Enable debug info for objective c implementations that may not have by Eric Christopher · 12 years ago
  16. 561d622 Revert r154321, pending more discussion. by David Chisnall · 12 years ago
  17. 649ee3f Add -fobjc-trace to emit a call before and after each Objective-C message send by David Chisnall · 12 years ago
  18. 856183c Enhance testing a bit to make sure that we're omitting the by Eric Christopher · 12 years ago
  19. 78af8fd Only emit the getter and setter names if they're not the default by Eric Christopher · 12 years ago
  20. 73f428c Enter an expression evaluation context when parsing by John McCall · 12 years ago
  21. ea32047 Change location information for synthesized properties to be at the by Eric Christopher · 12 years ago
  22. 96579c4 Revert previous commit changing location information to see if this by Eric Christopher · 12 years ago
  23. 38ac243 Make sure we perform the relevant implied conversions correctly for ObjC methods with related result types. PR12384. by Eli Friedman · 12 years ago
  24. 9ee2002 Testcase for the previous commit. by Eric Christopher · 12 years ago
  25. 7435054 Change location information for synthesized properties to be at the by Eric Christopher · 12 years ago
  26. 84392d0 The UTF16 string referenced by a CFString should go into the __TEXT,__ustring by Bill Wendling · 12 years ago
  27. ecae596 Go back to using just the selector name for the getter and setter by Eric Christopher · 12 years ago
  28. 51c0371 Add support for objc property decls according to the page at: by Eric Christopher · 12 years ago
  29. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 12 years ago
  30. cd42724 Test is fixed. by Fariborz Jahanian · 12 years ago
  31. c78446e XFAIL test until I figure out how to make test pass on different platforms. by Fariborz Jahanian · 12 years ago
  32. 00ff5a9 Change test again so it passes in build-bot until I can figure out what is by Fariborz Jahanian · 12 years ago
  33. d8316db fix test for patch in r151268. by Fariborz Jahanian · 12 years ago
  34. ac37150 objective-c default synthesis. classes which adopt protocol properties by Fariborz Jahanian · 12 years ago
  35. 5c89c39 Try to handle qualifiers more consistently for array InitListExprs. Fixes <rdar://problem/10907510>, and makes the ASTs a bit more self-consistent. by Eli Friedman · 12 years ago
  36. b1e3f32 Make sure null initialization in arrays works correctly with ARC types. <rdar://problem/10907547>. by Eli Friedman · 12 years ago
  37. cd285d0 objc IRGen: force CSE of load of ivar offsets by setting by Fariborz Jahanian · 12 years ago
  38. be580e5 Make test case less sensitive to metadata numbering. by Chad Rosier · 12 years ago
  39. 86211df Remove the type retaining from the clang frontend. This is now by Eric Christopher · 12 years ago
  40. de5d3c7 Whether an argument is required (in contrast with being an by John McCall · 12 years ago
  41. c7b55fc Fix this test to work with and without Asserts mode. by Dan Gohman · 12 years ago
  42. 13ca534 Fix test to not depend upon metadata numbers. by Bill Wendling · 12 years ago
  43. b1612cb test/CodeGenObjC/arc-no-arc-exceptions.m: Disable it at -Asserts for now. by NAKAMURA Takumi · 12 years ago
  44. 348ab1a Fix test for r150648. by Chad Rosier · 12 years ago
  45. 3973acc Use the new method for specifying garbage collection metadata in the module. by Bill Wendling · 12 years ago
  46. b49bd27 Teach clang to add metadata tags to calls and invokes in ObjC with by Dan Gohman · 12 years ago
  47. ba83c95 objc-arc: For arc's ivar layout, treat __unsafe_unretained ivars by Fariborz Jahanian · 12 years ago
  48. 693fcaa Emit debug info for properites that are not backed by an ivar. by Devang Patel · 12 years ago
  49. 362ed2a Relax valid location check. This fixes a clang crash while emitting debug info for properties that are synthesized by the compiler by default. by Devang Patel · 12 years ago
  50. 5f3c7fa Let an ivar directly refer property TAG. by Devang Patel · 12 years ago
  51. 5b66405 Unbreak failing test added in r149738. by Richard Smith · 12 years ago
  52. 1a0d92f New test case. by Devang Patel · 12 years ago
  53. c08c88c Update tests so that they don't rely upon LLVMDebugVersion number. by Devang Patel · 12 years ago
  54. f20f46c fix test. by Fariborz Jahanian · 12 years ago
  55. 3c52d36 test for a v-table dispatch that consumes an by Fariborz Jahanian · 12 years ago
  56. 3c267e6 objc-arc: Perform null check on receiver before sending methods which by Fariborz Jahanian · 12 years ago
  57. 4e1524b revert r149184 by Fariborz Jahanian · 12 years ago
  58. 77fe6cd When emitting an ARC epilogue that looks like a return of 'self', by John McCall · 12 years ago
  59. f48f796 Get a little bit smarter about killing off the ReturnValue alloca by John McCall · 12 years ago
  60. de2fdc2 objc-arc: Perform null check on receiver before sending methods which by Fariborz Jahanian · 12 years ago
  61. b29b12d When initializing a catch variable in ARC, be sure to emit retains by John McCall · 12 years ago
  62. 13df6f6 Restore r147493 and remove the part of the test that was checking the wrong thing. by David Chisnall · 13 years ago
  63. e7aa27a When performing layout for an Objective-C class, make sure to dig out by Douglas Gregor · 13 years ago
  64. b29b92a Update tests to match r146744. by Devang Patel · 13 years ago
  65. 36370f5 Update tests to match r146665. by Devang Patel · 13 years ago
  66. b92e5d0 Fix an extremely stupid bug causing terrible miscompilations by John McCall · 13 years ago
  67. d5a3b78 Make sure that forward declarations are marked as such in the debug info by Eric Christopher · 13 years ago
  68. 155fa39 The optimizers figured out how to make this store 6. by Nick Lewycky · 13 years ago
  69. 567c586 In ARC, don't reclaim objects of Class type. by John McCall · 13 years ago
  70. b6d7114 Add invariant.load metadata to loads from selector references. Allows these loads to later be moved/combined in the optimizer. Fixes <rdar://problem/6027699> by Pete Cooper · 13 years ago
  71. 6f103ba Whenever explicitly activating or deactivating a cleanup, we by John McCall · 13 years ago
  72. b99785b Fix a subtle bug with cleanups: when activating by John McCall · 13 years ago
  73. 1a343eb Enter the cleanups for a block outside the enclosing by John McCall · 13 years ago
  74. a59e4b7 Emit the copy and dipose helpers for ARC __strong by John McCall · 13 years ago
  75. 3382f65 Extract the blocks-related ARC tests into their own file. by John McCall · 13 years ago
  76. a5493f8 Bind function "r-values" as l-values when emitting them as by John McCall · 13 years ago
  77. eea6480 In x86_64, when calling an Objective-C method that returns a _Complex long double, make sure to use the objc_msgSend_fp2ret function which ensures that the return value will be {0, 0} if the receiver is nil. by Anders Carlsson · 13 years ago
  78. 9c273ff Fix test for LLVM change r143186. by Nick Lewycky · 13 years ago
  79. 9c1ba40 objc: fix an ir-gen crash caused by recent by Fariborz Jahanian · 13 years ago
  80. 98a9203 Move these test from checking assembly to checking LLVM IR. Should fix fallout by Nick Lewycky · 13 years ago
  81. 6c29eda Objective-c: fix an ir-gen crash where objc messag returns a _Complex by Fariborz Jahanian · 13 years ago
  82. b9c8c42 Add block information for ObjC @catch blocks. by Eric Christopher · 13 years ago
  83. 88a4cfd Strip qualifiers off the type of an implicit property defined by only a setter. by John McCall · 13 years ago
  84. d1ab1a2 When constructing debug information for synthesized variables for the by Eric Christopher · 13 years ago
  85. 348f16f Mark calls to objc_retainBlock that don't result from casts by John McCall · 13 years ago
  86. d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 years ago
  87. 2b014d6 When performing an @throw in ARC, retain + autorelease by John McCall · 13 years ago
  88. cdda47f Parse attributes written in an ObjC method parameter type as by John McCall · 13 years ago
  89. 2cf031d Allow the results of cf_returns_not_retained function by John McCall · 13 years ago
  90. ccae76c objc gc: assigning to an objc object struct member through an ivar by Fariborz Jahanian · 13 years ago
  91. e3f8349 objc-gc: Fix a corner case where clang fails to generate GC by Fariborz Jahanian · 13 years ago
  92. 285cfd8 Throw the switch to convert clang to the new exception handling model! by Bill Wendling · 13 years ago
  93. 8c6f9c4 Tighten check to match an ivar with corresponding property by using ObjCImplementationDecl. by Devang Patel · 13 years ago
  94. a45680b Correctly generate IR for casted "builtin" functions, where by John McCall · 13 years ago
  95. de24d44 Turn off the generation of unaligned atomic load/store; I'm going to explicitly error out on such cases in the backend, at least for the moment. by Eli Friedman · 13 years ago
  96. 6dc6f00 A strong property of block type has "copy" setter semantics, not "retain". by John McCall · 13 years ago
  97. c5d9a90 Don't use native atomics on ivars whose size is not a power of two, by John McCall · 13 years ago
  98. d6ce22c This test seems pretty low-value. by John McCall · 13 years ago
  99. 5889c60 Always emit bitfield properties using expression behavior, even if they're by John McCall · 13 years ago
  100. 1e1f487 Unify the decision of how to emit property getters and setters into a by John McCall · 13 years ago