summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine
Commit message (Expand)AuthorAge
* 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
* Fix type of shuffle resulted from shuffle merge.Serge Pavlov2014-05-13
* Fix type of shuffle obtained from reordering with binary operationSerge Pavlov2014-05-12
* Fix reordering of shuffles and binary operationsSerge Pavlov2014-05-12
* Reorder shuffle and binary operation.Serge Pavlov2014-05-11
* [InstCombine] Some cleanup in optimization of redundant insertvalue instructi...Michael Zolotukhin2014-05-08
* [InstCombine] Add optimization of redundant insertvalue instructions.Michael Zolotukhin2014-05-07
* Fold strlen(expr ? "str1" : "str2") to x ? len1 : len2. This fires about 330 ...Nick Lewycky2014-05-02
* IR: Conservatively verify inalloca argumentsDavid Majnemer2014-04-30
* Also handle ConstantAggregateZero when optimizing vpermilvar*.Rafael Espindola2014-04-29
* Two fixes to the vpermilvar optimization.Rafael Espindola2014-04-29
* InstCombine: don't drop 'inalloca' in PromoteCastOfAllocation (PR19569)Hans Wennborg2014-04-28
* [InstCombine][X86] Teach how to fold calls to SSE2/AVX2 packed logical shiftAndrea Di Biagio2014-04-26
* [InstCombine][x86] Constant fold psll intrinsics.Michael J. Spencer2014-04-24