| Commit message (Expand) | Author | Age | Files | Lines |
* | [DAGCombine] Fix for PR37563 | Sam Parker | 2018-01-05 | 1 | -2/+12 |
* | [DAGCombine] Ensure SDNode use iterator is incremented properly. | Amara Emerson | 2018-01-04 | 1 | -2/+2 |
* | [DAGCombine] Handle out of range EXTRACT_VECTOR_ELT indices | Simon Pilgrim | 2018-01-03 | 1 | -0/+4 |
* | Revert r321089: "[DAG] Elide overlapping store" (and subsequent fix in r321204) | Daniel Jasper | 2018-01-02 | 1 | -21/+21 |
* | [DAGCombine] Fix for PR35765 | Sam Parker | 2018-01-02 | 1 | -1/+0 |
* | [DAGCombine] foldBinOpIntoSelect can fail to constant fold in some cases. | Simon Pilgrim | 2017-12-27 | 1 | -6/+8 |
* | [DAGCombine] visitANDLike - ensure APInt is is in range for getSExtValue/getZ... | Simon Pilgrim | 2017-12-26 | 1 | -4/+7 |
* | [DAGCombine] Don't combine (and (setne X, 0), (setne X, -1)) --> (setuge (add... | Simon Pilgrim | 2017-12-26 | 1 | -1/+2 |
* | [DAGCombiners] Don't turn ANDs to shuffles with zero so early. Give some othe... | Craig Topper | 2017-12-24 | 1 | -7/+8 |
* | [SelectionDAG][X86] Don't use ->getValueType(0) after a call to getOperand to... | Craig Topper | 2017-12-23 | 1 | -3/+3 |
* | [DAG] Add missing case check from findbaseoffset merge from r321389. | Nirav Dave | 2017-12-22 | 1 | -2/+4 |
* | Integrate findBaseOffset address analyses to BaseIndexOffset. NFCI. | Nirav Dave | 2017-12-22 | 1 | -70/+10 |
* | Revert "[DAG] Integrate findBaseOffset address analyses to BaseIndexOffset. N... | Nirav Dave | 2017-12-22 | 1 | -10/+70 |
* | [DAG] Integrate findBaseOffset address analyses to BaseIndexOffset. NFCI. | Nirav Dave | 2017-12-22 | 1 | -70/+10 |
* | [DAGCombine] Revert r321259 | Sam Parker | 2017-12-22 | 1 | -26/+0 |
* | [DAGCombiner] Remove (xor (xor x, c1), c2) -> (xor x, (xor c1, c2)) fold. NFCI. | Simon Pilgrim | 2017-12-21 | 1 | -15/+0 |
* | [DAGCombiner] Generalize (or (and X, c1), c2) -> (and (or X, c2), c1|c2) comb... | Simon Pilgrim | 2017-12-21 | 1 | -10/+10 |
* | [DAGCombiner] Generalize (and (or x, C), D) -> D iff (C & D) == D combine to ... | Simon Pilgrim | 2017-12-21 | 1 | -4/+6 |
* | [DAGCombine] Improve ReduceLoadWidth for SRL | Sam Parker | 2017-12-21 | 1 | -0/+26 |
* | [DAG] Fix condition on overlapping store check. | Nirav Dave | 2017-12-20 | 1 | -2/+2 |
* | Silence a bunch of implicit fallthrough warnings | Adrian Prantl | 2017-12-19 | 1 | -1/+1 |
* | [DAG] Elide overlapping store | Nirav Dave | 2017-12-19 | 1 | -21/+21 |
* | [DAGCombine] Move AND nodes to multiple load leaves | Sam Parker | 2017-12-18 | 1 | -0/+144 |
* | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -7/+7 |
* | Revert "[DAGCombine] Move AND nodes to multiple load leaves" | Benjamin Kramer | 2017-12-14 | 1 | -124/+0 |
* | [DAGCombine] Move AND nodes to multiple load leaves | Sam Parker | 2017-12-14 | 1 | -0/+124 |
* | [DAGCombiner] protect against an infinite loop between shl <--> mul (PR35579) | Sanjay Patel | 2017-12-11 | 1 | -1/+2 |
* | [DAGCombiner] Add combined indexed load to the work list | Nemanja Ivanovic | 2017-12-11 | 1 | -0/+1 |
* | [ARM] Use ADDCARRY / SUBCARRY | Roger Ferrer Ibanez | 2017-12-11 | 1 | -1/+2 |
* | [DAGCombiner] Support folding (mulhs/u X, 0)->0 for vectors. | Craig Topper | 2017-12-11 | 1 | -0/+16 |
* | [DAGCombiner] Reuse existing SDLoc variable instead of creating a new one. NFC | Craig Topper | 2017-12-11 | 1 | -4/+3 |
* | [DAGCombiner] eliminate shuffle of insert element | Sanjay Patel | 2017-12-07 | 1 | -0/+81 |
* | [ARM][AArch64][DAG] Reenable post-legalize store merge | Nirav Dave | 2017-12-06 | 1 | -12/+19 |
* | Revert "[DAGCombine] Move AND nodes to multiple load leaves" | Vlad Tsyrklevich | 2017-12-06 | 1 | -123/+0 |
* | [DAGCombine] Move AND nodes to multiple load leaves | Sam Parker | 2017-12-05 | 1 | -0/+123 |
* | [DAGCombine] Handle big endian correctly in CombineConsecutiveLoads | Bjorn Pettersson | 2017-12-05 | 1 | -0/+7 |
* | [DAGCombine] isLegalNarrowLoad function (NFC) | Sam Parker | 2017-12-05 | 1 | -42/+60 |
* | DAG: Follow-up to r319692 check the truncates inputs have the same type | Hans Wennborg | 2017-12-04 | 1 | -1/+2 |
* | DAG: Match truncated rotation (PR35487) | Hans Wennborg | 2017-12-04 | 1 | -0/+9 |
* | [DAGCombine] Remove isAndLoadExtLoad arguments | Sam Parker | 2017-12-04 | 1 | -14/+6 |
* | [DAG][ARM] Revert "Reenable post-legalize store merge" | Nirav Dave | 2017-12-01 | 1 | -11/+5 |
* | [DAGCombine] Simplify ISD::AND handling in ReduceLoadWidth | Eli Friedman | 2017-12-01 | 1 | -20/+5 |
* | [ARM][DAG] Reenable post-legalize store merge | Nirav Dave | 2017-12-01 | 1 | -5/+11 |
* | [DAGCombine] Refactor ReduceLoadWidth | Sam Parker | 2017-11-30 | 1 | -50/+33 |
* | Use getStoreSize() in various places instead of 'BitSize >> 3'. | Jonas Paulsson | 2017-11-28 | 1 | -8/+8 |
* | [DAGCombine] Disable finding better chains for stores at O0 | Simon Dardis | 2017-11-28 | 1 | -1/+8 |
* | [DAGCombiner] Don't combine aext(setcc) if the setcc is already using the tar... | Craig Topper | 2017-11-27 | 1 | -8/+11 |
* | [DAGCombiner] Use EVT::changeVectorElementTypeToInteger() instead of implemen... | Craig Topper | 2017-11-27 | 1 | -4/+1 |
* | [DAGCombiner] Bugfix in isAlias(). | Jonas Paulsson | 2017-11-22 | 1 | -2/+2 |
* | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -3/+3 |