aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/BlockFrequencyImpl.h
AgeCommit message (Expand)Author
2013-03-20Add std prefixes to fix the build with xlc.Rafael Espindola
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2011-12-20Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer
2011-08-01Add BlockFrequency::getEntryFrequency()Jakub Staszak
2011-07-28If run with -debug give more information about Cyclic Probability.Jakub Staszak
2011-07-28Fix stupid mistake from commit 136381.Jakub Staszak
2011-07-28Speed up BlockFrequencyInfo a little bit.Jakub Staszak
2011-07-27Use BlockFrequency instead of uint32_t in BlockFrequencyInfo.Jakub Staszak
2011-07-27Edge to itself is backedge as well.Jakub Staszak
2011-07-25Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak
2011-07-22Allow getBlockFreq to return 0.Jakub Staszak
2011-07-16Add MachineBlockFrequency analysis.Jakub Staszak
2011-06-23Calculate backedge probability correctly.Jakub Staszak
2011-06-23Missing files for the BlockFrequency analysis added.Jakub Staszak