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