Add APFloat -> hexadecimal string conversion, as per %a and %A in C99.
[oota-llvm.git] / lib / Support / APFloat.cpp
2007-10-03 Neil BoothAdd APFloat -> hexadecimal string conversion, as per...
2007-10-03 Neil BoothTweak RoundAwayFromZero the bit number below which...
2007-09-30 Dale JohannesenSimplify and fix signed int -> FP conversions.
2007-09-26 Neil BoothWhitespace and compiler warning cleanup.
2007-09-25 Dale JohannesenMake APFloat->int conversions deterministic even in
2007-09-25 Dale JohannesenFix long double<->shorter FP type conversions
2007-09-22 Neil BoothHandle storage complications of float->float conversions.
2007-09-21 Dale JohannesenChange APFloat::convertFromInteger to take the incoming
2007-09-20 Dale JohannesenFix PR 1688. See comments there.
2007-09-14 Dan GohmanRemove spurious consts. This fixes warnings with compil...
2007-09-12 Dale JohannesenCompensate for partCount change in Bogus definition
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-05 Dale JohannesenFix mod so it actually works. Fix conversions to
2007-08-31 Dale JohannesenOops, should be part of 41664; won't work very well...
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-08-30 Dale JohannesenChange LegalFPImmediates to use APFloat.
2007-08-24 Dale JohannesenPoison APFloat::operator==. Replace existing uses...
2007-08-24 Dale JohannesenRevised per review feedback from previous patch.
2007-08-24 Chris Lattnersilence some warnings in an optimized build.
2007-08-24 Dale JohannesenChange internal representation of ConstantFP to use...
2007-08-20 Chris Lattnerinitial checkin of Neil's APFloat work.