summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll
AgeCommit message (Expand)Author
2017-08-02X86: Do not use llc -march in tests.Matthias Braun
2016-02-08[X86] Don't zero/sign-extend i1, i8, or i16 return values to 32 bits (PR22532)Hans Wennborg
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2011-04-14As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling
2011-04-14Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-03-25Revert 67132. This is breaking some objective-c apps.Evan Cheng
2009-03-17Don't force promotion of return arguments on the callee.Rafael Espindola
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-08-10Fix test so it passes.Christopher Lamb
2007-08-10Increase efficiency of sign_extend_inreg by using subregisters for truncation...Christopher Lamb