Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-08-20 | [X86] Fix the (shl (and (setcc_c), c1), c2) -> (and setcc_c, (c1 << c2)) fold | David Majnemer | 1 | -0/+20 |
2015-04-04 | [X86] Don't use GR64 register 'and with immediate' instructions if the immedi... | Craig Topper | 1 | -1/+1 |
2013-07-14 | Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f... | Stephen Lin | 1 | -3/+3 |
2011-04-14 | As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias | Bill Wendling | 1 | -1/+1 |
2011-04-14 | Have the X86 back-end emit the alias instead of what's being aliased. In most | Bill Wendling | 1 | -1/+1 |
2009-12-16 | Re-enable 91381 with fixes. | Evan Cheng | 1 | -1/+0 |
2009-12-15 | Disable 91381 for now. It's miscompiling ARMISelDAG2DAG.cpp. | Evan Cheng | 1 | -0/+1 |
2009-12-15 | Use sbb x, x to materialize carry bit in a GPR. The result is all one's or al... | Evan Cheng | 1 | -0/+23 |
2009-12-15 | Propagate zest through logical shift. | Evan Cheng | 1 | -0/+13 |