| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | [InstCombine] move foldICmpShrConstConst() contents to foldICmpShrConst(); NFCI | Sanjay Patel | 2016-08-23 | 1 | -2/+0 |
* | [InstCombine] change param type from Instruction to BinaryOperator for icmp h... | Sanjay Patel | 2016-08-22 | 1 | -24/+24 |
* | [InstCombine] add helper functions for foldICmpWithConstant; NFCI | Sanjay Patel | 2016-08-16 | 1 | -4/+28 |
* | [InstCombine] use m_APInt in foldICmpWithConstant; NFCI | Sanjay Patel | 2016-08-16 | 1 | -2/+1 |
* | constify InstCombine::foldAllocaCmp. NFC. | Pete Cooper | 2016-08-12 | 1 | -1/+2 |
* | InstCombine: Replace some never-null pointers with references. NFC | Justin Bogner | 2016-08-05 | 1 | -17/+16 |
* | IR: Provide an IRBuilder Inserter that calls a callback after insertion | Justin Bogner | 2016-08-04 | 1 | -23/+1 |
* | [InstCombine] replace dyn_casts with matches; NFCI | Sanjay Patel | 2016-08-02 | 1 | -2/+1 |
* | [InstCombine] allow icmp (bit-manipulation-intrinsic(), C) folds for vectors | Sanjay Patel | 2016-07-23 | 1 | -2/+1 |
* | [InstCombine] break up foldICmpEqualityWithConstant(); NFCI | Sanjay Patel | 2016-07-21 | 1 | -0/+2 |
* | make InstCombine compare helper functions private; NFC | Sanjay Patel | 2016-07-21 | 1 | -23/+24 |
* | [InstCombine] break up visitICmpInstWithInstAndIntCst(); NFCI | Sanjay Patel | 2016-07-21 | 1 | -0/+2 |
* | [InstCombine] Minor cleanup of cast simplification code [NFC] | Tobias Grosser | 2016-07-19 | 1 | -9/+38 |
* | Revert "[InstCombine] Avoid combining the bitcast of a var that is used as bo... | Eric Christopher | 2016-06-29 | 1 | -1/+0 |
* | Apply most suggestions of clang-tidy's performance-unnecessary-value-param | Benjamin Kramer | 2016-06-08 | 1 | -2/+2 |
* | Clarify that we match BSwap in InstCombine and BitReverse in CGP. NFC. | Chad Rosier | 2016-05-25 | 1 | -1/+1 |
* | [InstCombine] Remove trivially empty va_start/va_end and va_copy/va_end ranges. | Arnaud A. de Grandmaison | 2016-05-10 | 1 | -0/+2 |
* | [InstCombine] Combine A->B->A BitCast | Guozhi Wei | 2016-03-17 | 1 | -0/+1 |
* | Remove PreserveNames template parameter from IRBuilder | Mehdi Amini | 2016-03-13 | 1 | -3/+3 |
* | Temporarily revert: | Eric Christopher | 2016-03-12 | 1 | -3/+3 |
* | Remove PreserveNames template parameter from IRBuilder | Mehdi Amini | 2016-03-11 | 1 | -3/+3 |
* | InstCombine: Restrict computeKnownBits() on all Values to OptLevel > 2 | Matthias Braun | 2016-03-09 | 1 | -2/+5 |
* | Revert "[InstCombine] Combine A->B->A BitCast" | Junmo Park | 2016-03-08 | 1 | -1/+0 |