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