aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineBranchProbabilityInfo.h
AgeCommit message (Expand)Author
2013-03-20Remove blank line before block comment.Eric Christopher
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-08-20Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen
2012-08-08Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."Jakob Stoklund Olesen
2012-08-08Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen
2011-12-20Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-11-14Under the hood, MBPI is doing a linear scan of every successor everyChandler Carruth
2011-11-14Reuse the logic in getEdgeProbability within getHotSucc in order toChandler Carruth
2011-11-14Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied onChandler Carruth
2011-11-14Add a cautionary note to this API. It was not at all obvious to me howChandler Carruth
2011-07-10- Make BranchProbability constructor public.Jakub Staszak
2011-06-16Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak