aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/APFloat.cpp
AgeCommit message (Expand)Author
2007-09-12Compensate for partCount change in Bogus definitionDale Johannesen
2007-09-11Add APInt interfaces to APFloat (allows directlyDale Johannesen
2007-09-05Fix mod so it actually works. Fix conversions toDale Johannesen
2007-08-31Oops, should be part of 41664; won't work very well without this piece.Dale Johannesen
2007-08-31Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen
2007-08-30Change LegalFPImmediates to use APFloat.Dale Johannesen
2007-08-24Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual.Dale Johannesen
2007-08-24Revised per review feedback from previous patch.Dale Johannesen
2007-08-24silence some warnings in an optimized build.Chris Lattner
2007-08-24Change internal representation of ConstantFP to use APFloat.Dale Johannesen
2007-08-20initial checkin of Neil's APFloat work.Chris Lattner