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