David Blaikie
cb6b6f7e20
[opaque pointer type] Update test cases now that the type for an invoke is just a function type, not a pointer-to-function type
...
llvm-svn: 235756
2015-04-24 19:33:25 +00:00
Rafael Espindola
ff7cea8c1a
Don't pass -O0 to clang_cc1, it is the default.
...
llvm-svn: 189910
2013-09-04 04:12:25 +00:00
Stephen Lin
4362261b00
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
...
llvm-svn: 188447
2013-08-15 06:47:53 +00:00
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