Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix undefined behavior (left shift by 64 bits) in ScaledNumber::toString(). | Alexey Samsonov | 2014-08-20 | 1 | -0/+3 |
| | | | | | | This bug is reported by UBSan. llvm-svn: 216116 | ||||
* | Support: Move class ScaledNumber | Duncan P. N. Exon Smith | 2014-06-24 | 1 | -0/+187 |
| | | | | | | | | ScaledNumber has been cleaned up enough to pull out of BFI now. Still work to do there (tests for shifting, bloated printing code, etc.), but it seems clean enough for its new home. llvm-svn: 211562 | ||||
* | Support: Extract ScaledNumbers::compare() | Duncan P. N. Exon Smith | 2014-06-23 | 1 | -0/+13 |
| | | | | llvm-svn: 211507 | ||||
* | Support: Write ScaledNumber::getQuotient() and getProduct() | Duncan P. N. Exon Smith | 2014-06-20 | 1 | -0/+119 |
llvm-svn: 211409 |