Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up static analyzer warnings. | Michael Ilseman | 2014-12-12 | 1 | -2/+1 |
* | Silence static analyzer warnings in LLVMSupport. | Michael Ilseman | 2014-12-11 | 1 | -0/+2 |
* | Fix undefined behavior (left shift by 64 bits) in ScaledNumber::toString(). | Alexey Samsonov | 2014-08-20 | 1 | -0/+3 |
* | Support: Move class ScaledNumber | Duncan P. N. Exon Smith | 2014-06-24 | 1 | -0/+187 |
* | Support: Extract ScaledNumbers::compare() | Duncan P. N. Exon Smith | 2014-06-23 | 1 | -0/+13 |
* | Support: Write ScaledNumber::getQuotient() and getProduct() | Duncan P. N. Exon Smith | 2014-06-20 | 1 | -0/+119 |