| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...> | Serge Guelton | 2019-01-20 | 1 | -0/+3 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Cosmetic. Added braces to address gcc warning: suggest explicit braces to avo... | Galina Kistanova | 2017-05-20 | 1 | -2/+4 |
| * | Fix infinite recursion in ScaledNumber::toInt. | Diego Novillo | 2015-05-01 | 1 | -0/+5 |
| * | Fix private constructor for ScaledNumber. | Diego Novillo | 2015-04-30 | 1 | -0/+24 |
| * | Fix typo in comment. NFC. | Diego Novillo | 2015-04-30 | 1 | -1/+1 |
| * | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+0 |
| * | Remove unused typedef. GCC warns about this. | Benjamin Kramer | 2014-07-01 | 1 | -3/+0 |
| * | Support: Return ScaledNumbers::MaxScale from getQuotient() | Duncan P. N. Exon Smith | 2014-06-24 | 1 | -4/+4 |
| * | Support: Extract ScaledNumbers::getSum() and getDifference() | Duncan P. N. Exon Smith | 2014-06-23 | 1 | -0/+150 |
| * | Support: Return scale from ScaledNumbers::matchScales() | Duncan P. N. Exon Smith | 2014-06-23 | 1 | -1/+1 |
| * | Support: Extract ScaledNumbers::matchScale() | Duncan P. N. Exon Smith | 2014-06-23 | 1 | -0/+64 |
| * | Cleanup r211507 | Duncan P. N. Exon Smith | 2014-06-23 | 1 | -1/+1 |
| * | Support: Extract ScaledNumbers::compare() | Duncan P. N. Exon Smith | 2014-06-23 | 1 | -0/+37 |
| * | Support: ScaledNumber: Fix inconsistent test names | Duncan P. N. Exon Smith | 2014-06-20 | 1 | -6/+6 |
| * | Support: Write ScaledNumbers::getLg{,Floor,Ceiling}() | Duncan P. N. Exon Smith | 2014-06-20 | 1 | -0/+94 |
| * | Support: Write ScaledNumber::getQuotient() and getProduct() | Duncan P. N. Exon Smith | 2014-06-20 | 1 | -0/+112 |
| * | Support: Mark end of namespaces | Duncan P. N. Exon Smith | 2014-06-20 | 1 | -1/+2 |
| * | Support: Clean up getRounded() tests | Duncan P. N. Exon Smith | 2014-06-20 | 1 | -14/+12 |
| * | Support: Write ScaledNumbers::getAdjusted() | Duncan P. N. Exon Smith | 2014-06-20 | 1 | -0/+23 |
| * | Support: Write ScaledNumbers::getRounded() | Duncan P. N. Exon Smith | 2014-06-20 | 1 | -0/+60 |