[PM/AA] Run clang-format over the SCEV-AA code to normalize the
[oota-llvm.git] / include / llvm / Analysis / BranchProbabilityInfo.h
2015-07-16 Cong HouAdd new constructors for LoopInfo/DominatorTree/BFI/BPI
2015-07-15 Cong HouRemove a private member of BranchProbabilityInfo which...
2015-07-15 Cong HouCreate a wrapper pass for BranchProbabilityInfo.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-28 Pete CooperAdd BranchProbabilityInfo::releaseMemory to clear the...
2014-12-01 Akira Hatanaka[stack protector] Set edge weights for newly created...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-14 Michael Gottesman[block-freq] Teach branch probability how to return...
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-08-24 Manman RenBranchProb: modify the definition of an edge in BranchP...
2012-08-15 Bill WendlingSet the branch probability of branching to the 'normal...
2011-10-24 Chandler CarruthRemove return heuristics from the static branch probabi...
2011-10-24 Chandler CarruthDoxygen-ify the comments on the public interface for...
2011-10-24 Chandler CarruthSimplify the design of BranchProbabilityInfo by collaps...
2011-10-23 Chandler CarruthTeach the BranchProbabilityInfo pass to print its resul...
2011-07-29 Jakub StaszakAdd more constantness in BranchProbabilityInfo.
2011-07-16 Jakub StaszakRemove "LoopInfo.h" include from BranchProbabilityInfo.h.
2011-06-23 Jakub StaszakCalculate backedge probability correctly.
2011-06-23 Jakub StaszakIntroduce BlockFrequency analysis for BasicBlocks.
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...
2011-06-11 Andrew TrickBranch profiling: floating-point avoidance.
2011-06-04 Andrew TrickNew BranchProbabilityInfo analysis. Patch by Jakub...