1. 315df0d softfloat: add float{32,64}_is_zero_or_normal by Emilio G. Cota · 7 years ago
  2. 588e6df softfloat: add float{32,64}_is_{de,}normal by Emilio G. Cota · 7 years ago
  3. 7370981 softfloat: Don't execute divdeu without power7 by Richard Henderson · 6 years ago
  4. 27ae510 softfloat: Specialize udiv_qrnnd for ppc64 by Richard Henderson · 6 years ago
  5. 739df33 softfloat: Specialize udiv_qrnnd for s390x by Richard Henderson · 6 years ago
  6. b299e88 softfloat: Specialize udiv_qrnnd for x86_64 by Richard Henderson · 6 years ago
  7. 5dfbc9e softfloat: Fix division by Richard Henderson · 6 years ago
  8. 0019d5c softfloat: Replace countLeadingZeros32/64 with clz32/64 by Thomas Huth · 6 years ago
  9. c953da8 softfloat: remove float64_trunc_to_int by Emilio G. Cota · 6 years ago
  10. 2f6c74b softfloat: Add scaling float-to-int routines by Richard Henderson · 7 years ago
  11. 2abdfe2 softfloat: Add scaling int-to-float routines by Richard Henderson · 7 years ago
  12. 03385df fpu/softfloat: Specialize on snan_bit_is_one by Richard Henderson · 7 years ago
  13. 5240a30 fpu/softfloat: Remove floatX_maybe_silence_nan by Richard Henderson · 7 years ago
  14. 6fed16b fpu/softfloat: re-factor float to float conversions by Alex Bennée · 7 years ago
  15. d619bb9 fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nan by Richard Henderson · 7 years ago
  16. 0f605c8 softfloat: use floatx80_infinity in softfloat by Laurent Vivier · 7 years ago
  17. 88857ac softfloat: export some functions by Laurent Vivier · 7 years ago
  18. 026e2d6 arm/translate-a64: add FP16 FR[ECP/SQRT]S to simd_three_reg_same_fp16 by Alex Bennée · 7 years ago
  19. c13bb2d fpu/softfloat: re-factor sqrt by Alex Bennée · 7 years ago
  20. 0c4c909 fpu/softfloat: re-factor compare by Alex Bennée · 7 years ago
  21. 8936006 fpu/softfloat: re-factor minmax by Alex Bennée · 7 years ago
  22. 0bfc9f1 fpu/softfloat: re-factor scalbn by Alex Bennée · 7 years ago
  23. c02e1fb fpu/softfloat: re-factor int/uint to float by Alex Bennée · 7 years ago
  24. ab52f97 fpu/softfloat: re-factor float to int/uint by Alex Bennée · 7 years ago
  25. dbe4d53 fpu/softfloat: re-factor round_to_int by Alex Bennée · 7 years ago
  26. d446830 fpu/softfloat: re-factor muladd by Alex Bennée · 7 years ago
  27. cf07323 fpu/softfloat: re-factor div by Alex Bennée · 7 years ago
  28. 74d707e fpu/softfloat: re-factor mul by Alex Bennée · 7 years ago
  29. 6fff216 fpu/softfloat: re-factor add/sub by Alex Bennée · 7 years ago
  30. efd4829 include/fpu/softfloat: add some float16 constants by Alex Bennée · 7 years ago
  31. 78b5a3e include/fpu/softfloat: implement float16_set_sign helper by Alex Bennée · 7 years ago
  32. 5f10aef include/fpu/softfloat: implement float16_chs helper by Alex Bennée · 7 years ago
  33. 2813677 include/fpu/softfloat: implement float16_abs helper by Alex Bennée · 8 years ago
  34. 24f91e8 target/*/cpu.h: remove softfloat.h by Alex Bennée · 7 years ago
  35. cfd88fc fpu/softfloat-types: new header to prevent excessive re-builds by Alex Bennée · 7 years ago
  36. a9579ff include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPES by Alex Bennée · 7 years ago
  37. 210cbd4 fpu/softfloat: implement float16_squash_input_denormal by Alex Bennée · 8 years ago
  38. 9193926 configure: Drop ancient Solaris 9 and earlier support by Peter Maydell · 8 years ago
  39. 0f72129 softfloat: define floatx80_round() by Laurent Vivier · 8 years ago
  40. fd42503 softfloat: Add float128_to_uint32_round_to_zero() by Bharata B Rao · 8 years ago
  41. 2e6d856 softfloat: Add float128_to_uint64_round_to_zero() by Bharata B Rao · 8 years ago
  42. 9ee6f67 softfloat: Add round-to-odd rounding mode by Bharata B Rao · 8 years ago
  43. f566c04 target-ppc: Add xscvdphp, xscvhpdp by Bharata B Rao · 8 years ago
  44. d1eb8f2 fpu: add mechanism to check for invalid long double formats by Andrew Dutcher · 9 years ago
  45. dfd6076 softfloat: Fix warn about implicit conversion from int to int8_t by Pranith Kumar · 9 years ago
  46. 175de52 Clean up decorations and whitespace around header guards by Markus Armbruster · 9 years ago
  47. af39bc8 softfloat: Implement run-time-configurable meaning of signaling NaN bit by Aleksandar Markovic · 9 years ago
  48. 90ce6e2 include: Clean up includes by Peter Maydell · 9 years ago
  49. 0bb721d fpu: Remove use of int_fast16_t in conversions to int16 by Peter Maydell · 9 years ago
  50. d341d9f fpu: Replace uint8 typedef with uint8_t by Peter Maydell · 9 years ago
  51. 8f506c7 fpu: Replace int8 typedef with int8_t by Peter Maydell · 9 years ago
  52. 3a87d00 fpu: Replace uint32 typedef with uint32_t by Peter Maydell · 9 years ago
  53. f401451 fpu: Replace int32 typedef with int32_t by Peter Maydell · 9 years ago
  54. 182f42f fpu: Replace uint64 typedef with uint64_t by Peter Maydell · 9 years ago
  55. f42c222 fpu: Replace int64 typedef with int64_t by Peter Maydell · 9 years ago
  56. a2f2d28 softfloat: expand out STATUS macro by Peter Maydell · 10 years ago
  57. ff32e16 softfloat: expand out STATUS_VAR by Peter Maydell · 10 years ago
  58. e5a41ff softfloat: Expand out the STATUS_PARAM macro by Peter Maydell · 10 years ago
  59. 16017c4 softfloat: Clarify license status by Peter Maydell · 10 years ago
  60. 6bb8e0f softfloat: Revert and reimplement remaining portions of 75d62a5856 and 3430b0be36f by Peter Maydell · 10 years ago
  61. a7d1ac7 softfloat: Apply patch corresponding to rebasing to softfloat-2a by Peter Maydell · 10 years ago
  62. 2d31e06 softfloat: add functions corresponding to IEEE-2008 min/maxNumMag by Leon Alrae · 11 years ago
  63. a49db98 fpu: softfloat: drop INLINE macro by Luiz Capitulino · 11 years ago
  64. a13d448 softfloat: Introduce float32_to_uint64_round_to_zero by Tom Musta · 11 years ago
  65. 7baeabc softfloat: export squash_input_denormal functions by Alex Bennée · 11 years ago
  66. 67d4353 softfloat: Support halving the result of muladd operation by Peter Maydell · 11 years ago
  67. f9288a7 softfloat: Add support for ties-away rounding by Peter Maydell · 11 years ago
  68. 14c9a07 softfloat: Add float16 <=> float64 conversion functions by Peter Maydell · 11 years ago
  69. 879d096 softfloat: Provide complete set of accessors for fp state by Peter Maydell · 11 years ago
  70. 2f18bbf softfloat: Add float32_to_uint64() by Tom Musta · 11 years ago
  71. c4850f9 softfloat: Make the int-to-float functions take exact-width types by Peter Maydell · 11 years ago
  72. 8afbdab softfloat: Add 16 bit integer to float conversions by Peter Maydell · 11 years ago
  73. f581bf5 softfloat: Add float to 16bit integer conversions. by Will Newton · 11 years ago
  74. e17ab31 softfloat: Add minNum() and maxNum() functions to softfloat. by Will Newton · 11 years ago
  75. 1e397ea softfloat: Implement uint64_to_float128 by Richard Henderson · 12 years ago
  76. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago