summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-11-17-IllegalMove.ll
Commit message (Expand)AuthorAge
* During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem2012-08-14
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling2011-04-14
* Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling2011-04-14
* Eliminate the first have of the optimization which eliminates BRCONDDan Gohman2010-06-24
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* add nounwindChris Lattner2009-07-12
* I missed this file in r54223. movzbl is now used insteadDan Gohman2008-07-30
* Convert several tests to use temporary files instead of redundantlyDan Gohman2008-06-10
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-21
* Forgot to check in the changes. Fix test case so it doesn't break with any sc...Evan Cheng2007-09-25
* Change the x86 assembly output to use tab characters to separate theDan Gohman2007-07-31
* For PR1319: Upgrade to new test harness.Reid Spencer2007-04-15
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Add a x86-64 test case: movb %sil, %ah is illegal.Evan Cheng2006-11-17