summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/setcc.ll
AgeCommit message (Expand)AuthorFilesLines
2015-08-20[X86] Fix the (shl (and (setcc_c), c1), c2) -> (and setcc_c, (c1 << c2)) foldDavid Majnemer1-0/+20
2015-04-04[X86] Don't use GR64 register 'and with immediate' instructions if the immedi...Craig Topper1-1/+1
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin1-3/+3
2011-04-14As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling1-1/+1
2011-04-14Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling1-1/+1
2009-12-16Re-enable 91381 with fixes.Evan Cheng1-1/+0
2009-12-15Disable 91381 for now. It's miscompiling ARMISelDAG2DAG.cpp.Evan Cheng1-0/+1
2009-12-15Use sbb x, x to materialize carry bit in a GPR. The result is all one's or al...Evan Cheng1-0/+23
2009-12-15Propagate zest through logical shift.Evan Cheng1-0/+13