Dan Gohman
|
40503396da
|
Eliminate more uses of llvm-as and llvm-dis.
llvm-svn: 81290
|
2009-09-08 23:54:48 +00:00 |
Evan Cheng
|
2e9f42bed5
|
Revert 67132. This is breaking some objective-c apps.
Also fixes SDISel so it *does not* force promote return value if the function is not marked signext / zeroext.
llvm-svn: 67701
|
2009-03-25 20:20:11 +00:00 |
Rafael Espindola
|
4606b12108
|
Don't force promotion of return arguments on the callee.
Some architectures (like x86) don't require it.
This fixes bug 3779.
llvm-svn: 67132
|
2009-03-17 23:43:59 +00:00 |
Dan Gohman
|
f9dd170e36
|
Convert tests using "| wc -l | grep ..." to use the count script.
llvm-svn: 41097
|
2007-08-15 13:36:28 +00:00 |
Christopher Lamb
|
030a59d967
|
Fix test so it passes.
llvm-svn: 41012
|
2007-08-10 22:20:57 +00:00 |
Christopher Lamb
|
b372abab14
|
Increase efficiency of sign_extend_inreg by using subregisters for truncation. As the README suggests sign_extend_subreg is selected to (sext(trunc)).
llvm-svn: 41010
|
2007-08-10 21:48:46 +00:00 |