summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/setcc.ll
Commit message (Expand)AuthorAge
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* 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
* Re-enable 91381 with fixes.Evan Cheng2009-12-16
* Disable 91381 for now. It's miscompiling ARMISelDAG2DAG.cpp.Evan Cheng2009-12-15
* Use sbb x, x to materialize carry bit in a GPR. The result is all one's or al...Evan Cheng2009-12-15
* Propagate zest through logical shift.Evan Cheng2009-12-15