Revert "[Windows] Simplify assertion code. NFC."
[oota-llvm.git] / lib / Support / BranchProbability.cpp
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-12-01 Hans WennborgRevert r254348: "Replace all weight-based interfaces...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-09-26 Benjamin Kramer[BranchProbability] Manually round the floating point...
2015-09-25 Cong HouUse fixed-point representation for BranchProbability.
2014-04-29 Duncan P. N. Exon... BranchProb: Simplify printing code
2014-04-29 Duncan P. N. Exon... Support: remove unnecessary namespace
2014-04-29 Duncan P. N. Exon... Support: Add BranchProbability::scale() and ::scaleByIn...
2011-10-23 Benjamin KramerPrint branch probabilities as percentages.
2011-10-23 Benjamin KramerAdd compare operators to BranchProbability and use...
2011-07-25 Jakub StaszakBranchProbability::print returns void now.
2011-06-11 Andrew TrickBranch profiling: floating-point avoidance.