summaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/LazyBranchProbabilityInfo.cpp
AgeCommit message (Expand)Author
2021-05-05Make dependency between certain analysis passes transitive (reapply)Bjorn Pettersson
2021-05-04Revert "Make dependency between certain analysis passes transitive"Bjorn Pettersson
2021-05-04Make dependency between certain analysis passes transitiveBjorn Pettersson
2019-11-13Sink all InitializePasses.h includesReid Kleckner
2019-09-07Change TargetLibraryInfo analysis passes to always require FunctionTeresa Johnson
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-17Require DominatorTree when requiring/preserving LoopInfo in the old pass managerMikael Holmen
2017-06-08[BPI] Don't assume that strcmp returning >0 is more likely than <0John Brawn
2016-07-28[BPI] Add new LazyBPI analysisAdam Nemet