Dan Gohman
|
df2896d609
|
Eliminate more uses of llvm-as and llvm-dis.
llvm-svn: 81290
|
2009-09-08 23:54:48 +00:00 |
|
Evan Cheng
|
7e4217176a
|
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
|
6a6d9e48dd
|
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
|
794fa1f8f7
|
Convert tests using "| wc -l | grep ..." to use the count script.
llvm-svn: 41097
|
2007-08-15 13:36:28 +00:00 |
|
Christopher Lamb
|
6c79abee5d
|
Fix test so it passes.
llvm-svn: 41012
|
2007-08-10 22:20:57 +00:00 |
|
Christopher Lamb
|
450f6815b9
|
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 |
|