| Commit message (Expand) | Author | Age | Files | Lines |
| * | [InstCombine] add isCanonicalPredicate() helper function and use it; NFCI | Sanjay Patel | 2017-05-17 | 1 | -0/+21 |
| * | [ValueTracking] Replace all uses of ComputeSignBit with computeKnownBits. | Craig Topper | 2017-05-15 | 1 | -4/+5 |
| * | [InstCombine] Merge duplicate functionality between InstCombine and ValueTrac... | Craig Topper | 2017-05-15 | 1 | -1/+17 |
| * | [InstCombine] Remove 'return' of a called function that also returned void. NFC | Craig Topper | 2017-05-15 | 1 | -3/+2 |
| * | InstCombine: Use the new SimplifyQuery versions of Simplify*. Use AssumptionC... | Daniel Berlin | 2017-04-26 | 1 | -6/+13 |
| * | [ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu... | Craig Topper | 2017-04-26 | 1 | -11/+8 |
| * | [InstCombine] function names start with lower-case letter; NFC | Sanjay Patel | 2017-04-20 | 1 | -1/+1 |
| * | [InstCombine] allow shl+shr demanded bits folds with splat constants | Sanjay Patel | 2017-04-20 | 1 | -3/+4 |
| * | [InstCombine] Support folding a subtract with a constant LHS into a phi node | Craig Topper | 2017-04-14 | 1 | -1/+1 |
| * | [InstCombine] Move portion of SimplifyDemandedUseBits that deals with instruc... | Craig Topper | 2017-04-12 | 1 | -0/+7 |
| * | [InstCombine] Remove redundant combine from visitAnd | Craig Topper | 2017-04-06 | 1 | -2/+0 |
| * | Revert r299337 "[InstCombine] Remove redundant combine from visitAnd" | Craig Topper | 2017-04-03 | 1 | -0/+2 |
| * | [InstCombine] Make foldOpWithConstantIntoOperand take a BinaryOperator instea... | Craig Topper | 2017-04-03 | 1 | -1/+1 |
| * | [InstCombine] Make InstCombiner::OptAndOp take a BinaryOperator instead of an... | Craig Topper | 2017-04-02 | 1 | -1/+1 |
| * | [InstCombine] Remove redundant combine from visitAnd | Craig Topper | 2017-04-02 | 1 | -2/+0 |
| * | [InstCombine] Change the interface of SimplifyDemandedBits so that it takes t... | Craig Topper | 2017-03-25 | 1 | -1/+2 |
| * | Salvage debug info from instructions about to be deleted | Adrian Prantl | 2017-03-16 | 1 | -1/+5 |
| * | Revert commit r297971 because of issues reported by msan. | Adrian Prantl | 2017-03-16 | 1 | -5/+1 |
| * | Salvage debug info from instructions about to be deleted | Adrian Prantl | 2017-03-16 | 1 | -1/+5 |
| * | Fix invalid addrspacecast due to combining alloca with global var | Yaxun Liu | 2017-02-10 | 1 | -0/+5 |
| * | [InstCombineCalls] Unfold element atomic memcpy instruction | Igor Laevsky | 2017-02-08 | 1 | -0/+2 |
| * | Fix the -Werror build for some sign-comparisons | David Blaikie | 2017-02-07 | 1 | -1/+1 |
| * | [InstCombine] Make max size array combine a tunable. | Davide Italiano | 2017-02-07 | 1 | -0/+3 |
| * | [InstCombine] fix operand-complexity-based canonicalization (PR28296) | Sanjay Patel | 2017-02-03 | 1 | -7/+15 |
| * | [Instcombine] Combine consecutive identical fences | Davide Italiano | 2017-01-31 | 1 | -0/+1 |
| * | fix formatting; NFC | Sanjay Patel | 2017-01-31 | 1 | -2/+2 |
| * | [InstCombine] add a wrapper for a common pair of transforms; NFCI | Sanjay Patel | 2017-01-10 | 1 | -6/+13 |
| * | [InstCombine] Remove a piece of a comment that said that InstCombiner contain... | Craig Topper | 2016-12-28 | 1 | -2/+1 |
| * | Revert "[InstCombine] New opportunities for FoldAndOfICmp and FoldXorOfICmp" | David Majnemer | 2016-12-21 | 1 | -1/+0 |
| * | Revert @llvm.assume with operator bundles (r289755-r289757) | Daniel Jasper | 2016-12-19 | 1 | -10/+16 |
| * | [InstCombine] New opportunities for FoldAndOfICmp and FoldXorOfICmp | Ehsan Amiri | 2016-12-15 | 1 | -0/+1 |
| * | Remove the AssumptionCache | Hal Finkel | 2016-12-15 | 1 | -16/+10 |
| * | [InstCombine] Merge debug locations when folding through a phi node | Robert Lougher | 2016-12-14 | 1 | -0/+4 |
| * | [InstCombine] allow more narrowing transforms for logic ops | Sanjay Patel | 2016-11-30 | 1 | -0/+1 |
| * | [InstCombine] handle simple vector integer constants in IsFreeToInvert | Sanjay Patel | 2016-10-27 | 1 | -0/+18 |
| * | [InstCombine] Resubmit the combine of A->B->A BitCast and fix for pr27996 | Guozhi Wei | 2016-10-25 | 1 | -0/+1 |
| * | [InstCombine] allow non-splat folds of select cond (ext X), C | Sanjay Patel | 2016-09-30 | 1 | -2/+1 |
| * | [InstCombine] fix function names; NFC | Sanjay Patel | 2016-09-29 | 1 | -6/+10 |
| * | [InstCombine] add helper functions for visitICmpInst(); NFCI | Sanjay Patel | 2016-09-16 | 1 | -0/+3 |
| * | [InstCombine] move folds for icmp (sh C2, Y), C1 in with other icmp+sh folds;... | Sanjay Patel | 2016-09-15 | 1 | -4/+4 |
| * | [InstCombine] allow icmp (shr/shl) folds for vectors | Sanjay Patel | 2016-09-15 | 1 | -2/+2 |
| * | [InstCombine] add helper function for foldICmpWithConstant; NFC | Sanjay Patel | 2016-09-15 | 1 | -0/+1 |
| * | [InstCombine] add helper function for foldICmpUsingKnownBits; NFCI | Sanjay Patel | 2016-09-12 | 1 | -0/+1 |
| * | fix formatting/typos; NFC | Sanjay Patel | 2016-09-12 | 1 | -5/+5 |
| * | [InstCombine] rename and reorganize some icmp folding functions; NFC | Sanjay Patel | 2016-09-10 | 1 | -3/+6 |
| * | [InstCombine] use m_APInt to allow icmp (and (sh X, Y), C2), C1 folds for spl... | Sanjay Patel | 2016-09-07 | 1 | -1/+1 |
| * | [InstCombine] change insertRangeTest() to use APInt instead of Constant; NFCI | Sanjay Patel | 2016-08-31 | 1 | -2/+2 |
| * | [InstCombine] add helper function for icmp (and (sh X, Y), C2), C1 ; NFC | Sanjay Patel | 2016-08-26 | 1 | -1/+3 |
| * | [InstCombine] add helper function for folding of icmp (and X, C2), C; NFC | Sanjay Patel | 2016-08-26 | 1 | -0/+2 |
| * | [InstCombine] move foldICmpDivConstConst() contents to foldICmpDivConstant();... | Sanjay Patel | 2016-08-24 | 1 | -2/+0 |