[X86] Fix the (shl (and (setcc_c), c1), c2) -> (and setcc_c, (c1 << c2)) fold
[oota-llvm.git] / test / CodeGen / X86 / setcc.ll
2015-08-20 David Majnemer[X86] Fix the (shl (and (setcc_c), c1), c2) -> (and...
2015-04-04 Craig Topper[X86] Don't use GR64 register 'and with immediate'...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2011-04-14 Bill WendlingAs Dan pointed out, movzbl, movsbl, and friends are...
2011-04-14 Bill WendlingHave the X86 back-end emit the alias instead of what...
2009-12-16 Evan ChengRe-enable 91381 with fixes.
2009-12-15 Evan ChengDisable 91381 for now. It's miscompiling ARMISelDAG2DAG...
2009-12-15 Evan ChengUse sbb x, x to materialize carry bit in a GPR. The...
2009-12-15 Evan ChengPropagate zest through logical shift.