1. feaf2e9 softfloat: Convert modrem operations to FloatParts by Richard Henderson · 3 years, 9 months ago
  2. 8da5f1d softfloat: Introduce Floatx80RoundPrec by Richard Henderson · 4 years, 2 months ago
  3. ceebc12 softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag) by David Hildenbrand · 3 years, 9 months ago
  4. 60c8f72 softfpu: Add float_round_to_odd_inf by Richard Henderson · 3 years, 8 months ago
  5. 463e45d softfloat: Introduce sh[lr]_double primitives by Richard Henderson · 4 years, 3 months ago
  6. 5ffb6bd softfloat: Tidy mul128By64To192 by Richard Henderson · 4 years, 3 months ago
  7. cd55a56 softfloat: Use add192 in mul128To256 by Richard Henderson · 4 years, 3 months ago
  8. b4d09b1 softfloat: Use mulu64 for mul64To128 by Richard Henderson · 4 years, 4 months ago
  9. dedd123 softfloat: Move muladd_floats to softfloat-parts.c.inc by Richard Henderson · 4 years, 3 months ago
  10. cb3ad03 softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.h by Richard Henderson · 4 years, 3 months ago
  11. 622090a softfloat: Inline float_raise by Richard Henderson · 4 years, 3 months ago
  12. c53b107 softfloat: Define comparison operations for bfloat16 by Richard Henderson · 4 years, 6 months ago
  13. 5ebf5f4 softfloat: Define misc operations for bfloat16 by LIU Zhiwei · 4 years, 6 months ago
  14. 34f0c0a softfloat: Define convert operations for bfloat16 by LIU Zhiwei · 4 years, 6 months ago
  15. 8282310 softfloat: Define operations for bfloat16 by LIU Zhiwei · 4 years, 6 months ago
  16. a03e924 softfloat: Add float16_is_normal by Stephen Long · 4 years, 8 months ago
  17. 0d93d8e softfloat: Add fp16 and uint8/int8 conversion functions by Frank Chang · 4 years, 6 months ago
  18. dd20502 softfloat: Implement the full set of comparisons for float16 by Kito Cheng · 4 years, 6 months ago
  19. 913602e softfloat: pass float_status pointer to pickNaN by Max Filippov · 4 years, 7 months ago
  20. cc43c69 softfloat: make NO_SIGNALING_NANS runtime property by Max Filippov · 4 years, 7 months ago
  21. 163b3d1 target/i386: floatx80: avoid compound literals in static initializers by Laszlo Ersek · 4 years, 6 months ago
  22. d159dd0 softfloat,m68k: disable floatx80_invalid_encoding() for m68k by Laurent Vivier · 4 years, 8 months ago
  23. 445810e softfloat: return low bits of quotient from floatx80_modrem by Joseph Myers · 4 years, 8 months ago
  24. 6b8b013 softfloat: merge floatx80_mod and floatx80_rem by Joseph Myers · 4 years, 8 months ago
  25. 150c7a9 softfloat: Return bool from all classification predicates by Richard Henderson · 4 years, 9 months ago
  26. c6baf65 softfloat: Inline floatx80 compare specializations by Richard Henderson · 4 years, 9 months ago
  27. b7b1ac6 softfloat: Inline float128 compare specializations by Richard Henderson · 4 years, 9 months ago
  28. 0673ecd softfloat: Inline float64 compare specializations by Richard Henderson · 4 years, 9 months ago
  29. 5da2d2d softfloat: Inline float32 compare specializations by Richard Henderson · 4 years, 9 months ago
  30. 71bfd65 softfloat: Name compare relation enum by Richard Henderson · 4 years, 9 months ago
  31. 3dede40 softfloat: Name rounding mode enum by Richard Henderson · 4 years, 9 months ago
  32. a828b37 softfloat: Change tininess_before_rounding to bool by Richard Henderson · 4 years, 9 months ago
  33. c120391 softfloat: Replace flag with bool by Richard Henderson · 4 years, 9 months ago
  34. 5937fb6 fpu: make softfloat-macros "self-contained" by Alex Bennée · 5 years ago
  35. e34c47e fpu: move inline helpers into a separate header by Alex Bennée · 5 years ago
  36. 472038c fpu: remove the LIT64 macro by Alex Bennée · 5 years ago
  37. e932112 fpu: replace LIT64 with UINT64_C macros by Alex Bennée · 5 years ago
  38. ec150c7 include: Make headers more self-contained by Markus Armbruster · 5 years ago
  39. f91005e Supply missing header guards by Markus Armbruster · 6 years ago
  40. e45de99 softfloat: Implement float128_to_uint32 by David Hildenbrand · 6 years ago
  41. 47393181 softfloat: add float128_is_{normal,denormal} by David Hildenbrand · 6 years ago
  42. 2c00542 include/fpu/softfloat: Fix compilation with Clang on s390x by Thomas Huth · 6 years ago
  43. 315df0d softfloat: add float{32,64}_is_zero_or_normal by Emilio G. Cota · 7 years ago
  44. 588e6df softfloat: add float{32,64}_is_{de,}normal by Emilio G. Cota · 7 years ago
  45. 7370981 softfloat: Don't execute divdeu without power7 by Richard Henderson · 6 years ago
  46. 27ae510 softfloat: Specialize udiv_qrnnd for ppc64 by Richard Henderson · 6 years ago
  47. 739df33 softfloat: Specialize udiv_qrnnd for s390x by Richard Henderson · 6 years ago
  48. b299e88 softfloat: Specialize udiv_qrnnd for x86_64 by Richard Henderson · 6 years ago
  49. 5dfbc9e softfloat: Fix division by Richard Henderson · 6 years ago
  50. 0019d5c softfloat: Replace countLeadingZeros32/64 with clz32/64 by Thomas Huth · 6 years ago
  51. c953da8 softfloat: remove float64_trunc_to_int by Emilio G. Cota · 6 years ago
  52. 2f6c74b softfloat: Add scaling float-to-int routines by Richard Henderson · 6 years ago
  53. 2abdfe2 softfloat: Add scaling int-to-float routines by Richard Henderson · 6 years ago
  54. 03385df fpu/softfloat: Specialize on snan_bit_is_one by Richard Henderson · 7 years ago
  55. 5240a30 fpu/softfloat: Remove floatX_maybe_silence_nan by Richard Henderson · 7 years ago
  56. 6fed16b fpu/softfloat: re-factor float to float conversions by Alex Bennée · 7 years ago
  57. d619bb9 fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nan by Richard Henderson · 7 years ago
  58. 0f605c8 softfloat: use floatx80_infinity in softfloat by Laurent Vivier · 7 years ago
  59. 88857ac softfloat: export some functions by Laurent Vivier · 7 years ago
  60. 026e2d6 arm/translate-a64: add FP16 FR[ECP/SQRT]S to simd_three_reg_same_fp16 by Alex Bennée · 7 years ago
  61. c13bb2d fpu/softfloat: re-factor sqrt by Alex Bennée · 7 years ago
  62. 0c4c909 fpu/softfloat: re-factor compare by Alex Bennée · 7 years ago
  63. 8936006 fpu/softfloat: re-factor minmax by Alex Bennée · 7 years ago
  64. 0bfc9f1 fpu/softfloat: re-factor scalbn by Alex Bennée · 7 years ago
  65. c02e1fb fpu/softfloat: re-factor int/uint to float by Alex Bennée · 7 years ago
  66. ab52f97 fpu/softfloat: re-factor float to int/uint by Alex Bennée · 7 years ago
  67. dbe4d53 fpu/softfloat: re-factor round_to_int by Alex Bennée · 7 years ago
  68. d446830 fpu/softfloat: re-factor muladd by Alex Bennée · 7 years ago
  69. cf07323 fpu/softfloat: re-factor div by Alex Bennée · 7 years ago
  70. 74d707e fpu/softfloat: re-factor mul by Alex Bennée · 7 years ago
  71. 6fff216 fpu/softfloat: re-factor add/sub by Alex Bennée · 7 years ago
  72. efd4829 include/fpu/softfloat: add some float16 constants by Alex Bennée · 7 years ago
  73. 78b5a3e include/fpu/softfloat: implement float16_set_sign helper by Alex Bennée · 7 years ago
  74. 5f10aef include/fpu/softfloat: implement float16_chs helper by Alex Bennée · 7 years ago
  75. 2813677 include/fpu/softfloat: implement float16_abs helper by Alex Bennée · 8 years ago
  76. 24f91e8 target/*/cpu.h: remove softfloat.h by Alex Bennée · 7 years ago
  77. cfd88fc fpu/softfloat-types: new header to prevent excessive re-builds by Alex Bennée · 7 years ago
  78. a9579ff include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPES by Alex Bennée · 7 years ago
  79. 210cbd4 fpu/softfloat: implement float16_squash_input_denormal by Alex Bennée · 8 years ago
  80. 9193926 configure: Drop ancient Solaris 9 and earlier support by Peter Maydell · 8 years ago
  81. 0f72129 softfloat: define floatx80_round() by Laurent Vivier · 8 years ago
  82. fd42503 softfloat: Add float128_to_uint32_round_to_zero() by Bharata B Rao · 8 years ago
  83. 2e6d856 softfloat: Add float128_to_uint64_round_to_zero() by Bharata B Rao · 8 years ago
  84. 9ee6f67 softfloat: Add round-to-odd rounding mode by Bharata B Rao · 8 years ago
  85. f566c04 target-ppc: Add xscvdphp, xscvhpdp by Bharata B Rao · 8 years ago
  86. d1eb8f2 fpu: add mechanism to check for invalid long double formats by Andrew Dutcher · 8 years ago
  87. dfd6076 softfloat: Fix warn about implicit conversion from int to int8_t by Pranith Kumar · 8 years ago
  88. 175de52 Clean up decorations and whitespace around header guards by Markus Armbruster · 9 years ago
  89. af39bc8 softfloat: Implement run-time-configurable meaning of signaling NaN bit by Aleksandar Markovic · 9 years ago
  90. 90ce6e2 include: Clean up includes by Peter Maydell · 9 years ago
  91. 0bb721d fpu: Remove use of int_fast16_t in conversions to int16 by Peter Maydell · 9 years ago
  92. d341d9f fpu: Replace uint8 typedef with uint8_t by Peter Maydell · 9 years ago
  93. 8f506c7 fpu: Replace int8 typedef with int8_t by Peter Maydell · 9 years ago
  94. 3a87d00 fpu: Replace uint32 typedef with uint32_t by Peter Maydell · 9 years ago
  95. f401451 fpu: Replace int32 typedef with int32_t by Peter Maydell · 9 years ago
  96. 182f42f fpu: Replace uint64 typedef with uint64_t by Peter Maydell · 9 years ago
  97. f42c222 fpu: Replace int64 typedef with int64_t by Peter Maydell · 9 years ago
  98. a2f2d28 softfloat: expand out STATUS macro by Peter Maydell · 10 years ago
  99. ff32e16 softfloat: expand out STATUS_VAR by Peter Maydell · 10 years ago
  100. e5a41ff softfloat: Expand out the STATUS_PARAM macro by Peter Maydell · 10 years ago