Bill Wendling
19457e282e
Update tests so that we don't test for function-only attributes on call sites.
...
llvm-svn: 175921
2013-02-22 21:12:51 +00:00
Bill Wendling
e1c4a1babd
Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions.
...
llvm-svn: 175878
2013-02-22 09:10:20 +00:00
Bill Wendling
985d1c5d15
Add the 'target-cpu' and 'target-features' attributes to functions.
...
The back-end will use these values to reconfigure code generation for different
features.
llvm-svn: 175308
2013-02-15 21:30:01 +00:00
Dan Gohman
7537838499
Fix this test to work with and without Asserts mode.
...
llvm-svn: 150713
2012-02-16 18:51:05 +00:00
NAKAMURA Takumi
59b1bc16eb
test/CodeGenObjC/arc-no-arc-exceptions.m: Disable it at -Asserts for now.
...
llvm-svn: 150666
2012-02-16 08:12:12 +00:00
Chad Rosier
ffbf9f1406
Fix test for r150648.
...
llvm-svn: 150650
2012-02-16 01:56:55 +00:00
Dan Gohman
515a60daff
Teach clang to add metadata tags to calls and invokes in ObjC with
...
-fno-objc-arc-exceptions. This will allow the optimizer to perform
optimizations which are only safe under that flag.
This is a part of rdar://10803830.
llvm-svn: 150644
2012-02-16 00:57:37 +00:00