[PM/AA] Move the LibCall AA creation routine declaration to that
[oota-llvm.git] / lib / Support / ScaledNumber.cpp
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-12 Michael IlsemanClean up static analyzer warnings.
2014-12-11 Michael IlsemanSilence static analyzer warnings in LLVMSupport.
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()