summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineBlockFrequencyInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Irreducible loop metadata for more accurate block frequency under PGO.Hiroshi Yamauchi2017-11-021-0/+6
* Add options to dump block frequency/branch probability info in text.Hiroshi Yamauchi2017-08-261-0/+13
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-08-241-18/+20
* CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun2017-05-251-3/+3
* include function name in dot filenameXinliang David Li2017-02-151-5/+4
* Add new pass LazyMachineBlockFrequencyInfoAdam Nemet2017-02-141-4/+10
* [PGO] internal option cleanupsXinliang David Li2017-02-021-0/+4
* [PGO] make graph view internal options available for all buildsXinliang David Li2017-02-021-9/+0
* Add support to dump dot graph block layout after MBPXinliang David Li2017-01-291-5/+48
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-3/+1
* s/static inline/static/ for headers I have changed in r279475. NFC.Tim Shen2016-08-311-1/+1
* [GraphTraits] Replace all NodeType usage with NodeRefTim Shen2016-08-221-7/+3
* [GraphTraits] Make nodes_iterator dereference to NodeType*/NodeRefTim Shen2016-08-191-3/+3
* [GraphWriter] Change GraphWriter to use NodeRef in GraphTraitsTim Shen2016-08-171-0/+1
* CodeExtractor : Add ability to preserve profile data.Sean Silva2016-08-021-0/+6
* Revert r277313 and r277314.Sean Silva2016-08-011-6/+0
* CodeExtractor : Add ability to preserve profile data.Sean Silva2016-08-011-0/+6
* 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
OpenPOWER on IntegriCloud