David Blaikie
a953f2825b
Update Clang tests to handle explicitly typed load changes in LLVM.
...
llvm-svn: 230795
2015-02-27 21:19:58 +00:00
David Blaikie
218b783192
Update Clang tests to handle explicitly typed gep changes in LLVM.
...
llvm-svn: 230783
2015-02-27 19:18:17 +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
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
Fariborz Jahanian
cc2ae88e3c
In my last patch initialize the destination to null (with a simple store) before doing a storeStrong to it.
...
// rdar://12530881
llvm-svn: 171572
2013-01-05 00:32:13 +00:00
Fariborz Jahanian
a82e9265d8
objective-C arc: in copy helper function for
...
__strong __block variables, perform objc_storeStrong on
source and destination instead of direct move. This
is done with -O0 and to improve some analysis.
// rdar://12530881
llvm-svn: 171555
2013-01-04 23:32:24 +00:00