Unbreak the build.
[oota-llvm.git] / lib / Analysis / BranchProbabilityInfo.cpp
2011-07-16 Jakub StaszakRemove "LoopInfo.h" include from BranchProbabilityInfo.h.
2011-07-15 Jakub StaszakFix pointer heuristic. Check whether predicator is...
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-13 Benjamin KramerMove class into an anonymous namespace.
2011-06-11 Andrew TrickBranch profiling: floating-point avoidance.
2011-06-04 Nick LewyckyFold assert-only-used variable into the assert.
2011-06-04 Andrew TrickMissing include of climits in the new BranchProbability...
2011-06-04 Andrew TrickNew BranchProbabilityInfo analysis. Patch by Jakub...