| Commit message (Expand) | Author | Age | Files | Lines |
| * | [BranchProbability] Delete a redundant overflow check | Fangrui Song | 2019-06-15 | 1 | -4/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -1/+1 |
| * | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -1/+1 |
| * | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -0/+2 |
| * | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -1/+1 |
| * | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou | 2015-12-01 | 1 | -2/+18 |
| * | Revert r254348: "Replace all weight-based interfaces in MBB with probability-... | Hans Wennborg | 2015-12-01 | 1 | -18/+2 |
| * | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou | 2015-12-01 | 1 | -2/+18 |
| * | [BranchProbability] Manually round the floating point output. | Benjamin Kramer | 2015-09-26 | 1 | -28/+7 |
| * | Use fixed-point representation for BranchProbability. | Cong Hou | 2015-09-25 | 1 | -5/+51 |
| * | BranchProb: Simplify printing code | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -10/+4 |
| * | Support: remove unnecessary namespace | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -5/+1 |
| * | Support: Add BranchProbability::scale() and ::scaleByInverse() | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -0/+47 |
| * | Print branch probabilities as percentages. | Benjamin Kramer | 2011-10-23 | 1 | -3/+3 |
| * | Add compare operators to BranchProbability and use it to determine if an edge... | Benjamin Kramer | 2011-10-23 | 1 | -7/+0 |
| * | BranchProbability::print returns void now. | Jakub Staszak | 2011-07-25 | 1 | -2/+1 |
| * | Branch profiling: floating-point avoidance. | Andrew Trick | 2011-06-11 | 1 | -0/+44 |