summaryrefslogtreecommitdiff
path: root/test/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
* [ValueTracking] Extend range metadata to call/invokeJingyue Wu2014-06-19
* 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
* Make instsimplify's analysis of icmp eq/ne use computeKnownBits to determine ...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
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-06
* Add a testcase where there is an overflow when combining two constants.Rafael Espindola2014-06-05
* InstCombine: Improvement to check if signed addition overflows.Rafael Espindola2014-06-04
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* Add back commit r210029.Rafael Espindola2014-06-02
* Convert test to FileCheck.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
* 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
* 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
* Add support for combining GEPs across PHI nodesLouis Gerbarg2014-05-16
* Fix most of PR10367.Rafael Espindola2014-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
* Fix the case when reordering shuffle and binop produces a constant.Serge Pavlov2014-05-14
* Optimize integral reciprocal (udiv 1, x and sdiv 1, x) to not use division. T...Nick Lewycky2014-05-14