Remove "LoopInfo.h" include from BranchProbabilityInfo.h.
[oota-llvm.git] / include / llvm / Analysis / BranchProbabilityInfo.h
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...