summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/setcc.ll
Commit message (Expand)AuthorAgeFilesLines
* [x86] don't blindly transform SETB into SBBSanjay Patel2017-03-121-4/+6
* [DAGCombiner] fold binops with constant into select-of-constantsSanjay Patel2017-03-011-3/+3
* [x86] regenerate checks; NFCSanjay Patel2017-03-011-7/+1
* [x86] regenerate checksSanjay Patel2016-09-141-33/+49
* Recommit r274692 - [X86] Transform setcc + movzbl into xorl + setccMichael Kuperstein2016-07-071-1/+1
* Revert r274692 to check whether this is what breaks windows selfhost.Michael Kuperstein2016-07-071-1/+1
* [X86] Transform setcc + movzbl into xorl + setccMichael Kuperstein2016-07-061-1/+1
* [X86] Use the right type when folding xor (truncate (shift)) -> setccDavid Majnemer2016-05-051-0/+24
* [X86] Fix the (shl (and (setcc_c), c1), c2) -> (and setcc_c, (c1 << c2)) foldDavid Majnemer2015-08-201-0/+20
* [X86] Don't use GR64 register 'and with immediate' instructions if the immedi...Craig Topper2015-04-041-1/+1
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-3/+3
* As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling2011-04-141-1/+1
* Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling2011-04-141-1/+1
* Re-enable 91381 with fixes.Evan Cheng2009-12-161-1/+0
* Disable 91381 for now. It's miscompiling ARMISelDAG2DAG.cpp.Evan Cheng2009-12-151-0/+1
* Use sbb x, x to materialize carry bit in a GPR. The result is all one's or al...Evan Cheng2009-12-151-0/+23
* Propagate zest through logical shift.Evan Cheng2009-12-151-0/+13
OpenPOWER on IntegriCloud