1. 00f4327 fpu: rename softfloat-specialize.h -> .inc.c by Alex Bennée · 5 years ago
  2. e932112 fpu: replace LIT64 with UINT64_C macros by Alex Bennée · 5 years ago
  3. 2c217da fpu: use min/max values from stdint.h for integral overflow by Alex Bennée · 5 years ago
  4. e6b405f fpu: convert float[16/32/64]_squash_denormal to new modern style by Alex Bennée · 5 years ago
  5. f7e81a9 fpu: replace LIT64 usage with UINT64_C for specialize constants by Alex Bennée · 5 years ago
  6. 896f51f hardfloat: fix float32/64 fused multiply-add by Kito Cheng · 6 years ago
  7. 7ca96e1 target/mips: Fix minor bug in FPU by Mateja Marjanovic · 6 years ago
  8. 5d64abb softfloat: Support float_round_to_odd more places by Richard Henderson · 6 years ago
  9. e45de99 softfloat: Implement float128_to_uint32 by David Hildenbrand · 6 years ago
  10. f6b3b10 softfloat: enforce softfloat if the host's FMA is broken by Emilio G. Cota · 6 years ago
  11. d9fe9db hardfloat: implement float32/64 comparison by Emilio G. Cota · 7 years ago
  12. f131bae hardfloat: implement float32/64 square root by Emilio G. Cota · 7 years ago
  13. ccf770b hardfloat: implement float32/64 fused multiply-add by Emilio G. Cota · 7 years ago
  14. 4a62956 hardfloat: implement float32/64 division by Emilio G. Cota · 7 years ago
  15. 2dfabc8 hardfloat: implement float32/64 multiplication by Emilio G. Cota · 7 years ago
  16. 1b615d4 hardfloat: implement float32/64 addition and subtraction by Emilio G. Cota · 7 years ago
  17. a94b783 fpu: introduce hardfloat by Emilio G. Cota · 7 years ago
  18. f9943c7 softfloat: rename canonicalize to sf_canonicalize by Emilio G. Cota · 7 years ago
  19. 97ff87c qemu/compiler: Wrap __attribute__((flatten)) in a macro by Thomas Huth · 6 years ago
  20. 5dfbc9e softfloat: Fix division by Richard Henderson · 6 years ago
  21. 0019d5c softfloat: Replace countLeadingZeros32/64 with clz32/64 by Thomas Huth · 6 years ago
  22. c953da8 softfloat: remove float64_trunc_to_int by Emilio G. Cota · 6 years ago
  23. 2f6c74b softfloat: Add scaling float-to-int routines by Richard Henderson · 6 years ago
  24. 2abdfe2 softfloat: Add scaling int-to-float routines by Richard Henderson · 6 years ago
  25. 64d450a softfloat: Fix missing inexact for floating-point add by Richard Henderson · 6 years ago
  26. 377ed92 fpu/softfloat: Define floatN_silence_nan in terms of parts_silence_nan by Richard Henderson · 7 years ago
  27. 8fb3d90 fpu/softfloat: Clean up parts_default_nan by Richard Henderson · 7 years ago
  28. 0218a16 fpu/softfloat: Define floatN_default_nan in terms of parts_default_nan by Richard Henderson · 7 years ago
  29. 3bd2dec fpu/softfloat: Pass FloatClass to pickNaNMulAdd by Richard Henderson · 7 years ago
  30. 4f251cf fpu/softfloat: Pass FloatClass to pickNaN by Richard Henderson · 7 years ago
  31. 247d1f2 fpu/softfloat: Make is_nan et al available to softfloat-specialize.h by Richard Henderson · 7 years ago
  32. 03385df fpu/softfloat: Specialize on snan_bit_is_one by Richard Henderson · 7 years ago
  33. 5240a30 fpu/softfloat: Remove floatX_maybe_silence_nan by Richard Henderson · 7 years ago
  34. 4885312 fpu/softfloat: Use float*_silence_nan in propagateFloat*NaN by Richard Henderson · 7 years ago
  35. 6fed16b fpu/softfloat: re-factor float to float conversions by Alex Bennée · 7 years ago
  36. ca3a3d5 fpu/softfloat: Partial support for ARM Alternative half-precision by Alex Bennée · 7 years ago
  37. 0bcfbcb fpu/softfloat: Replace float_class_msnan with parts_silence_nan by Richard Henderson · 7 years ago
  38. f7e598e fpu/softfloat: Replace float_class_dnan with parts_default_nan by Richard Henderson · 7 years ago
  39. 298b468 fpu/softfloat: Introduce parts_is_snan_frac by Richard Henderson · 7 years ago
  40. 94933df fpu/softfloat: Canonicalize NaN fraction by Richard Henderson · 7 years ago
  41. 0664335 fpu/softfloat: Move softfloat-specialize.h below FloatParts definition by Richard Henderson · 7 years ago
  42. d619bb9 fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nan by Richard Henderson · 7 years ago
  43. bca5223 fpu/softfloat: Merge NO_SIGNALING_NANS definitions by Richard Henderson · 7 years ago
  44. 6603d50 fpu/softfloat: Fix conversion from uint64 to float128 by Petr Tesarik · 7 years ago
  45. 3335837 fpu/softfloat: Don't set Invalid for float-to-int(MAXINT) by Peter Maydell · 7 years ago
  46. a5a5f5e fpu/softfloat: int_to_float ensure r fully initialised by Alex Bennée · 7 years ago
  47. 1839189 softfloat: Handle default NaN mode after pickNaNMulAdd, not before by Peter Maydell · 7 years ago
  48. ce8d408 fpu: Bound increment for scalbn by Richard Henderson · 7 years ago
  49. 9cb4e39 fpu/softfloat: check for Inf / x or 0 / x before /0 by Alex Bennée · 7 years ago
  50. 801bc56 fpu/softfloat: raise float_invalid for NaN/Inf in round_to_int_and_pack by Alex Bennée · 7 years ago
  51. 6245327 softfloat: fix {min, max}nummag for same-abs-value inputs by Emilio G. Cota · 7 years ago
  52. bd49e60 fpu: Fix rounding mode for floatN_to_uintM_round_to_zero by Richard Henderson · 7 years ago
  53. cffad42 softfloat: fix crash on int conversion of SNaN by Stef O'Rear · 7 years ago
  54. f798f1e RISC-V FPU Support by Michael Clark · 7 years ago
  55. 0f605c8 softfloat: use floatx80_infinity in softfloat by Laurent Vivier · 7 years ago
  56. 88857ac softfloat: export some functions by Laurent Vivier · 7 years ago
  57. c13bb2d fpu/softfloat: re-factor sqrt by Alex Bennée · 7 years ago
  58. 0c4c909 fpu/softfloat: re-factor compare by Alex Bennée · 7 years ago
  59. 8936006 fpu/softfloat: re-factor minmax by Alex Bennée · 7 years ago
  60. 0bfc9f1 fpu/softfloat: re-factor scalbn by Alex Bennée · 7 years ago
  61. c02e1fb fpu/softfloat: re-factor int/uint to float by Alex Bennée · 7 years ago
  62. ab52f97 fpu/softfloat: re-factor float to int/uint by Alex Bennée · 7 years ago
  63. dbe4d53 fpu/softfloat: re-factor round_to_int by Alex Bennée · 7 years ago
  64. d446830 fpu/softfloat: re-factor muladd by Alex Bennée · 7 years ago
  65. cf07323 fpu/softfloat: re-factor div by Alex Bennée · 7 years ago
  66. 74d707e fpu/softfloat: re-factor mul by Alex Bennée · 7 years ago
  67. 6fff216 fpu/softfloat: re-factor add/sub by Alex Bennée · 7 years ago
  68. a90119b fpu/softfloat: define decompose structures by Alex Bennée · 7 years ago
  69. d97544c fpu/softfloat: move the extract functions to the top of the file by Alex Bennée · 7 years ago
  70. 1389452 fpu/softfloat: improve comments on ARM NaN propagation by Alex Bennée · 7 years ago
  71. 210cbd4 fpu/softfloat: implement float16_squash_input_denormal by Alex Bennée · 7 years ago
  72. 0f72129 softfloat: define floatx80_round() by Laurent Vivier · 7 years ago
  73. e5b0cbe softfloat: define 680x0 specific values by Laurent Vivier · 8 years ago
  74. d000b47 softfloat: Use correct type in float64_to_uint64_round_to_zero() by Peter Maydell · 8 years ago
  75. fd42503 softfloat: Add float128_to_uint32_round_to_zero() by Bharata B Rao · 8 years ago
  76. 2e6d856 softfloat: Add float128_to_uint64_round_to_zero() by Bharata B Rao · 8 years ago
  77. 9ee6f67 softfloat: Add round-to-odd rounding mode by Bharata B Rao · 8 years ago
  78. 5d51eae softfloat: Fix the default qNAN for target-ppc by Bharata B Rao · 8 years ago
  79. 005fa38 target-hppa: Add softfloat specializations by Richard Henderson · 8 years ago
  80. d1eb8f2 fpu: add mechanism to check for invalid long double formats by Andrew Dutcher · 8 years ago
  81. dfd6076 softfloat: Fix warn about implicit conversion from int to int8_t by Pranith Kumar · 8 years ago
  82. c27644f softfloat: Handle snan_bit_is_one == 0 in MIPS pickNaNMulAdd() by Aleksandar Markovic · 9 years ago
  83. a7c04d5 softfloat: For Mips only, correct default NaN values by Aleksandar Markovic · 9 years ago
  84. a59eaea softfloat: Clean code format in fpu/softfloat-specialize.h by Aleksandar Markovic · 9 years ago
  85. af39bc8 softfloat: Implement run-time-configurable meaning of signaling NaN bit by Aleksandar Markovic · 9 years ago
  86. 996a729 target-tricore: Add FPU infrastructure by Bastian Koppelmann · 9 years ago
  87. 0c48262 fpu: Use plain 'int' rather than 'int_fast16_t' for exponents by Peter Maydell · 9 years ago
  88. 07d792d fpu: Use plain 'int' rather than 'int_fast16_t' for shift counts by Peter Maydell · 9 years ago
  89. 0bb721d fpu: Remove use of int_fast16_t in conversions to int16 by Peter Maydell · 9 years ago
  90. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  91. 7ceac86 softfloat: fix return type of roundAndPackFloat16 by Aurelien Jarno · 9 years ago
  92. 8f506c7 fpu: Replace int8 typedef with int8_t by Peter Maydell · 9 years ago
  93. 3a87d00 fpu: Replace uint32 typedef with uint32_t by Peter Maydell · 9 years ago
  94. f401451 fpu: Replace int32 typedef with int32_t by Peter Maydell · 9 years ago
  95. 182f42f fpu: Replace uint64 typedef with uint64_t by Peter Maydell · 9 years ago
  96. f42c222 fpu: Replace int64 typedef with int64_t by Peter Maydell · 9 years ago
  97. 2daea9c target-s390x: define default NaN values by Aurelien Jarno · 10 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