aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/shl_elim.ll
AgeCommit message (Expand)Author
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
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
2010-04-28Update tests.Evan Cheng
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2007-08-10Increase efficiency of sign_extend_inreg by using subregisters for truncation...Christopher Lamb
2007-07-31Change the x86 assembly output to use tab characters to separate theDan Gohman
2007-04-18new testcaseChris Lattner