| Commit message (Expand) | Author | Age | Files | Lines |
| * | [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 |
| * | [InstCombine] Combine A->B->A BitCast | Guozhi Wei | 2016-03-03 | 1 | -0/+1 |
| * | [InstCombine] add helper function to foldCastedBitwiseLogic() ; NFCI | Sanjay Patel | 2016-02-23 | 1 | -0/+1 |
| * | function names start with a lowercase letter; NFC | Sanjay Patel | 2016-02-01 | 1 | -2/+2 |
| * | use range-based for loop; NFC | Sanjay Patel | 2016-01-31 | 1 | -3/+3 |
| * | fix typo; NFC | Sanjay Patel | 2016-01-06 | 1 | -1/+1 |
| * | [InstCombine] Make MatchBSwap also match bit reversals | James Molloy | 2015-12-11 | 1 | -1/+1 |
| * | Revert "Change memcpy/memset/memmove to have dest and source alignments." | Pete Cooper | 2015-11-19 | 1 | -1/+1 |
| * | Change memcpy/memset/memmove to have dest and source alignments. | Pete Cooper | 2015-11-18 | 1 | -1/+1 |
| * | InstCombine: Remove ilist iterator implicit conversions, NFC | Duncan P. N. Exon Smith | 2015-10-13 | 1 | -1/+1 |
| * | InstCombine: Fold comparisons between unguessable allocas and other pointers | Hans Wennborg | 2015-10-07 | 1 | -0/+1 |