summaryrefslogtreecommitdiff
path: root/lib/Transforms/InstCombine
Commit message (Expand)AuthorAge
* Added instruction combine to transform few more negative values addition to s...Dinesh Dwivedi2014-06-27
* This patch removed duplicate code for matching patterns Dinesh Dwivedi2014-06-26
* Added instruction combine to transform few more negative values addition to s...Dinesh Dwivedi2014-06-26
* InstCombine: Disable umul.with.overflow recognition for vectors.Benjamin Kramer2014-06-24
* InstCombine: Don't try to reorder shuffles where the mask is a ConstantExpr.Benjamin Kramer2014-06-24
* Added instruction combine to transform few more negative values addition to s...Dinesh Dwivedi2014-06-19
* Refactored and updated SimplifyUsingDistributiveLaws() to Dinesh Dwivedi2014-06-19
* InstCombine: Stop two transforms duelingDavid Majnemer2014-06-19
* Move optimization of some cases of (A & C1)|(B & C2) from instcombine to inst...Nick Lewycky2014-06-19
* Remove redundant code in InstCombineShift, no functionality change because in...Nick Lewycky2014-06-19
* R600/SI: Add intrinsics for various math instructions.Matt Arsenault2014-06-19
* [InstCombine] mark ADD with nuw if no unsigned overflowJingyue Wu2014-06-17
* Canonicalize addrspacecast ConstExpr between different pointer typesJingyue Wu2014-06-15
* This removes TODO added in http://reviews.llvm.org/D3658Dinesh Dwivedi2014-06-12
* Look through addrspacecasts when turning ptr comparisons intoMatt Arsenault2014-06-09
* Revert 209903 and 210040.Rafael Espindola2014-06-07
* InstCombine: Canonicalize addrspacecast between different element typesJingyue Wu2014-06-06
* Added select flavour for ABS and NEG(ABS)Dinesh Dwivedi2014-06-06
* [PPC64LE] Correct vperm -> shuffle transform for little endianBill Schmidt2014-06-05
* Add a Constant version of stripPointerCasts.Rafael Espindola2014-06-04
* Clauses in a landingpad are always Constant. Use a stricter type.Rafael Espindola2014-06-04
* InstCombine: Improvement to check if signed addition overflows.Rafael Espindola2014-06-04
* Add back commit r210029.Rafael Espindola2014-06-02
* Revert "Add the nsw flag when we detect that an add will not signed overflow."Rafael Espindola2014-06-02
* Added support to optimize comparisons with "lshr exact" of a constant.Rafael Espindola2014-06-02
* Add the nsw flag when we detect that an add will not signed overflow.Rafael Espindola2014-06-02
* Added inst combine tarnsform for (1 << X) & C pattrens where C is (some Power...Dinesh Dwivedi2014-06-02
* Added inst combine transforms for single bit tests from Chris's noteDinesh Dwivedi2014-06-02
* PR19753: Optimize comparisons with "ashr exact" of a constanst.Rafael Espindola2014-05-30
* And fix my fix to sink down through the type at the right time. MyChandler Carruth2014-05-29
* Fix one bug in the latest incarnation of r209843 -- combining GEPsChandler Carruth2014-05-29
* Add support for combining GEPs across PHI nodesLouis Gerbarg2014-05-29
* Revert "Revert "Revert "InstCombine: Improvement to check if signed addition ...Rafael Espindola2014-05-29
* Revert "Revert "InstCombine: Improvement to check if signed addition overflow...Rafael Espindola2014-05-28
* Revert "Add support for combining GEPs across PHI nodes"Rafael Espindola2014-05-28
* Revert "InstCombine: Improvement to check if signed addition overflows."Rafael Espindola2014-05-28
* Add support for combining GEPs across PHI nodesLouis Gerbarg2014-05-28
* InstCombine: Improvement to check if signed addition overflows.Rafael Espindola2014-05-28
* Post-commit fixes for r209643Filipe Cabecinhas2014-05-27
* Fix bad assert.Daniel Jasper2014-05-27
* Convert some X86 blendv* intrinsics into IR.Filipe Cabecinhas2014-05-27
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* Added inst-combine for 'MIN(MIN(A, 97), 23)' and 'MAX(MAX(A, 23), 97)'Dinesh Dwivedi2014-05-19
* Revert r209049 and r209065, "Add support for combining GEPs across PHI nodes"NAKAMURA Takumi2014-05-17
* Fix for sanitizer crash introduced in r209049Louis Gerbarg2014-05-17
* Add support for combining GEPs across PHI nodesLouis Gerbarg2014-05-16
* Reverting r208848, reason: build failure: sanitizer-x86_64-linux-bootstrap/bu...Dinesh Dwivedi2014-05-15
* Added instcombine for 'MIN(MIN(A, 27), 93)' and 'MAX(MAX(A, 93), 27)'Dinesh Dwivedi2014-05-15
* Added inst combine transforms for single bit tests from Chris's noteDinesh Dwivedi2014-05-15
* InstCombine: Optimize -x s< cstDavid Majnemer2014-05-15