summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineBranchProbabilityInfo.h
Commit message (Expand)AuthorAge
* Add editor C++ filetype declaration no functionality change.Michael Gottesman2013-08-12
* Remove blank line before block comment.Eric Christopher2013-03-20
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen2012-08-20
* Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."Jakob Stoklund Olesen2012-08-08
* Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen2012-08-08
* Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak2011-12-20
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Under the hood, MBPI is doing a linear scan of every successor everyChandler Carruth2011-11-14
* Reuse the logic in getEdgeProbability within getHotSucc in order toChandler Carruth2011-11-14
* Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied onChandler Carruth2011-11-14
* Add a cautionary note to this API. It was not at all obvious to me howChandler Carruth2011-11-14
* - Make BranchProbability constructor public.Jakub Staszak2011-07-10
* Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak2011-06-16