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