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