Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SupportTest: Fix test names harder | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -2/+2 |
| | | | | | | r207552, r207553 and r207554 all had bad test names. llvm-svn: 207560 | ||||
* | Support: More BlockFrequencyTest => BranchProbabilityTest | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -0/+29 |
| | | | | llvm-svn: 207554 | ||||
* | Support: Fix test name | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -1/+1 |
| | | | | llvm-svn: 207553 | ||||
* | Support: BlockFrequencyTest => BranchProbabilityTest | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -0/+95 |
| | | | | | | | Move a detailed test of `BranchProbability::scale()` from `BlockFrequencyTest` over to `BranchProbabilityTest`. llvm-svn: 207552 | ||||
* | Support: Add BranchProbability::scale() and ::scaleByInverse() | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -0/+68 |
| | | | | | | | Add API to `BranchProbability` for scaling big integers. Next job is to rip the logic out of `BlockMass` and `BlockFrequency`. llvm-svn: 207544 | ||||
* | Support: Add unit tests for BranchProbability | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -0/+90 |
llvm-svn: 207540 |