summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-08-17-UComiCodeGenBug.ll
AgeCommit message (Expand)Author
2016-07-07Recommit r274692 - [X86] Transform setcc + movzbl into xorl + setccMichael Kuperstein
2016-07-07Revert r274692 to check whether this is what breaks windows selfhost.Michael Kuperstein
2016-07-06[X86] Transform setcc + movzbl into xorl + setccMichael Kuperstein
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
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-08-17Fix a (u)comiss intrinsic lowering bug. It was using anyext which can return ...Evan Cheng