Delete a dead member. Dunno if this was ever used, but the current code
[oota-llvm.git] / lib / Analysis / BranchProbabilityInfo.cpp
2011-10-16 Chandler CarruthDelete a dead member. Dunno if this was ever used,...
2011-09-04 Benjamin KramerUse canonical forms for the branch probability zero...
2011-08-01 Jakub StaszakChange SmallVector to SmallPtrSet in BranchProbabilityI...
2011-07-31 Jakub StaszakDo not handle cases with >= and <= predicates.
2011-07-31 Jakub StaszakRemove untrue comment.
2011-07-31 Jakub StaszakDo not handle case where LHS is equal to zero, because...
2011-07-31 Jakub StaszakAdd Zero Heurestics to BranchProbabilityInfo. If we...
2011-07-29 Jakub StaszakAdd more constantness in BranchProbabilityInfo.
2011-07-29 Jakub StaszakRemove incEdgeWeight and decEdgeWeight. Set edge weight...
2011-07-28 Jakub StaszakChange LBH_TAKEN_WEIGHT to 124 (from 128). Right now...
2011-07-28 Jakub StaszakHeuristics are in descending priority now. If we use...
2011-07-28 Jakub StaszakAdd InEdges (edges from header to the loop) in Loop...
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...