aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/BlockFrequencyInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-3/+4
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-4/+3
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-21Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith1-2/+6
2014-04-19Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith1-6/+2
2014-04-19Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith1-2/+6
2014-04-19Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith1-6/+2
2014-04-18Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith1-2/+6
2014-04-18Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith1-6/+2
2014-04-18Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith1-2/+6
2014-04-18Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith1-6/+2
2014-04-18blockfreq: Rewrite BlockFrequencyInfoImplDuncan P. N. Exon Smith1-2/+6
2014-04-11blockfreq: Rename BlockFrequencyImpl to BlockFrequencyInfoImplDuncan P. N. Exon Smith1-2/+2
2014-03-25blockfreq: Implement Pass::releaseMemory()Duncan P. N. Exon Smith1-9/+10
2014-03-04[Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth1-1/+1
2013-12-20BlockFrequencyInfo: Readded getEntryFreq.Yuchen Wu1-0/+4
2013-12-14[block-freq] Update BlockFrequencyInfo/MachineBlockFrequencyInfo to use the n...Michael Gottesman1-1/+1
2013-12-14[block-freq] Add the equivalent methods to MachineBlockFrequencyInfo and Bloc...Michael Gottesman1-0/+11
2013-11-14Added BlockFrequencyInfo::view for displaying the block frequency propagation...Michael Gottesman1-0/+103
2013-11-14Fixed 80+ violations.Michael Gottesman1-5/+5
2013-06-25BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer1-5/+0
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-3/+3
2011-12-20Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak1-1/+1
2011-10-19Add pass printing support to BlockFrequencyInfo pass. The implementationChandler Carruth1-0/+4
2011-08-03Add more constantness in BlockFrequencyInfo.Jakub Staszak1-1/+1
2011-07-27Use BlockFrequency instead of uint32_t in BlockFrequencyInfo.Jakub Staszak1-1/+1
2011-07-25Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak1-0/+59