aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Use the range variant of transform instead of unpacking begin/endDavid Majnemer1-1/+1
2016-08-11Use range algorithms instead of unpacking begin/endDavid Majnemer1-4/+3
2016-07-08Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /NFCXinliang David Li1-3/+3
2016-07-01[PM] refactor LoopAccessInfo code part-2Xinliang David Li1-4/+4
2016-06-28[LLE] Don't hoist conditionally executed loadsAdam Nemet1-0/+11
2016-06-16[LAA] Default getInfo to not speculate symbolic strides. NFCAdam Nemet1-1/+1
2016-06-09Revert r272194 No need for it if loop Analysis Manager is usedXinliang David Li1-1/+1
2016-06-08[PM] Refector LoopAccessInfo analysis code Xinliang David Li1-1/+1
2016-05-10[LAA] Rename "isStridedPtr" with "getPtrStride". NFC.Denis Zobnin1-2/+2
2016-05-02[LLE] Fix typo from r263058Adam Nemet1-1/+1
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor1-0/+3
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar1-3/+0
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor1-0/+3
2016-03-24[LLE] Check for mismatching types between the store and the load earlierAdam Nemet1-4/+6
2016-03-10[LLE] Add missed LoopSimplify dependenceAdam Nemet1-0/+3
2016-03-09[LLE] Add missing check for unit strideAdam Nemet1-5/+13
2016-02-29[LLE] Fix a commentAdam Nemet1-3/+3
2016-02-29[LLE] Fix SingleSource/Benchmarks/Polybench/stencils/jacobi-2d-imper with PollyAdam Nemet1-0/+5
2016-02-05[LoopLoadElim] Don't allow versioning when optForSizeAdam Nemet1-2/+9
2015-12-17[SCEV] Add and use SCEVConstant::getAPInt; NFCISanjoy Das1-1/+1
2015-12-10[LLE] Use the PredicatedScalarEvolution interface to query SCEVs for dependencesSilviu Baranga1-16/+15
2015-12-09Re-commit r255115, with the PredicatedScalarEvolution class moved toSilviu Baranga1-3/+4
2015-12-09Revert r255115 until we figure out how to fix the bot failures.Silviu Baranga1-4/+3
2015-12-09[LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV e...Silviu Baranga1-3/+4
2015-11-09Allow LLE/LD and the loop versioning infrastructure to use SCEV predicatesSilviu Baranga1-2/+15
2015-11-07ADT: Remove last implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-1/+1
2015-11-04Fix unused variable warning from r252017Adam Nemet1-3/+2
2015-11-03LLE 6/6: Add LoopLoadElimination passAdam Nemet1-0/+554