Commit History

Author SHA1 Message Date
  Serge Guelton cb39a85070 Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...> 6 years ago
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Galina Kistanova 971abf1576 Cosmetic. Added braces to address gcc warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]. 8 years ago
  Diego Novillo 3c178d82ce Fix infinite recursion in ScaledNumber::toInt. 10 years ago
  Diego Novillo 156f9e8a04 Fix private constructor for ScaledNumber. 10 years ago
  Diego Novillo dfac1e6730 Fix typo in comment. NFC. 10 years ago
  Chandler Carruth 1b279144ec [cleanup] Re-sort all the #include lines in LLVM using 10 years ago
  Benjamin Kramer 58d452b75a Remove unused typedef. GCC warns about this. 11 years ago
  Duncan P. N. Exon Smith 8e52bcc591 Support: Return ScaledNumbers::MaxScale from getQuotient() 11 years ago
  Duncan P. N. Exon Smith 558b7725b7 Support: Extract ScaledNumbers::getSum() and getDifference() 11 years ago
  Duncan P. N. Exon Smith 465f06cfa6 Support: Return scale from ScaledNumbers::matchScales() 11 years ago
  Duncan P. N. Exon Smith 0da818cdbb Support: Extract ScaledNumbers::matchScale() 11 years ago
  Duncan P. N. Exon Smith dd15ed8a83 Cleanup r211507 11 years ago
  Duncan P. N. Exon Smith 18a301e578 Support: Extract ScaledNumbers::compare() 11 years ago
  Duncan P. N. Exon Smith fb7b9a7522 Support: ScaledNumber: Fix inconsistent test names 11 years ago
  Duncan P. N. Exon Smith 6f5fa4a363 Support: Write ScaledNumbers::getLg{,Floor,Ceiling}() 11 years ago
  Duncan P. N. Exon Smith 67291098a6 Support: Write ScaledNumber::getQuotient() and getProduct() 11 years ago
  Duncan P. N. Exon Smith 2d3fb0a171 Support: Mark end of namespaces 11 years ago
  Duncan P. N. Exon Smith af08b8b820 Support: Clean up getRounded() tests 11 years ago
  Duncan P. N. Exon Smith 5cf39383da Support: Write ScaledNumbers::getAdjusted() 11 years ago
  Duncan P. N. Exon Smith 16e592a6fe Support: Write ScaledNumbers::getRounded() 11 years ago