aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/ScaledNumber.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-12Clean up static analyzer warnings.Michael Ilseman1-2/+1
2014-12-11Silence static analyzer warnings in LLVMSupport.Michael Ilseman1-0/+2
2014-08-20Fix undefined behavior (left shift by 64 bits) in ScaledNumber::toString().Alexey Samsonov1-0/+3
2014-06-24Support: Move class ScaledNumberDuncan P. N. Exon Smith1-0/+187
2014-06-23Support: Extract ScaledNumbers::compare()Duncan P. N. Exon Smith1-0/+13
2014-06-20Support: Write ScaledNumber::getQuotient() and getProduct()Duncan P. N. Exon Smith1-0/+119