Matt Arsenault
f58e03599f
Revert "Remove isCastable since nothing uses it now"
...
Apparently dragonegg uses it.
llvm-svn: 187454
2013-07-30 22:02:14 +00:00
Matt Arsenault
2121a49954
Remove isCastable since nothing uses it now
...
llvm-svn: 187448
2013-07-30 21:11:17 +00:00
Matt Arsenault
c825ddd4ca
Change behavior of calling bitcasted alias functions.
...
It will now only convert the arguments / return value and call
the underlying function if the types are able to be bitcasted.
This avoids using fp<->int conversions that would occur before.
llvm-svn: 187444
2013-07-30 20:45:05 +00:00
Matt Arsenault
5b3f0a05c2
Fix copypaste error in test.
...
Thename says it's an i32*, but it was actually creating another i8*
llvm-svn: 185239
2013-06-28 23:24:10 +00:00
Dan Gohman
7eac0c2694
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
...
reference to a pointer, so that it can handle the case where DataLayout
is not available and behave conservatively.
llvm-svn: 174024
2013-01-31 02:00:45 +00:00
Evgeniy Stepanov
c6431b5743
A test for r172535.
...
llvm-svn: 172614
2013-01-16 14:38:50 +00:00
Chandler Carruth
bcfdf656b1
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
...
library rename.
llvm-svn: 171747
2013-01-07 15:35:46 +00:00