aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/APFloat.cpp
Commit message (Expand)AuthorAgeFilesLines
* Compensate for partCount change in Bogus definitionDale Johannesen2007-09-121-1/+1
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-111-15/+149
* Fix mod so it actually works. Fix conversions toDale Johannesen2007-09-051-9/+33
* Oops, should be part of 41664; won't work very well without this piece.Dale Johannesen2007-08-311-0/+38
* Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen2007-08-311-77/+76
* Change LegalFPImmediates to use APFloat.Dale Johannesen2007-08-301-1/+1
* Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual.Dale Johannesen2007-08-241-1/+1
* Revised per review feedback from previous patch.Dale Johannesen2007-08-241-36/+15
* silence some warnings in an optimized build.Chris Lattner2007-08-241-11/+8
* Change internal representation of ConstantFP to use APFloat.Dale Johannesen2007-08-241-1/+187
* initial checkin of Neil's APFloat work.Chris Lattner2007-08-201-0/+1488