summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll
Commit message (Expand)AuthorAge
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling2011-04-14
* Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling2011-04-14
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Revert 67132. This is breaking some objective-c apps.Evan Cheng2009-03-25
* Don't force promotion of return arguments on the callee.Rafael Espindola2009-03-17
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Fix test so it passes.Christopher Lamb2007-08-10
* Increase efficiency of sign_extend_inreg by using subregisters for truncation...Christopher Lamb2007-08-10