1. 3bf7e40 softfloat: fix for C99 by Avi Kivity · 13 years ago
  2. 369be8f softfloat: Implement fused multiply-add by Peter Maydell · 13 years ago
  3. 789ec7c softfloat: change default nan definitions to variables by Paolo Bonzini · 14 years ago
  4. be22a9a softfloat: always enable floatx80 and float128 support by Aurelien Jarno · 14 years ago
  5. e2f4220 softfloat: fix floatx80 handling of NaN by Aurelien Jarno · 14 years ago
  6. d2fbca9 unicore32: necessary modifications for other files to support unicore32 by Guan Xuetao · 14 years ago
  7. 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
  8. 8d725fa softfloat: Prepend QEMU-style header with derivation notice by Andreas Färber · 14 years ago
  9. 8559666 softfloat: move all default NaN definitions to softfloat.h. by Christophe Lyon · 14 years ago
  10. f591e1b softfloat: Correctly handle NaNs in float16_to_float32() by Peter Maydell · 14 years ago
  11. 600e30d softfloat: Fix single-to-half precision float conversions by Peter Maydell · 14 years ago
  12. bcd4d9a softfloat: Honour default_nan_mode for float-to-float conversions by Christophe Lyon · 14 years ago
  13. bb4d4bb softfloat: Add float16 type and float16 NaN handling functions by Peter Maydell · 14 years ago
  14. de4af5f softfloat: fix floatx80_is_{quiet,signaling}_nan() by Aurelien Jarno · 14 years ago
  15. 1020160 softfloat: fix default-NaN mode by Aurelien Jarno · 14 years ago
  16. e908775 softfloat: SH4 has the sNaN bit set by Aurelien Jarno · 14 years ago
  17. e024e88 target-ppc: Implement correct NaN propagation rules by Aurelien Jarno · 14 years ago
  18. 084d19b target-mips: Implement correct NaN propagation rules by Aurelien Jarno · 14 years ago
  19. 1f398e0 softfloat: use float{32,64,x80,128}_maybe_silence_nan() by Aurelien Jarno · 14 years ago
  20. f6a7d92 softfloat: add float{x80,128}_maybe_silence_nan() by Aurelien Jarno · 14 years ago
  21. 93ae1c6 softfloat: fix float{32,64}_maybe_silence_nan() for MIPS by Aurelien Jarno · 14 years ago
  22. d735d69 softfloat: rename *IsNaN variables to *IsQuietNaN by Aurelien Jarno · 14 years ago
  23. 34d2386 softfloat: remove HPPA specific code by Aurelien Jarno · 14 years ago
  24. 011da61 target-arm: Implement correct NaN propagation rules by Peter Maydell · 14 years ago
  25. 354f211 softfloat: abstract out target-specific NaN propagation rules by Peter Maydell · 14 years ago
  26. 1856987 softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() by Peter Maydell · 14 years ago
  27. b408dbd softfloat: Add float*_maybe_silence_nan() functions by Peter Maydell · 14 years ago
  28. 990b3e1 target-alpha: Enable softfloat. by Richard Henderson · 15 years ago
  29. 70c1470 Sparse fixes: dubious mixing of bitwise and logical operations by blueswir1 · 16 years ago
  30. 5c7908e Implement default-NaN mode. by pbrook · 16 years ago
  31. 9027db8 Fix ARM default NaN. by pbrook · 16 years ago
  32. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  33. 85016c9 Assortment of soft-float fixes, by Aurelien Jarno. by ths · 17 years ago
  34. f090c9d Add strict checking mode for softfp code. by pbrook · 17 years ago
  35. 5a6932d Fix NaN handling for MIPS and HPPA. by ths · 17 years ago
  36. b645bb4 Fix softfloat NaN handling. by ths · 18 years ago
  37. 750afe9 avoid using char when it is not necessary by bellard · 18 years ago
  38. 158142c soft float support by bellard · 20 years ago