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