summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/BranchProbabilityTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Recommit r250345, it was reverted in r250366 to investigate a bot failure.Manman Ren2015-10-151-0/+41
* Temporarily revert r250345 to sort out bot failure.Manman Ren2015-10-151-41/+0
* Update the branch weight metadata in JumpThreading pass.Cong Hou2015-10-141-0/+41
* Use fixed-point representation for BranchProbability.Cong Hou2015-09-251-79/+87
* Pass BranchProbability/BlockMass by value instead of const& as they are small...Cong Hou2015-09-101-1/+1
* SupportTest: Fix test names harderDuncan P. N. Exon Smith2014-04-291-2/+2
* Support: More BlockFrequencyTest => BranchProbabilityTestDuncan P. N. Exon Smith2014-04-291-0/+29
* Support: Fix test nameDuncan P. N. Exon Smith2014-04-291-1/+1
* Support: BlockFrequencyTest => BranchProbabilityTestDuncan P. N. Exon Smith2014-04-291-0/+95
* Support: Add BranchProbability::scale() and ::scaleByInverse()Duncan P. N. Exon Smith2014-04-291-0/+68
* Support: Add unit tests for BranchProbabilityDuncan P. N. Exon Smith2014-04-291-0/+90
OpenPOWER on IntegriCloud