1. 587eabf softfloat: add float*_is_zero_or_denormal() by Aurelien Jarno · 14 years ago
  2. be22a9a softfloat: always enable floatx80 and float128 support by Aurelien Jarno · 14 years ago
  3. cf67c6b softfloat-native: remove by Aurelien Jarno · 14 years ago
  4. e6afc87 softfloat: Add new flag for when denormal result is flushed to zero by Peter Maydell · 14 years ago
  5. 4cc5383 softfloat-native: add float*_is_any_nan() functions by Aurelien Jarno · 14 years ago
  6. d6882cf softfloat-native: fix float*_scalbn() functions by Aurelien Jarno · 14 years ago
  7. 326b9e9 softfloat: fix float*_scalnb() corner cases by Aurelien Jarno · 14 years ago
  8. f6714d3 softfloat: add floatx80_compare*() functions by Aurelien Jarno · 14 years ago
  9. d2b1027 softfloat-native: add a few constant values by Aurelien Jarno · 14 years ago
  10. c4b4c77 softfloat: add pi constants by Aurelien Jarno · 14 years ago
  11. f3218a8 softfloat: add floatx80 constants by Aurelien Jarno · 14 years ago
  12. b76235e softfloat: fix floatx80_is_infinity() by Aurelien Jarno · 14 years ago
  13. e2f4220 softfloat: fix floatx80 handling of NaN by Aurelien Jarno · 14 years ago
  14. f5a6425 softfloat: improve description of comparison functions by Aurelien Jarno · 14 years ago
  15. b689362 softfloat: move float*_eq and float*_eq_quiet by Aurelien Jarno · 14 years ago
  16. 2657d0f softfloat: rename float*_eq_signaling() into float*_eq() by Aurelien Jarno · 14 years ago
  17. 211315f softfloat: rename float*_eq() into float*_eq_quiet() by Aurelien Jarno · 14 years ago
  18. b4a0ef7 softfloat-native: add float*_unordered_quiet() functions by Aurelien Jarno · 14 years ago
  19. 67b7861 softfloat: add float*_unordered_{,quiet}() functions by Aurelien Jarno · 14 years ago
  20. b3b4c7f softfloat: use GCC builtins to count the leading zeros by Aurelien Jarno · 14 years ago
  21. c29aca4 softfloat: Add setter function for tininess detection mode by Peter Maydell · 14 years ago
  22. d2fbca9 unicore32: necessary modifications for other files to support unicore32 by Guan Xuetao · 14 years ago
  23. 274f1b0 softfloat: Add float*_min() and float*_max() functions by Peter Maydell · 14 years ago
  24. 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
  25. 87b8cc3 softfloat: Resolve type mismatches between declaration and implementation by Andreas Färber · 14 years ago
  26. 8d725fa softfloat: Prepend QEMU-style header with derivation notice by Andreas Färber · 14 years ago
  27. c30fe7d softfloat: add _set_sign(), _infinity and _half for 32 and 64 bits floats. by Christophe Lyon · 14 years ago
  28. 8559666 softfloat: move all default NaN definitions to softfloat.h. by Christophe Lyon · 14 years ago
  29. d5138cf softfloat: Fix compilation failures with USE_SOFTFLOAT_STRUCT_TYPES by Peter Maydell · 14 years ago
  30. f591e1b softfloat: Correctly handle NaNs in float16_to_float32() by Peter Maydell · 14 years ago
  31. 600e30d softfloat: Fix single-to-half precision float conversions by Peter Maydell · 14 years ago
  32. bcd4d9a softfloat: Honour default_nan_mode for float-to-float conversions by Christophe Lyon · 14 years ago
  33. bb4d4bb softfloat: Add float16 type and float16 NaN handling functions by Peter Maydell · 14 years ago
  34. de4af5f softfloat: fix floatx80_is_{quiet,signaling}_nan() by Aurelien Jarno · 14 years ago
  35. 6f3300a softfloat: Add float32_is_zero_or_denormal() function by Peter Maydell · 14 years ago
  36. 1020160 softfloat: fix default-NaN mode by Aurelien Jarno · 14 years ago
  37. e908775 softfloat: SH4 has the sNaN bit set by Aurelien Jarno · 14 years ago
  38. 2bed652 softfloat: Implement floatx80_is_any_nan() and float128_is_any_nan() by Peter Maydell · 14 years ago
  39. 37d1866 softfloat: Implement flushing input denormals to zero by Peter Maydell · 14 years ago
  40. e024e88 target-ppc: Implement correct NaN propagation rules by Aurelien Jarno · 14 years ago
  41. 084d19b target-mips: Implement correct NaN propagation rules by Aurelien Jarno · 14 years ago
  42. 1f398e0 softfloat: use float{32,64,x80,128}_maybe_silence_nan() by Aurelien Jarno · 14 years ago
  43. f6a7d92 softfloat: add float{x80,128}_maybe_silence_nan() by Aurelien Jarno · 14 years ago
  44. 93ae1c6 softfloat: fix float{32,64}_maybe_silence_nan() for MIPS by Aurelien Jarno · 14 years ago
  45. d735d69 softfloat: rename *IsNaN variables to *IsQuietNaN by Aurelien Jarno · 14 years ago
  46. 34d2386 softfloat: remove HPPA specific code by Aurelien Jarno · 14 years ago
  47. 011da61 target-arm: Implement correct NaN propagation rules by Peter Maydell · 14 years ago
  48. 354f211 softfloat: abstract out target-specific NaN propagation rules by Peter Maydell · 14 years ago
  49. 1856987 softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() by Peter Maydell · 14 years ago
  50. cbcef45 softfloat: Add float/double to 16 bit integer conversion functions by Peter Maydell · 14 years ago
  51. b408dbd softfloat: Add float*_maybe_silence_nan() functions by Peter Maydell · 14 years ago
  52. 21d6ebd softfloat: Add float*_is_any_nan() functions by Peter Maydell · 14 years ago
  53. 8229c99 softfloat: add float32_exp2() by Aurelien Jarno · 16 years ago
  54. ed086f3 softfloat: remove dead assignments, spotted by clang by Blue Swirl · 15 years ago
  55. 8443eff target-alpha: Split up FPCR value into separate fields. by Richard Henderson · 15 years ago
  56. bc4347b arm host: fix compiler warning by Stefan Weil · 15 years ago
  57. ba0e276 target-alpha: Fixes for alpha-linux syscalls. by Richard Henderson · 15 years ago
  58. 990b3e1 target-alpha: Enable softfloat. by Richard Henderson · 15 years ago
  59. be45f06 Silence softfloat warnings on OpenSolaris by Andreas Färber · 15 years ago
  60. a167ba5 Add support for GNU/kFreeBSD by Aurelien Jarno · 15 years ago
  61. 6001149 ARM FP16 support by Paul Brook · 15 years ago
  62. 75b5a69 rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATH by Juan Quintela · 16 years ago
  63. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 16 years ago
  64. 71e72a1 rename HOST_BSD to CONFIG_BSD by Juan Quintela · 16 years ago
  65. dfe5fff change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION} by Juan Quintela · 16 years ago
  66. 3f4cb3d Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' by blueswir1 · 16 years ago
  67. 14d483e Fix OpenSolaris softfloat warnings by blueswir1 · 16 years ago
  68. 2734c70 Rename one more _BSD to HOST_BSD (spotted by Hasso Tepper) by blueswir1 · 16 years ago
  69. 179a2c1 Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure by blueswir1 · 16 years ago
  70. 70c1470 Sparse fixes: dubious mixing of bitwise and logical operations by blueswir1 · 16 years ago
  71. 374dfc3 soft-float: add float32_log2() and float64_log2() by aurel32 · 16 years ago
  72. 196cfc8 softfloat: add a 1.0 constant for float32 and float64 by aurel32 · 16 years ago
  73. 947f5fc Add static qualifier to local functions by malc · 16 years ago
  74. e58ffeb Remove all traces of __powerpc__ by malc · 16 years ago
  75. e872aa8 softfloat-native: fix type of float_rounding_mode by aurel32 · 16 years ago
  76. fe76d97 Implement flush-to-zero mode (denormal results are replaced with zero). by pbrook · 16 years ago
  77. 5c7908e Implement default-NaN mode. by pbrook · 16 years ago
  78. 6939754 Correctly normalize values and handle zero inputs to scalbn functions. by pbrook · 16 years ago
  79. dadd71a fp: fix float32_is_infinity() by aurel32 · 16 years ago
  80. 8d6c92b softfloat-native: improve correctness of floatXX_is_neg() by aurel32 · 16 years ago
  81. c52ab6f fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero() by aurel32 · 16 years ago
  82. 1b2ad2e softfloat-native: fix *nan() by aurel32 · 16 years ago
  83. 30e7a22 Use float_relation_* constants by aurel32 · 16 years ago
  84. 629bd74 softfloat-native: add float32_is_nan() by aurel32 · 16 years ago
  85. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  86. d07cca0 Add native softfloat fpu functions (Christoph Egger) by blueswir1 · 16 years ago
  87. b29fe3e Preliminary AIX support by malc · 16 years ago
  88. 9027db8 Fix ARM default NaN. by pbrook · 16 years ago
  89. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  90. b55266b Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings by blueswir1 · 17 years ago
  91. 7c2a9d0 Fix math warnings on OpenBSD -current by blueswir1 · 17 years ago
  92. 128ab2f Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries) by blueswir1 · 17 years ago
  93. 85016c9 Assortment of soft-float fixes, by Aurelien Jarno. by ths · 17 years ago
  94. 1f58732 128-bit float support for user mode by blueswir1 · 17 years ago
  95. cd8a253 Fix more typos in softloat code (Eduardo Felipe) by blueswir1 · 17 years ago
  96. a1b91bb Fix typo in softfloat code. by pbrook · 17 years ago
  97. f090c9d Add strict checking mode for softfp code. by pbrook · 17 years ago
  98. 5a6932d Fix NaN handling for MIPS and HPPA. by ths · 17 years ago
  99. 9ee6e8b ARMv7 support. by pbrook · 17 years ago
  100. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago