1. 996a729 target-tricore: Add FPU infrastructure by Bastian Koppelmann · 9 years ago
  2. 0c48262 fpu: Use plain 'int' rather than 'int_fast16_t' for exponents by Peter Maydell · 9 years ago
  3. 07d792d fpu: Use plain 'int' rather than 'int_fast16_t' for shift counts by Peter Maydell · 9 years ago
  4. 0bb721d fpu: Remove use of int_fast16_t in conversions to int16 by Peter Maydell · 9 years ago
  5. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  6. 7ceac86 softfloat: fix return type of roundAndPackFloat16 by Aurelien Jarno · 9 years ago
  7. 8f506c7 fpu: Replace int8 typedef with int8_t by Peter Maydell · 9 years ago
  8. 3a87d00 fpu: Replace uint32 typedef with uint32_t by Peter Maydell · 9 years ago
  9. f401451 fpu: Replace int32 typedef with int32_t by Peter Maydell · 9 years ago
  10. 182f42f fpu: Replace uint64 typedef with uint64_t by Peter Maydell · 9 years ago
  11. f42c222 fpu: Replace int64 typedef with int64_t by Peter Maydell · 9 years ago
  12. 2daea9c target-s390x: define default NaN values by Aurelien Jarno · 10 years ago
  13. a2f2d28 softfloat: expand out STATUS macro by Peter Maydell · 10 years ago
  14. ff32e16 softfloat: expand out STATUS_VAR by Peter Maydell · 10 years ago
  15. e5a41ff softfloat: Expand out the STATUS_PARAM macro by Peter Maydell · 10 years ago
  16. 16017c4 softfloat: Clarify license status by Peter Maydell · 10 years ago
  17. 332d584 softfloat: Revert and reimplement remaining parts of b645bb4885 and 5a6932d51d by Peter Maydell · 10 years ago
  18. 6bb8e0f softfloat: Revert and reimplement remaining portions of 75d62a5856 and 3430b0be36f by Peter Maydell · 10 years ago
  19. a7d1ac7 softfloat: Apply patch corresponding to rebasing to softfloat-2a by Peter Maydell · 10 years ago
  20. 2d31e06 softfloat: add functions corresponding to IEEE-2008 min/maxNumMag by Leon Alrae · 11 years ago
  21. a49db98 fpu: softfloat: drop INLINE macro by Luiz Capitulino · 11 years ago
  22. a13d448 softfloat: Introduce float32_to_uint64_round_to_zero by Tom Musta · 11 years ago
  23. 7baeabc softfloat: export squash_input_denormal functions by Alex Bennée · 11 years ago
  24. 67d4353 softfloat: Support halving the result of muladd operation by Peter Maydell · 11 years ago
  25. f9288a7 softfloat: Add support for ties-away rounding by Peter Maydell · 11 years ago
  26. dc355b7 softfloat: Refactor code handling various rounding modes by Peter Maydell · 11 years ago
  27. 14c9a07 softfloat: Add float16 <=> float64 conversion functions by Peter Maydell · 11 years ago
  28. c4a1c5e softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16Subnormal by Peter Maydell · 11 years ago
  29. 879d096 softfloat: Provide complete set of accessors for fp state by Peter Maydell · 11 years ago
  30. fd728f2 softfloat: Fix float64_to_uint32_round_to_zero by Tom Musta · 11 years ago
  31. 5e7f654 softfloat: Fix float64_to_uint32 by Tom Musta · 11 years ago
  32. 0a87a31 softfloat: Fix float64_to_uint64_round_to_zero by Tom Musta · 11 years ago
  33. 2f18bbf softfloat: Add float32_to_uint64() by Tom Musta · 11 years ago
  34. 3c85c37 softfloat: Fix factor 2 error for scalbn on denormal inputs by Peter Maydell · 11 years ago
  35. 34e1c27 softfloat: Only raise Invalid when conversions to int are out of range by Peter Maydell · 11 years ago
  36. fb3ea83 softfloat: Fix float64_to_uint64 by Tom Musta · 11 years ago
  37. c4850f9 softfloat: Make the int-to-float functions take exact-width types by Peter Maydell · 11 years ago
  38. f581bf5 softfloat: Add float to 16bit integer conversions. by Will Newton · 11 years ago
  39. 38970ef softfloat: Fix exception flag handling for float32_to_float16() by Peter Maydell · 11 years ago
  40. e17ab31 softfloat: Add minNum() and maxNum() functions to softfloat. by Will Newton · 11 years ago
  41. e70614e softfloat: Remove unused argument from MINMAX macro. by Will Newton · 11 years ago
  42. 4039736 softfloat: Fix shift128Right for shift counts 64..127 by Peter Maydell · 12 years ago
  43. e3d142d fpu: Correct edgecase in float64_muladd by Peter Maydell · 12 years ago
  44. a6e7c18 softfloat: Handle float_muladd_negate_c when product is zero by Richard Sandiford · 12 years ago
  45. 1e397ea softfloat: Implement uint64_to_float128 by Richard Henderson · 12 years ago
  46. 17ed229 softfloat: Fix uint64_to_float64 by Richard Henderson · 12 years ago
  47. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  48. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  49. bbc1ded softfloat: implement fused multiply-add NaN propagation for MIPS by Aurelien Jarno · 12 years ago
  50. e744c06 fpu/softfloat.c: Return correctly signed values from uint64_to_float32 by Peter Maydell · 12 years ago
  51. 4be8eea fpu/softfloat.c: Remove pointless shift of always-zero value by Peter Maydell · 12 years ago
  52. b81fe82 target-xtensa: specialize softfloat NaN rules by Max Filippov · 12 years ago
  53. 213ff4e softfloat: add NO_SIGNALING_NANS by Max Filippov · 12 years ago
  54. 6617680 softfloat: make float_muladd_negate_* flags independent by Max Filippov · 12 years ago
  55. 94a49d8 softfloat: Replace int16 type with int_fast16_t by Andreas Färber · 13 years ago
  56. 5aea4c5 softfloat: Replace uint16 type with uint_fast16_t by Andreas Färber · 13 years ago
  57. c969654 softfloat: Fix mixups of int and int16 by Andreas Färber · 13 years ago
  58. 0eb4fc8 softfloat: make USE_SOFTFLOAT_STRUCT_TYPES compile by Juan Quintela · 13 years ago
  59. 760e141 softfloat: roundAndPackInt{32, 64}: Don't assume int32 is 32 bits by Peter Maydell · 13 years ago
  60. b3a6a2e softfloat: float*_to_int32_round_to_zero: don't assume int32 is 32 bits by Peter Maydell · 13 years ago
  61. 3bf7e40 softfloat: fix for C99 by Avi Kivity · 13 years ago
  62. 369be8f softfloat: Implement fused multiply-add by Peter Maydell · 13 years ago
  63. 2ac8bd0 softfloat: Reinstate accidentally disabled target-specific NaN handling by Peter Maydell · 13 years ago
  64. 9f8d2a0 softfloat: Use uint32 consistently by Andreas Färber · 13 years ago
  65. 38641f8 softfloat: Use uint16 consistently by Andreas Färber · 13 years ago
  66. 789ec7c softfloat: change default nan definitions to variables by Paolo Bonzini · 13 years ago
  67. 587eabf softfloat: add float*_is_zero_or_denormal() by Aurelien Jarno · 14 years ago
  68. be22a9a softfloat: always enable floatx80 and float128 support by Aurelien Jarno · 14 years ago
  69. cf67c6b softfloat-native: remove by Aurelien Jarno · 14 years ago
  70. e6afc87 softfloat: Add new flag for when denormal result is flushed to zero by Peter Maydell · 14 years ago
  71. 4cc5383 softfloat-native: add float*_is_any_nan() functions by Aurelien Jarno · 14 years ago
  72. d6882cf softfloat-native: fix float*_scalbn() functions by Aurelien Jarno · 14 years ago
  73. 326b9e9 softfloat: fix float*_scalnb() corner cases by Aurelien Jarno · 14 years ago
  74. f6714d3 softfloat: add floatx80_compare*() functions by Aurelien Jarno · 14 years ago
  75. d2b1027 softfloat-native: add a few constant values by Aurelien Jarno · 14 years ago
  76. c4b4c77 softfloat: add pi constants by Aurelien Jarno · 14 years ago
  77. f3218a8 softfloat: add floatx80 constants by Aurelien Jarno · 14 years ago
  78. b76235e softfloat: fix floatx80_is_infinity() by Aurelien Jarno · 14 years ago
  79. e2f4220 softfloat: fix floatx80 handling of NaN by Aurelien Jarno · 14 years ago
  80. f5a6425 softfloat: improve description of comparison functions by Aurelien Jarno · 14 years ago
  81. b689362 softfloat: move float*_eq and float*_eq_quiet by Aurelien Jarno · 14 years ago
  82. 2657d0f softfloat: rename float*_eq_signaling() into float*_eq() by Aurelien Jarno · 14 years ago
  83. 211315f softfloat: rename float*_eq() into float*_eq_quiet() by Aurelien Jarno · 14 years ago
  84. b4a0ef7 softfloat-native: add float*_unordered_quiet() functions by Aurelien Jarno · 14 years ago
  85. 67b7861 softfloat: add float*_unordered_{,quiet}() functions by Aurelien Jarno · 14 years ago
  86. b3b4c7f softfloat: use GCC builtins to count the leading zeros by Aurelien Jarno · 14 years ago
  87. c29aca4 softfloat: Add setter function for tininess detection mode by Peter Maydell · 14 years ago
  88. d2fbca9 unicore32: necessary modifications for other files to support unicore32 by Guan Xuetao · 14 years ago
  89. 274f1b0 softfloat: Add float*_min() and float*_max() functions by Peter Maydell · 14 years ago
  90. bb98fe4 softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_t by Andreas Färber · 14 years ago
  91. 87b8cc3 softfloat: Resolve type mismatches between declaration and implementation by Andreas Färber · 14 years ago
  92. 8d725fa softfloat: Prepend QEMU-style header with derivation notice by Andreas Färber · 14 years ago
  93. c30fe7d softfloat: add _set_sign(), _infinity and _half for 32 and 64 bits floats. by Christophe Lyon · 14 years ago
  94. 8559666 softfloat: move all default NaN definitions to softfloat.h. by Christophe Lyon · 14 years ago
  95. d5138cf softfloat: Fix compilation failures with USE_SOFTFLOAT_STRUCT_TYPES by Peter Maydell · 14 years ago
  96. f591e1b softfloat: Correctly handle NaNs in float16_to_float32() by Peter Maydell · 14 years ago
  97. 600e30d softfloat: Fix single-to-half precision float conversions by Peter Maydell · 14 years ago
  98. bcd4d9a softfloat: Honour default_nan_mode for float-to-float conversions by Christophe Lyon · 14 years ago
  99. bb4d4bb softfloat: Add float16 type and float16 NaN handling functions by Peter Maydell · 14 years ago
  100. de4af5f softfloat: fix floatx80_is_{quiet,signaling}_nan() by Aurelien Jarno · 14 years ago