Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Analysis / BranchProbabilityInfo.h
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...