1. 155fa39 The optimizers figured out how to make this store 6. by Nick Lewycky · 13 years ago
  2. d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 years ago
  3. 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
  4. 45d246f update this test now that reassociate isn't stripping nsw's pointlessly. by Chris Lattner · 14 years ago
  5. 148f32a Update this test following recent optimizer changes. by Dan Gohman · 14 years ago
  6. a8af408 Not really any point to testing control flow in this test without by John McCall · 14 years ago
  7. e55e643 Update exceptions.m for r124462. by Eric Christopher · 14 years ago
  8. 9e2213d In the fragile ObjC ABI, save the caught exception to the side if there are by John McCall · 14 years ago
  9. 0434881 Make this test a little less dependent on exact optimizer results. by John McCall · 14 years ago
  10. d96a8e7 Fix a bug in @finally emission in both the fragile and non-fragile EH schemes by John McCall · 14 years ago
  11. 0b25172 Some more correctness fixes and code-size optimizations for fragile-ABI by John McCall · 14 years ago
  12. 87bb582 Fix fragile-ABI ObjC exceptions in the presence of optimization with by John McCall · 14 years ago
  13. f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 14 years ago
  14. b76db23 NeXT/EH: When generating the rethrow code for a finally block, make sure to by Daniel Dunbar · 14 years ago