aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-29[LoopDataPrefetch] Centralize the tuning cl::opts under the passAdam Nemet1-4/+35
2016-03-29[LoopDataPrefetch] Make more member functions private, NFC.Adam Nemet1-1/+2
2016-03-18[LoopDataPrefetch] Add TTI to limit the number of iterations to prefetch aheadAdam Nemet1-0/+3
2016-03-18[LoopDataPrefetch/Aarch64] Allow selective prefetching of large-strided accessesAdam Nemet1-0/+25
2016-03-09[LoopDataPrefetch] Add stats and debug outputAdam Nemet1-0/+9
2016-03-07[LoopDataPrefetch] If prefetch distance is not set, skip passAdam Nemet1-2/+5
2016-02-18[PPCLoopDataPrefetch] Move pass to Transforms/Scalar/LoopDataPrefetch. NFCAdam Nemet1-0/+226