aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/ScaledNumber.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2016-12-14Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann1-1/+1
2016-04-16Remove some unneeded headers and replace some headers with forward class decl...Mehdi Amini1-0/+1
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer1-0/+1
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth1-1/+0
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