aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2006-11-17-IllegalMove.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+3
* During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem2012-08-141-1/+1
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-021-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 the first have of the optimization which eliminates BRCONDDan Gohman2010-06-241-3/+3
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* add nounwindChris Lattner2009-07-121-1/+1
* I missed this file in r54223. movzbl is now used insteadDan Gohman2008-07-301-1/+1
* Convert several tests to use temporary files instead of redundantlyDan Gohman2008-06-101-4/+3
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-211-18/+19
* Forgot to check in the changes. Fix test case so it doesn't break with any sc...Evan Cheng2007-09-251-2/+2
* Change the x86 assembly output to use tab characters to separate theDan Gohman2007-07-311-2/+2
* For PR1319: Upgrade to new test harness.Reid Spencer2007-04-151-3/+4
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-3/+3
* Add a x86-64 test case: movb %sil, %ah is illegal.Evan Cheng2006-11-171-0/+41