summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLE] Check for mismatching types between the store and the load earlierAdam Nemet2016-03-241-4/+6
* [LLE] Add missed LoopSimplify dependenceAdam Nemet2016-03-101-0/+3
* [LLE] Add missing check for unit strideAdam Nemet2016-03-091-5/+13
* [LLE] Fix a commentAdam Nemet2016-02-291-3/+3
* [LLE] Fix SingleSource/Benchmarks/Polybench/stencils/jacobi-2d-imper with PollyAdam Nemet2016-02-291-0/+5
* [LoopLoadElim] Don't allow versioning when optForSizeAdam Nemet2016-02-051-2/+9
* [SCEV] Add and use SCEVConstant::getAPInt; NFCISanjoy Das2015-12-171-1/+1
* [LLE] Use the PredicatedScalarEvolution interface to query SCEVs for dependencesSilviu Baranga2015-12-101-16/+15
* Re-commit r255115, with the PredicatedScalarEvolution class moved toSilviu Baranga2015-12-091-3/+4
* Revert r255115 until we figure out how to fix the bot failures.Silviu Baranga2015-12-091-4/+3
* [LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV e...Silviu Baranga2015-12-091-3/+4
* Allow LLE/LD and the loop versioning infrastructure to use SCEV predicatesSilviu Baranga2015-11-091-2/+15
* ADT: Remove last implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-071-1/+1
* Fix unused variable warning from r252017Adam Nemet2015-11-041-3/+2
* LLE 6/6: Add LoopLoadElimination passAdam Nemet2015-11-031-0/+554
OpenPOWER on IntegriCloud