| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [BPI] Add multiplication by scalar operators to BranchProbability | Serguei Katkov | 2017-04-21 | 1 | -0/+48 |
| * | BranchProbabilityTest.cpp: Suppress warnings. [-Wsign-compare] | NAKAMURA Takumi | 2015-12-18 | 1 | -3/+3 |
| * | [BranchProbability] Remove the restriction that known and unknown probabiliti... | Cong Hou | 2015-12-17 | 1 | -0/+31 |
| * | Replace the unit test of BranchProbability::normalizeEdgeWeights() with Branc... | Cong Hou | 2015-12-15 | 1 | -29/+25 |
| * | Recommit r250345, it was reverted in r250366 to investigate a bot failure. | Manman Ren | 2015-10-15 | 1 | -0/+41 |
| * | Temporarily revert r250345 to sort out bot failure. | Manman Ren | 2015-10-15 | 1 | -41/+0 |
| * | Update the branch weight metadata in JumpThreading pass. | Cong Hou | 2015-10-14 | 1 | -0/+41 |
| * | Use fixed-point representation for BranchProbability. | Cong Hou | 2015-09-25 | 1 | -79/+87 |
| * | Pass BranchProbability/BlockMass by value instead of const& as they are small... | Cong Hou | 2015-09-10 | 1 | -1/+1 |
| * | SupportTest: Fix test names harder | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -2/+2 |
| * | Support: More BlockFrequencyTest => BranchProbabilityTest | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -0/+29 |
| * | Support: Fix test name | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -1/+1 |
| * | Support: BlockFrequencyTest => BranchProbabilityTest | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -0/+95 |
| * | Support: Add BranchProbability::scale() and ::scaleByInverse() | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -0/+68 |
| * | Support: Add unit tests for BranchProbability | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -0/+90 |