summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/ScaledNumber.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up static analyzer warnings.Michael Ilseman2014-12-121-2/+1
* Silence static analyzer warnings in LLVMSupport.Michael Ilseman2014-12-111-0/+2
* Fix undefined behavior (left shift by 64 bits) in ScaledNumber::toString().Alexey Samsonov2014-08-201-0/+3
* Support: Move class ScaledNumberDuncan P. N. Exon Smith2014-06-241-0/+187
* Support: Extract ScaledNumbers::compare()Duncan P. N. Exon Smith2014-06-231-0/+13
* Support: Write ScaledNumber::getQuotient() and getProduct()Duncan P. N. Exon Smith2014-06-201-0/+119
OpenPOWER on IntegriCloud