aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/LoopCacheAnalysis.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-08-06[LoopCacheAnalysis]: handle mismatch type for Numerator and CacheLineSizeZheng Chen1-1/+1
2021-05-26[SCEV] Add a utility for converting from "exit count" to "trip count"Philip Reames1-3/+1
2021-01-22[Analysis] Use llvm::append_range (NFC)Kazu Hirata1-2/+1
2020-09-22[LoopInfo] empty() -> isInnermost(), add isOutermost()Stefanos Baziotis1-1/+1
2020-09-15LoopCacheAnalysis.h - remove unnecessary includes. NFCI.Simon Pilgrim1-4/+8
2020-06-06LoopAnalysisManager.h - reduce includes to forward declarations. NFC.Simon Pilgrim1-0/+1
2020-04-14[ADT/STLExtras.h] - Add llvm::is_sorted wrapper and update callers.Georgii Rymar1-4/+4
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