summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/BlockFrequencyImpl.h
Commit message (Expand)AuthorAge
* blockfreq: Rename BlockFrequencyImpl to BlockFrequencyInfoImplDuncan P. N. Exon Smith2014-04-11
* Clean up whitespaceDuncan P. N. Exon Smith2014-01-31
* [block-freq] Rename getEntryFrequency() -> getEntryFreq() to match getBlockFr...Michael Gottesman2013-12-14
* [block-freq] Convert BlockFrequencyImpl to use the new printing functionality...Michael Gottesman2013-12-14
* [block-freq] Add a print method on BlockFrequencyImpl for printing block freq...Michael Gottesman2013-12-13
* [block-freq] Begin move of BlockFrequency::EntryFreq -> BlockFrequencyImpl::E...Michael Gottesman2013-12-13
* Add some constantness.Jakub Staszak2013-08-20
* Fixed comment in header of Block Frequency Impl and added text for C++ mode.Michael Gottesman2013-07-12
* Try to unbreak Linux buildbots.Jakob Stoklund Olesen2013-06-28
* Minimize precision loss when computing cyclic probabilities.Jakob Stoklund Olesen2013-06-28
* Merge isReachable into isBackedge.Jakob Stoklund Olesen2013-06-25
* BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer2013-06-25
* 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