summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/BlockFrequencyInfo.h
Commit message (Expand)AuthorAge
* blockfreq: Remove unnecessary template parametersDuncan P. N. Exon Smith2014-04-11
* blockfreq: Rename BlockFrequencyImpl to BlockFrequencyInfoImplDuncan P. N. Exon Smith2014-04-11
* blockfreq: Implement Pass::releaseMemory()Duncan P. N. Exon Smith2014-03-25
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* BlockFrequencyInfo: Readded getEntryFreq.Yuchen Wu2013-12-20
* [block-freq] Add the equivalent methods to MachineBlockFrequencyInfo and Bloc...Michael Gottesman2013-12-14
* Added BlockFrequencyInfo::view for displaying the block frequency propagation...Michael Gottesman2013-11-14
* Fixed 80+ violation and added C++ to header.Michael Gottesman2013-07-12
* BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer2013-06-25
* Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak2011-12-20
* Add pass printing support to BlockFrequencyInfo pass. The implementationChandler Carruth2011-10-19
* Add more constantness in BlockFrequencyInfo.Jakub Staszak2011-08-03
* Use BlockFrequency instead of uint32_t in BlockFrequencyInfo.Jakub Staszak2011-07-27
* Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak2011-07-25