aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/LoopCacheAnalysis.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-10[LoopCacheAnalysis]: Add support for negative strideRachel Craik1-2/+35
2019-11-15[LoopCacheAnalysis]: Fix assertion failure during cost computationRachel Craik1-0/+3
2019-11-14Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner1-0/+1
2019-11-10[NFC]: Fix PVS Studio warning in LoopNestAnalysisTsang Whitney W.H1-3/+3
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-08-09Title: Loop Cache AnalysisWhitney Tsang1-0/+625