1. 6a31de6 Fix arm images booting on Windows by Lingfeng Yang · 6 years ago
  2. ce8d408 fpu: Bound increment for scalbn by Richard Henderson · 6 years ago
  3. 9cb4e39 fpu/softfloat: check for Inf / x or 0 / x before /0 by Alex Bennée · 6 years ago
  4. 801bc56 fpu/softfloat: raise float_invalid for NaN/Inf in round_to_int_and_pack by Alex Bennée · 6 years ago
  5. 6245327 softfloat: fix {min, max}nummag for same-abs-value inputs by Emilio G. Cota · 6 years ago
  6. bd49e60 fpu: Fix rounding mode for floatN_to_uintM_round_to_zero by Richard Henderson · 6 years ago
  7. cffad42 softfloat: fix crash on int conversion of SNaN by Stef O'Rear · 6 years ago
  8. f798f1e RISC-V FPU Support by Michael Clark · 6 years ago
  9. 0f605c8 softfloat: use floatx80_infinity in softfloat by Laurent Vivier · 6 years ago
  10. 88857ac softfloat: export some functions by Laurent Vivier · 6 years ago
  11. c13bb2d fpu/softfloat: re-factor sqrt by Alex Bennée · 7 years ago
  12. 0c4c909 fpu/softfloat: re-factor compare by Alex Bennée · 7 years ago
  13. 8936006 fpu/softfloat: re-factor minmax by Alex Bennée · 7 years ago
  14. 0bfc9f1 fpu/softfloat: re-factor scalbn by Alex Bennée · 7 years ago
  15. c02e1fb fpu/softfloat: re-factor int/uint to float by Alex Bennée · 7 years ago
  16. ab52f97 fpu/softfloat: re-factor float to int/uint by Alex Bennée · 7 years ago
  17. dbe4d53 fpu/softfloat: re-factor round_to_int by Alex Bennée · 7 years ago
  18. d446830 fpu/softfloat: re-factor muladd by Alex Bennée · 7 years ago
  19. cf07323 fpu/softfloat: re-factor div by Alex Bennée · 7 years ago
  20. 74d707e fpu/softfloat: re-factor mul by Alex Bennée · 7 years ago
  21. 6fff2167 fpu/softfloat: re-factor add/sub by Alex Bennée · 7 years ago
  22. a90119b fpu/softfloat: define decompose structures by Alex Bennée · 7 years ago
  23. d97544c fpu/softfloat: move the extract functions to the top of the file by Alex Bennée · 7 years ago
  24. 1389452 fpu/softfloat: improve comments on ARM NaN propagation by Alex Bennée · 7 years ago
  25. 210cbd4 fpu/softfloat: implement float16_squash_input_denormal by Alex Bennée · 7 years ago
  26. 0f72129 softfloat: define floatx80_round() by Laurent Vivier · 7 years ago
  27. e5b0cbe softfloat: define 680x0 specific values by Laurent Vivier · 7 years ago
  28. d000b47 softfloat: Use correct type in float64_to_uint64_round_to_zero() by Peter Maydell · 8 years ago
  29. fd42503 softfloat: Add float128_to_uint32_round_to_zero() by Bharata B Rao · 7 years ago
  30. 2e6d856 softfloat: Add float128_to_uint64_round_to_zero() by Bharata B Rao · 7 years ago
  31. 9ee6f67 softfloat: Add round-to-odd rounding mode by Bharata B Rao · 7 years ago
  32. 5d51eae softfloat: Fix the default qNAN for target-ppc by Bharata B Rao · 8 years ago
  33. 005fa38 target-hppa: Add softfloat specializations by Richard Henderson · 8 years ago
  34. d1eb8f2 fpu: add mechanism to check for invalid long double formats by Andrew Dutcher · 8 years ago
  35. dfd6076 softfloat: Fix warn about implicit conversion from int to int8_t by Pranith Kumar · 8 years ago
  36. c27644f softfloat: Handle snan_bit_is_one == 0 in MIPS pickNaNMulAdd() by Aleksandar Markovic · 8 years ago
  37. a7c04d5 softfloat: For Mips only, correct default NaN values by Aleksandar Markovic · 8 years ago
  38. a59eaea softfloat: Clean code format in fpu/softfloat-specialize.h by Aleksandar Markovic · 8 years ago
  39. af39bc8 softfloat: Implement run-time-configurable meaning of signaling NaN bit by Aleksandar Markovic · 8 years ago
  40. 996a729 target-tricore: Add FPU infrastructure by Bastian Koppelmann · 8 years ago
  41. 0c48262 fpu: Use plain 'int' rather than 'int_fast16_t' for exponents by Peter Maydell · 8 years ago
  42. 07d792d fpu: Use plain 'int' rather than 'int_fast16_t' for shift counts by Peter Maydell · 8 years ago
  43. 0bb721d fpu: Remove use of int_fast16_t in conversions to int16 by Peter Maydell · 8 years ago
  44. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  45. 7ceac86 softfloat: fix return type of roundAndPackFloat16 by Aurelien Jarno · 9 years ago
  46. 8f506c7 fpu: Replace int8 typedef with int8_t by Peter Maydell · 9 years ago
  47. 3a87d00 fpu: Replace uint32 typedef with uint32_t by Peter Maydell · 9 years ago
  48. f401451 fpu: Replace int32 typedef with int32_t by Peter Maydell · 9 years ago
  49. 182f42f fpu: Replace uint64 typedef with uint64_t by Peter Maydell · 9 years ago
  50. f42c222 fpu: Replace int64 typedef with int64_t by Peter Maydell · 9 years ago
  51. 2daea9c target-s390x: define default NaN values by Aurelien Jarno · 9 years ago
  52. a2f2d28 softfloat: expand out STATUS macro by Peter Maydell · 10 years ago
  53. ff32e16 softfloat: expand out STATUS_VAR by Peter Maydell · 10 years ago
  54. e5a41ff softfloat: Expand out the STATUS_PARAM macro by Peter Maydell · 10 years ago
  55. 16017c4 softfloat: Clarify license status by Peter Maydell · 10 years ago
  56. 332d584 softfloat: Revert and reimplement remaining parts of b645bb4885 and 5a6932d51d by Peter Maydell · 10 years ago
  57. 6bb8e0f softfloat: Revert and reimplement remaining portions of 75d62a5856 and 3430b0be36f by Peter Maydell · 10 years ago
  58. a7d1ac7 softfloat: Apply patch corresponding to rebasing to softfloat-2a by Peter Maydell · 10 years ago
  59. 2d31e06 softfloat: add functions corresponding to IEEE-2008 min/maxNumMag by Leon Alrae · 10 years ago
  60. a49db98 fpu: softfloat: drop INLINE macro by Luiz Capitulino · 10 years ago
  61. a13d448 softfloat: Introduce float32_to_uint64_round_to_zero by Tom Musta · 10 years ago
  62. 7baeabc softfloat: export squash_input_denormal functions by Alex Bennée · 10 years ago
  63. 67d4353 softfloat: Support halving the result of muladd operation by Peter Maydell · 10 years ago
  64. f9288a7 softfloat: Add support for ties-away rounding by Peter Maydell · 11 years ago
  65. dc355b7 softfloat: Refactor code handling various rounding modes by Peter Maydell · 11 years ago
  66. 14c9a07 softfloat: Add float16 <=> float64 conversion functions by Peter Maydell · 11 years ago
  67. c4a1c5e softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16Subnormal by Peter Maydell · 11 years ago
  68. 879d096 softfloat: Provide complete set of accessors for fp state by Peter Maydell · 11 years ago
  69. fd728f2 softfloat: Fix float64_to_uint32_round_to_zero by Tom Musta · 11 years ago
  70. 5e7f654 softfloat: Fix float64_to_uint32 by Tom Musta · 11 years ago
  71. 0a87a31 softfloat: Fix float64_to_uint64_round_to_zero by Tom Musta · 11 years ago
  72. 2f18bbf softfloat: Add float32_to_uint64() by Tom Musta · 11 years ago
  73. 3c85c37 softfloat: Fix factor 2 error for scalbn on denormal inputs by Peter Maydell · 11 years ago
  74. 34e1c27 softfloat: Only raise Invalid when conversions to int are out of range by Peter Maydell · 11 years ago
  75. fb3ea83 softfloat: Fix float64_to_uint64 by Tom Musta · 11 years ago
  76. c4850f9 softfloat: Make the int-to-float functions take exact-width types by Peter Maydell · 11 years ago
  77. f581bf5 softfloat: Add float to 16bit integer conversions. by Will Newton · 11 years ago
  78. 38970ef softfloat: Fix exception flag handling for float32_to_float16() by Peter Maydell · 11 years ago
  79. e17ab31 softfloat: Add minNum() and maxNum() functions to softfloat. by Will Newton · 11 years ago
  80. e70614e softfloat: Remove unused argument from MINMAX macro. by Will Newton · 11 years ago
  81. 4039736 softfloat: Fix shift128Right for shift counts 64..127 by Peter Maydell · 11 years ago
  82. e3d142d fpu: Correct edgecase in float64_muladd by Peter Maydell · 11 years ago
  83. a6e7c18 softfloat: Handle float_muladd_negate_c when product is zero by Richard Sandiford · 12 years ago
  84. 1e397ea softfloat: Implement uint64_to_float128 by Richard Henderson · 12 years ago
  85. 17ed229 softfloat: Fix uint64_to_float64 by Richard Henderson · 12 years ago
  86. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  87. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  88. bbc1ded softfloat: implement fused multiply-add NaN propagation for MIPS by Aurelien Jarno · 12 years ago
  89. e744c06 fpu/softfloat.c: Return correctly signed values from uint64_to_float32 by Peter Maydell · 12 years ago
  90. 4be8eea fpu/softfloat.c: Remove pointless shift of always-zero value by Peter Maydell · 12 years ago
  91. b81fe82 target-xtensa: specialize softfloat NaN rules by Max Filippov · 12 years ago
  92. 213ff4e softfloat: add NO_SIGNALING_NANS by Max Filippov · 12 years ago
  93. 6617680 softfloat: make float_muladd_negate_* flags independent by Max Filippov · 12 years ago
  94. 94a49d8 softfloat: Replace int16 type with int_fast16_t by Andreas Färber · 12 years ago
  95. 5aea4c5 softfloat: Replace uint16 type with uint_fast16_t by Andreas Färber · 12 years ago
  96. c969654 softfloat: Fix mixups of int and int16 by Andreas Färber · 12 years ago
  97. 0eb4fc8 softfloat: make USE_SOFTFLOAT_STRUCT_TYPES compile by Juan Quintela · 12 years ago
  98. 760e141 softfloat: roundAndPackInt{32, 64}: Don't assume int32 is 32 bits by Peter Maydell · 12 years ago
  99. b3a6a2e softfloat: float*_to_int32_round_to_zero: don't assume int32 is 32 bits by Peter Maydell · 12 years ago
  100. 3bf7e40 softfloat: fix for C99 by Avi Kivity · 13 years ago