summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pr3366.ll
Commit message (Expand)AuthorAge
* 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
* Roll r127459 back in:Cameron Zwarich2011-03-11
* Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar2011-03-11
* Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich2011-03-11
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Fix a recent regression. ClrOpcode is not set for i8; for i8, ifDan Gohman2009-01-21