1. cc23359 Prior commit updated wrong if, apologies. by Neil Booth · 18 years ago
  2. a89e45f Handle zero correctly. by Neil Booth · 18 years ago
  3. db1e302 Handle 0 correctly in string->APFloat conversion. by Dale Johannesen · 18 years ago
  4. d0763b9 Fix denormal check in float->APInt conversion. PR 1804. by Dale Johannesen · 18 years ago
  5. e3d936a Remove some unnecessary C-style statics. by Neil Booth · 18 years ago
  6. 43a4b28 Add back line whose removal somehow crept into prior patch by Neil Booth · 18 years ago
  7. ee7ae38 When converting to integer, do bit manipulations in the destination by Neil Booth · 18 years ago
  8. 8df77a9 Clarified operator precedence. Silenced VC++ warning. by Hartmut Kaiser · 18 years ago
  9. 686700e Fast-track obviously over-large and over-small exponents during decimal-> by Neil Booth · 18 years ago
  10. e5e0194 Consolidate logic for creating NaNs. Silence compiler warning. by Neil Booth · 18 years ago
  11. caf19d7 Whether arithmetic is supported is a property of the semantics. Make it by Neil Booth · 18 years ago
  12. 1870f29 Separate out parsing of decimal number. Use this to only allocate by Neil Booth · 18 years ago
  13. d1a23d5 If the power of 5 is exact, and the reciprocal exact, the error is zero not one half-ulps. This prevents an infinite loop in rare cases. by Neil Booth · 18 years ago
  14. 6ac7016 Remove duplicate comment. by Neil Booth · 18 years ago
  15. 96c7471 Implement correctly-rounded decimal->binary conversion, i.e. conversion by Neil Booth · 18 years ago
  16. 5b8e0c5 Remove a field that was never used. by Neil Booth · 18 years ago
  17. 7a951ca If we're trying to be arbitrary precision, unsigned char clearly won't cut it. Needed for dec->bin conversions. by Neil Booth · 18 years ago
  18. a471c2e Next PPC long double bits. First cut at constants. by Dale Johannesen · 18 years ago
  19. 5477f85 Use APInt::tcExtract. It's cleaner, and works :) by Neil Booth · 18 years ago
  20. f16c595 Add back convertFromSignExtendedInteger. by Neil Booth · 18 years ago
  21. 7a7bc0f Now that convertFromUnsignedParts has a sane, constant interface, by Neil Booth · 18 years ago
  22. 643ce59 Reimplement convertFromUnsignedInteger so it is passed a const bignum. by Neil Booth · 18 years ago
  23. ccf596a convertFromInteger, as originally written, expected sign-extended by Neil Booth · 18 years ago
  24. 33d4c92 combineLostFractions does not need to be a member function by Neil Booth · 18 years ago
  25. 92f7e8d Cleaner, more general exponent output. by Neil Booth · 18 years ago
  26. a11ef82 silence warnings in no-assert build. by Chris Lattner · 18 years ago
  27. 978661d Generalize tcFullMultiply so that the operands can be of differing by Neil Booth · 18 years ago
  28. a30b0ee Add APFloat -> hexadecimal string conversion, as per %a and %A in C99. by Neil Booth · 18 years ago
  29. b7dea4c Tweak RoundAwayFromZero the bit number below which is truncated, and make by Neil Booth · 18 years ago
  30. cce23a4 Simplify and fix signed int -> FP conversions. by Dale Johannesen · 18 years ago
  31. 4f88170 Whitespace and compiler warning cleanup. by Neil Booth · 18 years ago
  32. 0edc47a Make APFloat->int conversions deterministic even in by Dale Johannesen · 18 years ago
  33. 902ff94 Fix long double<->shorter FP type conversions of zero, infinity, and NaNs. by Dale Johannesen · 18 years ago
  34. c8db43d Handle storage complications of float->float conversions. by Neil Booth · 18 years ago
  35. 910993e Change APFloat::convertFromInteger to take the incoming by Dale Johannesen · 18 years ago
  36. a72a5a0 Fix PR 1688. See comments there. by Dale Johannesen · 18 years ago
  37. cb648f9 Remove spurious consts. This fixes warnings with compilers that by Dan Gohman · 18 years ago
  38. 257500d Compensate for partCount change in Bogus definition by Dale Johannesen · 18 years ago
  39. 3f6eb74 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 18 years ago
  40. 58c2e4c Fix mod so it actually works. Fix conversions to by Dale Johannesen · 18 years ago
  41. e15c2db Oops, should be part of 41664; won't work very well without this piece. by Dale Johannesen · 18 years ago
  42. eaf0894 Enhance APFloat to retain bits of NaNs (fixes oggenc). by Dale Johannesen · 18 years ago
  43. f04afdb Change LegalFPImmediates to use APFloat. by Dale Johannesen · 18 years ago
  44. 12595d7 Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual. by Dale Johannesen · 18 years ago
  45. d3b51fd Revised per review feedback from previous patch. by Dale Johannesen · 18 years ago
  46. ada530b silence some warnings in an optimized build. by Chris Lattner · 18 years ago
  47. 343e770 Change internal representation of ConstantFP to use APFloat. by Dale Johannesen · 18 years ago
  48. b39cdde initial checkin of Neil's APFloat work. by Chris Lattner · 18 years ago