[PM/AA] Run clang-format over this code to establish a clean baseline
[oota-llvm.git] / include / llvm / Analysis / BlockFrequencyInfo.h
2015-07-16 Cong HouAdd new constructors for LoopInfo/DominatorTree/BFI/BPI
2015-07-14 Wei MiCreate a wrapper pass for BlockFrequencyInfo.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2014-04-11 Duncan P. N. Exon... blockfreq: Remove unnecessary template parameters
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-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-12-20 Yuchen WuBlockFrequencyInfo: Readded getEntryFreq.
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-07-12 Michael GottesmanFixed 80+ violation and added C++ to header.
2013-06-25 Benjamin KramerBlockFrequency: Bump up the entry frequency a bit.
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...