LazyValueInfo: range'ify some for-loops. No functional change.
[oota-llvm.git] / lib / Analysis / BlockFrequencyInfo.cpp
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-18 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl...
2014-04-18 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-18 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Duncan P. N. Exon... blockfreq: Rewrite BlockFrequencyInfoImpl
2014-04-11 Duncan P. N. Exon... blockfreq: Rename BlockFrequencyImpl to BlockFrequencyI...
2014-03-25 Duncan P. N. Exon... blockfreq: Implement Pass::releaseMemory()
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2013-12-20 Yuchen WuBlockFrequencyInfo: Readded getEntryFreq.
2013-12-14 Michael Gottesman[block-freq] Update BlockFrequencyInfo/MachineBlockFreq...
2013-12-14 Michael Gottesman[block-freq] Add the equivalent methods to MachineBlock...
2013-11-14 Michael GottesmanAdded BlockFrequencyInfo::view for displaying the block...
2013-11-14 Michael GottesmanFixed 80+ violations.
2013-06-25 Benjamin KramerBlockFrequency: Bump up the entry frequency a bit.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2011-12-20 Jakub StaszakAdd some constantness to BranchProbabilityInfo and...
2011-10-19 Chandler CarruthAdd pass printing support to BlockFrequencyInfo pass...
2011-08-03 Jakub StaszakAdd more constantness in BlockFrequencyInfo.
2011-07-27 Jakub StaszakUse BlockFrequency instead of uint32_t in BlockFrequenc...
2011-07-25 Jakub StaszakRename BlockFrequency to BlockFrequencyInfo and Machine...