summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineBlockFrequencyInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed MSVC unresolved symbol error due to an incorrectly declared externSimon Pilgrim2016-06-281-1/+1
* [BFI/MBFI]: cfg graph view with color scheme Xinliang David Li2016-06-281-1/+9
* [BFI]: enhance BFI graph dumpXinliang David Li2016-06-281-4/+3
* [BFI]: graph viewer code refactoring Xinliang David Li2016-06-281-47/+11
* [BFI]: code cleanup Xinliang David Li2016-06-281-4/+9
* [MBFI]: Add a new suboption for graph viewerXinliang David Li2016-06-221-3/+19
* [MBFI]: show branch probability in DOT graphXinliang David Li2016-06-221-0/+18
* Add an option to enable MBFI dot viewer for a given functionXinliang David Li2016-06-221-1/+6
* Clang format change /NFCXinliang David Li2016-06-211-35/+27
* CodeGen: Avoid ilist iterator implicit conversions in a few more places, NFCDuncan P. N. Exon Smith2015-10-091-1/+1
* Rename doFunction() in BFI to calculate() and change its parameters from poin...Cong Hou2015-07-151-1/+1
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-3/+4
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-4/+3
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-211-3/+9
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-191-9/+3
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-191-3/+9
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith2014-04-191-9/+3
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith2014-04-181-3/+9
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith2014-04-181-9/+3
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-181-3/+9
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-181-9/+3
* blockfreq: Rewrite BlockFrequencyInfoImplDuncan P. N. Exon Smith2014-04-181-3/+9
* blockfreq: Rename BlockFrequencyImpl to BlockFrequencyInfoImplDuncan P. N. Exon Smith2014-04-111-2/+2
* blockfreq: Implement Pass::releaseMemory()Duncan P. N. Exon Smith2014-03-251-10/+10
* blockfreq: Use const in MachineBlockFrequencyInfoDuncan P. N. Exon Smith2014-03-251-1/+1
* [block-freq] Rename getEntryFrequency() -> getEntryFreq() to match getBlockFr...Michael Gottesman2013-12-141-2/+2
* [block-freq] Update BlockFrequencyInfo/MachineBlockFrequencyInfo to use the n...Michael Gottesman2013-12-141-1/+1
* [block-freq] Add the equivalent methods to MachineBlockFrequencyInfo and Bloc...Michael Gottesman2013-12-141-0/+16
* Fixed various whitespace/spelling/80+ issues.Michael Gottesman2013-12-031-9/+16
* Added MachineBlockFrequencyInfo::view for displaying the block frequency prop...Michael Gottesman2013-12-031-0/+107
* BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer2013-06-251-5/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak2011-12-201-1/+1
* Add more constantness in BlockFrequencyInfo.Jakub Staszak2011-08-031-1/+2
* Use BlockFrequency instead of uint32_t in BlockFrequencyInfo.Jakub Staszak2011-07-271-1/+1
* Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak2011-07-251-0/+60
OpenPOWER on IntegriCloud