dwarfdump: Added macro support to llvm-dwarfdump tool.
[oota-llvm.git] / lib / Support / BlockFrequency.cpp
2015-10-12 Cong HouAdd - and -= operators to BlockFrequency using saturati...
2015-10-12 Cong HouTurn const/const& into value type for BlockFrequency...
2015-09-11 Cong HouFixed a bug that BranchProbability is not defined in...
2015-09-10 Cong HouPass BranchProbability/BlockMass by value instead of...
2014-04-29 Duncan P. N. Exon... blockfreq: Defer to BranchProbability::scale() (again)
2013-12-14 Michael Gottesman[block-freq] Add a right shift to BlockFrequency that...
2013-12-14 Michael Gottesman[block-freq] Remove old BlockFrequency entry frequency...
2013-11-17 Michael Gottesman[block-freq] Add BlockFrequency::scale that returns...
2013-06-28 Jakob Stoklund OlesenFix a bad overflow check pointed out by Ben.
2013-06-28 Jakob Stoklund OlesenEliminate an assortment of undefined behavior.
2013-06-28 Jakob Stoklund OlesenStylistic cleanups, no functional change.
2013-06-28 Jakob Stoklund OlesenAdd a division operator to BlockFrequency.
2013-06-25 Jakob Stoklund OlesenPrint block frequencies in decimal form.
2013-06-21 Benjamin KramerRevert "BlockFrequency: Saturate at 1 instead of 0...
2013-06-21 Benjamin KramerBlockFrequency: Saturate at 1 instead of 0 when multipl...
2011-10-27 Benjamin KramerBlockFrequency: Use a smarter overflow check.
2011-07-27 Jakub StaszakOptimize 96-bit division a little bit.
2011-07-27 Jakub StaszakMove static methods to the anonymous namespace.
2011-07-25 Jakub StaszakAdd BlockFrequency class.