aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/BranchProbabilityInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+7
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-241-0/+4
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-2/+2
* BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren2012-08-241-10/+28
* Set the branch probability of branching to the 'normal' destination of an invokeBill Wendling2012-08-151-0/+1
* Remove return heuristics from the static branch probabilities, andChandler Carruth2011-10-241-1/+5
* Doxygen-ify the comments on the public interface for BPI. Also, move theChandler Carruth2011-10-241-18/+47
* Simplify the design of BranchProbabilityInfo by collapsing it intoChandler Carruth2011-10-241-20/+30
* Teach the BranchProbabilityInfo pass to print its results, and use thatChandler Carruth2011-10-231-3/+6
* Add more constantness in BranchProbabilityInfo.Jakub Staszak2011-07-291-6/+8
* Remove "LoopInfo.h" include from BranchProbabilityInfo.h.Jakub Staszak2011-07-161-5/+3
* Calculate backedge probability correctly.Jakub Staszak2011-06-231-10/+0
* Introduce BlockFrequency analysis for BasicBlocks.Jakub Staszak2011-06-231-0/+10
* Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak2011-06-161-0/+5
* Branch profiling: floating-point avoidance.Andrew Trick2011-06-111-8/+18
* New BranchProbabilityInfo analysis. Patch by Jakub Staszak!Andrew Trick2011-06-041-0/+68