Pass BranchProbability/BlockMass by value instead of const& as they are small. NFC.
[oota-llvm.git] / include / llvm / Support / BlockFrequency.h
2015-09-10 Cong HouPass BranchProbability/BlockMass by value instead of...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
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-07-02 Tobias GrosserFix typo in comment
2013-07-01 Jakob Stoklund OlesenRemove floating point computations form SpillPlacement...
2013-06-28 Jakob Stoklund OlesenAdd a division operator to BlockFrequency.
2013-06-25 Benjamin KramerBlockFrequency: Bump up the entry frequency a bit.
2013-06-21 Benjamin KramerReapply documentation changes from r184584.
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-11-04 Eli FriedmanAdd missing includes/class declaration.
2011-08-01 Jakub StaszakAdd BlockFrequency::getEntryFrequency()
2011-07-27 Jakub StaszakMove static methods to the anonymous namespace.
2011-07-25 Jakub StaszakAdd BlockFrequency class.