1. e7cfcbd Cosmetic. Added braces to address gcc warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]. by Galina Kistanova · 8 years ago
  2. a7b5c5b Fix infinite recursion in ScaledNumber::toInt. by Diego Novillo · 10 years ago
  3. 95c93fc Fix private constructor for ScaledNumber. by Diego Novillo · 10 years ago
  4. e1133e3 Fix typo in comment. NFC. by Diego Novillo · 10 years ago
  5. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  6. f2c4baf Remove unused typedef. GCC warns about this. by Benjamin Kramer · 11 years ago
  7. 7ef44be Support: Return ScaledNumbers::MaxScale from getQuotient() by Duncan P. N. Exon Smith · 11 years ago
  8. eceabc1 Support: Extract ScaledNumbers::getSum() and getDifference() by Duncan P. N. Exon Smith · 11 years ago
  9. 68a5ef1 Support: Return scale from ScaledNumbers::matchScales() by Duncan P. N. Exon Smith · 11 years ago
  10. aa908fc Support: Extract ScaledNumbers::matchScale() by Duncan P. N. Exon Smith · 11 years ago
  11. 820c3ab Cleanup r211507 by Duncan P. N. Exon Smith · 11 years ago
  12. 0067ff4 Support: Extract ScaledNumbers::compare() by Duncan P. N. Exon Smith · 11 years ago
  13. 03c2bfc Support: ScaledNumber: Fix inconsistent test names by Duncan P. N. Exon Smith · 11 years ago
  14. 818a817 Support: Write ScaledNumbers::getLg{,Floor,Ceiling}() by Duncan P. N. Exon Smith · 11 years ago
  15. 411840d Support: Write ScaledNumber::getQuotient() and getProduct() by Duncan P. N. Exon Smith · 11 years ago
  16. d4ea631 Support: Mark end of namespaces by Duncan P. N. Exon Smith · 11 years ago
  17. 2800a37 Support: Clean up getRounded() tests by Duncan P. N. Exon Smith · 11 years ago
  18. e9e44cd Support: Write ScaledNumbers::getAdjusted() by Duncan P. N. Exon Smith · 11 years ago
  19. 9c62dd5 Support: Write ScaledNumbers::getRounded() by Duncan P. N. Exon Smith · 11 years ago