summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/BranchProbabilityTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [BPI] Add multiplication by scalar operators to BranchProbabilitySerguei Katkov2017-04-211-0/+48
* BranchProbabilityTest.cpp: Suppress warnings. [-Wsign-compare]NAKAMURA Takumi2015-12-181-3/+3
* [BranchProbability] Remove the restriction that known and unknown probabiliti...Cong Hou2015-12-171-0/+31
* Replace the unit test of BranchProbability::normalizeEdgeWeights() with Branc...Cong Hou2015-12-151-29/+25
* 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