[Support] Disable SaturatingMultiply() unit test while investigating
[oota-llvm.git] / unittests / Support / BlockFrequencyTest.cpp
2015-10-12 Cong HouAdd - and -= operators to BlockFrequency using saturati...
2015-09-25 Cong HouUse fixed-point representation for BranchProbability.
2015-02-02 Duncan P. N. Exon... Support: Add missing header to BlockFrequencyTest.cpp...
2014-04-29 Duncan P. N. Exon... Support: More BlockFrequencyTest => BranchProbabilityTest
2014-04-29 Duncan P. N. Exon... Support: BlockFrequencyTest => BranchProbabilityTest
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-11-22 Michael Gottesman[block-freq] Update data in test case to be unsigned...
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 OlesenAdd a division operator to BlockFrequency.
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...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-06-17 Benjamin KramerFor reasons I can't fathom MSVC supports ULL but not...
2011-10-24 Benjamin KramerImplement comparison operators for BranchProbability...
2011-10-23 Benjamin KramerAdd compare operators to BranchProbability and use...
2011-07-27 Jakub StaszakAdd test cases for BlockFrequency.