Support: Add a utility to remap std{in,out,err} to /dev/null if closed
[oota-llvm.git] / lib / Support / ScaledNumber.cpp
2014-08-20 Alexey SamsonovFix undefined behavior (left shift by 64 bits) in Scale...
2014-06-24 Duncan P. N. Exon... Support: Move class ScaledNumber
2014-06-23 Duncan P. N. Exon... Support: Extract ScaledNumbers::compare()
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumber::getQuotient() and getProduct()