summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
...
* Added functions cross-reference test.Stepan Dyatkovskiy2014-06-09
* [SeparateConstOffsetFromGEP] inbounds zext => sext for better splittingJingyue Wu2014-06-08
* [SeparateConstOffsetFromGEP] make two tests more strictJingyue Wu2014-06-08
* Revert 209903 and 210040.Rafael Espindola2014-06-07
* InstCombine: Canonicalize addrspacecast between different element typesJingyue Wu2014-06-06
* Fix typo in a test from r210342.Michael Zolotukhin2014-06-06
* [SLP] Enable vectorization of GEP expressions.Michael Zolotukhin2014-06-06
* Added select flavour for ABS and NEG(ABS)Dinesh Dwivedi2014-06-06
* Fix PR19657 (scalar loads not combined into vector load)Karthik Bhat2014-06-06
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-06
* Fixed several correctness issues in SeparateConstOffsetFromGEPJingyue Wu2014-06-05
* Add a testcase where there is an overflow when combining two constants.Rafael Espindola2014-06-05
* Fix coverage for files with global constructors again. Adds a testcase to the...Nick Lewycky2014-06-05
* Use AArch64 instead of now removed ARM64 in test configsAlexey Samsonov2014-06-05
* InstCombine: Improvement to check if signed addition overflows.Rafael Espindola2014-06-04
* Ignore line numbers on debug intrinsics. Add an assert to ensure that we aren...Nick Lewycky2014-06-03
* 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
* [Reassociate] Similar to "X + -X" -> "0", added code to handle "X + ~X" -> "-1".Benjamin Kramer2014-05-31
* Make bitcast, extractelement, and insertelement considered cheap for speculat...Matt Arsenault2014-05-30
* PR19753: Optimize comparisons with "ashr exact" of a constanst.Rafael Espindola2014-05-30
* ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover2014-05-30
* Allow vectorization of intrinsics such as powi,cttz and ctlz in Loop and SLP ...Karthik Bhat2014-05-30
* When analyzing params/args for readnone/readonly, don't forget to consider th...Nick Lewycky2014-05-30
* LoopVectorizer: Add a check that the backedge taken count + 1 does not overflowArnold Schwaighofer2014-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
* LCSSA should be performed on the outermost affected loop while unrolling loop.Dinesh Dwivedi2014-05-29
* Add LoadCombine pass.Michael J. Spencer2014-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
* No need for those tests to go thru llvm-as and/or llvm-dis.Arnaud A. de Grandmaison2014-05-27
* Fixed a test in r209670Jingyue Wu2014-05-27
* Distribute sext/zext to the operands of and/or/xorJingyue Wu2014-05-27
* 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
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-24
* Implement sext(C1 + C2*X) --> sext(C1) + sext(C2*X) andMichael Zolotukhin2014-05-24
* Fix broken FileCheck prefixesNico Rieck2014-05-23
* Add the extracted constant offset using GEPJingyue Wu2014-05-23