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