summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-11-17-IllegalMove.ll
AgeCommit message (Expand)Author
2017-08-02X86: Do not use llc -march in tests.Matthias Braun
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2012-08-14During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem
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-06-24Eliminate the first have of the optimization which eliminates BRCONDDan Gohman
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-07-12add nounwindChris Lattner
2008-07-30I missed this file in r54223. movzbl is now used insteadDan Gohman
2008-06-10Convert several tests to use temporary files instead of redundantlyDan Gohman
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner
2007-09-25Forgot to check in the changes. Fix test case so it doesn't break with any sc...Evan Cheng
2007-07-31Change the x86 assembly output to use tab characters to separate theDan Gohman
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-17Add a x86-64 test case: movb %sil, %ah is illegal.Evan Cheng