1. 112c330 Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. // rdar://8818375 by Fariborz Jahanian · 14 years ago
  2. f96bdf4 Consider zero-length array of structs when by Fariborz Jahanian · 14 years ago
  3. c7ff82c Fix for PR8695. by David Chisnall · 14 years ago
  4. c32647d Add -fobjc-default-synthesized-properties flag by Ted Kremenek · 14 years ago
  5. 7504966 ivars craeted for explicit @synthesize and those by Fariborz Jahanian · 14 years ago
  6. 40c2913 Do unary conversions on vararg arguments and *then* special-case float. by John McCall · 14 years ago
  7. 74e40b7 Don't crash when initializing a subaggregate in C from a property r-value. by John McCall · 14 years ago
  8. e68b984 Test case for the l-value base only being evaluated once. by John McCall · 14 years ago
  9. 830937b IR Gen. part of API support for __block cxx by Fariborz Jahanian · 14 years ago
  10. e27e9d6 Adding couple of Block API, a bug fix and a test change, all for blocks. wip. by Fariborz Jahanian · 14 years ago
  11. 3473a10 test case for r118726. by Devang Patel · 14 years ago
  12. ba8bda0 Restore patch reversed in r118475. Fixes // rdar://8632525 by Fariborz Jahanian · 14 years ago
  13. c8c62c4 Reverse patch for // rdar://8632525. It might has broken a build. by Fariborz Jahanian · 14 years ago
  14. ed171b8 Provide a precise builtin declaration for objc_msgSend by Fariborz Jahanian · 14 years ago
  15. 58faf20 Tidy up MIPS_linkage name. Provide it only if it does not match regular name, otherwise it confuses debugger. by Devang Patel · 14 years ago
  16. 4c73307 This patch implements Next's IRGen for -fconstant-string-class=class-name. by Fariborz Jahanian · 14 years ago
  17. 1a4c937 patch fixes class names missing from method names in debug information for by Fariborz Jahanian · 14 years ago
  18. fd186ac Coding by inspection has its problems. by John McCall · 14 years ago
  19. 7ec404c objc_exception_rethrow does not take an exception argument. by John McCall · 14 years ago
  20. b10ce9f Revert r116656, "IRgen/Obj-C/NeXT: Fix the IR signature for by Daniel Dunbar · 14 years ago
  21. 338ebcc IRgen/Obj-C/NeXT: Fix the IR signature for objc_exception_rethrow, so we don't by Daniel Dunbar · 14 years ago
  22. 3a43d8d _Bool is not a keyword in C++. Fixes PR7388 and PR8349. by Douglas Gregor · 14 years ago
  23. 535a55b Test for //rdar: //8493239 by Fariborz Jahanian · 14 years ago
  24. 3a0be84 IRgen/Obj-C: Fix encoding of "long double". - The mind boggles. by Daniel Dunbar · 14 years ago
  25. 44414cf Merge encode-test-1.m into encode-test.m by Daniel Dunbar · 14 years ago
  26. e5ecb9c FileCheck'ize test. by Daniel Dunbar · 14 years ago
  27. 09c0fab tests: Tweak test to also match MSVC format. by Daniel Dunbar · 14 years ago
  28. 34fdee3 Re-enable EH cleanups to destroy __block variables, now that we have a moment to by John McCall · 14 years ago
  29. 9e2213d In the fragile ObjC ABI, save the caught exception to the side if there are by John McCall · 14 years ago
  30. e09f2e9 Restore test. Is for //rdar://8493239 by Fariborz Jahanian · 14 years ago
  31. 073a45f Remove test until further notice. by Fariborz Jahanian · 14 years ago
  32. 2f8c898 Fix test. by Fariborz Jahanian · 14 years ago
  33. 9747739 Output debug info. for ivars declared in class by Fariborz Jahanian · 14 years ago
  34. aca745b Attach aritifical attribute with implicit parameters. Radar 8493141. by Devang Patel · 14 years ago
  35. 398e6b9 update a bunch of tests that are using the x86 backend instead of grepping IR :( by Chris Lattner · 14 years ago
  36. fb55031 Block description for trivial block literals have by Fariborz Jahanian · 14 years ago
  37. c5904b4 Fixes an obscure bug in importd block variable layout by Fariborz Jahanian · 14 years ago
  38. 8197982 Block ivar layout must assume that the 'isa' by Fariborz Jahanian · 14 years ago
  39. 0934914 Local static block variable referecned in its by Fariborz Jahanian · 14 years ago
  40. 0dc7509 LastFieldBitfield in CGObjCCommonMac::BuildAggrIvarLayout keeps bitfields or unnamed fields but later the code by Argyrios Kyrtzidis · 14 years ago
  41. 699c060 Casting of a property reference to 'void' did not by Fariborz Jahanian · 14 years ago
  42. 714bf17 tests: Fix a dependency on the temporary value names. by Daniel Dunbar · 14 years ago
  43. c5c446c IRgen/Obj-C: Rewrite Objective-C bit-field access to compute the access strategy by Daniel Dunbar · 14 years ago
  44. 6b61fcd stop looking for #uses comments. by Chris Lattner · 14 years ago
  45. 938e5a1 Robustify test. by Devang Patel · 14 years ago
  46. 33eaddd tests: Disable this test for now, it is overly pessimistic and I am not sure how to fix it. by Daniel Dunbar · 14 years ago
  47. 000835d Support for IRGen of synthesize bitfield ivars in by Fariborz Jahanian · 14 years ago
  48. ea16110 Patch to issue warning when colllection expresion's type by Fariborz Jahanian · 14 years ago
  49. a5f2de2 When re-raising an exception after a cleanup, we need to call _Unwind_Resume_or_Rethrow by John McCall · 14 years ago
  50. faa3449 IRGen support for functions returning objc object types. Fixes PR7865. by Fariborz Jahanian · 14 years ago
  51. 0434881 Make this test a little less dependent on exact optimizer results. by John McCall · 14 years ago
  52. d96a8e7 Fix a bug in @finally emission in both the fragile and non-fragile EH schemes by John McCall · 14 years ago
  53. a1f024c Finishing up block variable layout API by supporting by Fariborz Jahanian · 14 years ago
  54. e1a4898 Add support for block imported struct variable layout info. by Fariborz Jahanian · 14 years ago
  55. 93ce50d Block variable layout bitmap API generation. by Fariborz Jahanian · 14 years ago
  56. 0b25172 Some more correctness fixes and code-size optimizations for fragile-ABI by John McCall · 14 years ago
  57. 87bb582 Fix fragile-ABI ObjC exceptions in the presence of optimization with by John McCall · 14 years ago
  58. 6633e3c Revert "Re-apply fixed version of 108749, correctly conditionalizing the new by Daniel Dunbar · 14 years ago
  59. 4711cb0 now that we have CGT around, we can start using preferred types by Chris Lattner · 14 years ago
  60. 3d4aeda Return type of a setter call caused by by Fariborz Jahanian · 14 years ago
  61. ff8e115 Revise cleanup IR generation to fix a major bug with cleanups (PR7686) by John McCall · 14 years ago
  62. 35eee09 Re-apply fixed version of 108749, correctly conditionalizing the new sections on by Jim Grosbach · 14 years ago
  63. 38d2479 and revert the related tests, too by Jim Grosbach · 14 years ago
  64. a7765a6 Update tests for r108749 by Jim Grosbach · 14 years ago
  65. 6c57322 IRgen: Add a test case I forgot to commit at some point. by Daniel Dunbar · 14 years ago
  66. 8262b6a The GNU-runtime ObjC personality function doesn't let us rethrow with URR for by John McCall · 14 years ago
  67. da65ea8 Teach IR generation how to lazily emit cleanups. This has a lot of advantages, by John McCall · 14 years ago
  68. f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 14 years ago
  69. 120bc77 IRgen: Assignment to Objective-C properties shouldn't reload the value, for by Daniel Dunbar · 14 years ago
  70. d7f7d08 IRgen: Assignment to Objective-C properties shouldn't reload the value (which by Daniel Dunbar · 14 years ago
  71. 08fd376 Trying to make BuildBot happy again (related to PR7431). by Fariborz Jahanian · 14 years ago
  72. 6afbdf5 Fixes a problem in generation of meta-data for by Fariborz Jahanian · 14 years ago
  73. cd9fb98 Attempt to fix test by Douglas Gregor · 14 years ago
  74. f28682a Test case for PR7431 by Nico Weber. by Fariborz Jahanian · 14 years ago
  75. 75d0f82 Fix tests that I missed from my previous commit. by Rafael Espindola · 15 years ago
  76. e2a901a When using property-dot assignment syntax to call a setter method, by Fariborz Jahanian · 15 years ago
  77. 19739ae Fixed a block regression caused by trying to use by Fariborz Jahanian · 15 years ago
  78. 64fd7e8 Fixed Objective-C type encoding for bitfields for the GNU runtime to match the encoding used by GCC. by David Chisnall · 15 years ago
  79. 52d0b59 Fix testsuite for blocks mangling change by Douglas Gregor · 15 years ago
  80. b4eae11 Changed test to use FileCheck. by Fariborz Jahanian · 15 years ago
  81. ee50429 Allocate space in a block record for implicit references to the Objective C by John McCall · 15 years ago
  82. 0ed5c5d Generate objc_memmove_collectable write-barrier for by Fariborz Jahanian · 15 years ago
  83. 842ddd0 Adds support for generation of objc_memmove_collectable API by Fariborz Jahanian · 15 years ago
  84. 27b7aa0 More Objective-C++ GC tests. by Fariborz Jahanian · 15 years ago
  85. a5da902 More tests for ObjC++ GC support. by Fariborz Jahanian · 15 years ago
  86. 3031c63 Correctly generate IR for ObjC messages sends to protocol-qualified types. by John McCall · 15 years ago
  87. 509d477 Implement new default property synthesis rules. Essentially, no longer by Fariborz Jahanian · 15 years ago
  88. c965449 Fix test. by Fariborz Jahanian · 15 years ago
  89. 191fdb6 tests: Avoid spurious use of /dev/null. by Daniel Dunbar · 15 years ago
  90. 258cf27 If variable location is invalid then use current location. by Devang Patel · 15 years ago
  91. 36998f5 Test case for NeXt's -fno-constant-cfstrings option. by Fariborz Jahanian · 15 years ago
  92. b19f0ac tests: Force a triple. by Daniel Dunbar · 15 years ago
  93. 4b429ae IRgen/NeXT: Fix several alignment issues with Objective-C metadata symbols: by Daniel Dunbar · 15 years ago
  94. 94e67c6 tests: Convert test to FileCheck. by Daniel Dunbar · 15 years ago
  95. fce176b IRgen/NeXT: Reuse EmitImageInfo for both fragile and non-fragile ABI. This fixes Clang to correctly emit the "CorrectedSynthesize" bit when using the non-fragile ABI. by Daniel Dunbar · 15 years ago
  96. f643b9b NeXT: Clean up dispatch method policy selection. by Daniel Dunbar · 15 years ago
  97. b76db23 NeXT/EH: When generating the rethrow code for a finally block, make sure to by Daniel Dunbar · 15 years ago
  98. fb97cf2 don't slap noalias attribute on stret result arguments. by Chris Lattner · 15 years ago
  99. 765bb81 Make this test darwin10 specific. by Fariborz Jahanian · 15 years ago
  100. 776dbf9 Force clang to produce legacy api for messaging by Fariborz Jahanian · 15 years ago