Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some unneeded headers and replace some headers with forward class decl... | Mehdi Amini | 2016-04-16 | 1 | -0/+1 |
* | Purge unused includes throughout libSupport. | Benjamin Kramer | 2015-03-23 | 1 | -0/+1 |
* | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+0 |
* | 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 |