aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/LazyBranchProbabilityInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-17Require DominatorTree when requiring/preserving LoopInfo in the old pass managerMikael Holmen1-0/+5
2017-06-08[BPI] Don't assume that strcmp returning >0 is more likely than <0John Brawn1-1/+7
2016-07-28[BPI] Add new LazyBPI analysisAdam Nemet1-0/+63