aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Scalar/LoopVersioningLICM.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-08Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /NFCXinliang David Li1-4/+4
2016-06-17[LAA] Enable symbolic stride speculation for all LAA clientsAdam Nemet1-1/+1
2016-06-16[LV] Move management of symbolic strides to LAA. NFCIAdam Nemet1-23/+1
2016-06-15[PM] Remove unneded doFinalization() override from LoopVersioningLICM.Davide Italiano1-4/+0
2016-06-09[PM] Port LCSSA to the new PM.Easwaran Raman1-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-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor1-1/+1
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar1-1/+1
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor1-1/+1
2016-04-21[LoopUtils] Move def of findStringMetadataForLoop to LoopUtils.cpp. NFCAdam Nemet1-22/+0
2016-04-21[LoopUtils] Rename {check->find}StringMetadata{Into->For}Loop. NFCAdam Nemet1-4/+4
2016-02-11Fix MSVC 2013 build after rL260504Tamas Berghammer1-1/+1
2016-02-11Fixed typo in comment & coding style for LoopVersioningLICM.Ashutosh Nema1-12/+11
2016-02-06New Loop Versioning LICM PassAshutosh Nema1-0/+620