1. 75b5a69 rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATH by Juan Quintela · 16 years ago
  2. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 16 years ago
  3. 71e72a1 rename HOST_BSD to CONFIG_BSD by Juan Quintela · 16 years ago
  4. dfe5fff change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION} by Juan Quintela · 16 years ago
  5. 3f4cb3d Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' by blueswir1 · 16 years ago
  6. 14d483e Fix OpenSolaris softfloat warnings by blueswir1 · 16 years ago
  7. 2734c70 Rename one more _BSD to HOST_BSD (spotted by Hasso Tepper) by blueswir1 · 16 years ago
  8. 179a2c1 Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure by blueswir1 · 16 years ago
  9. 70c1470 Sparse fixes: dubious mixing of bitwise and logical operations by blueswir1 · 16 years ago
  10. 374dfc3 soft-float: add float32_log2() and float64_log2() by aurel32 · 16 years ago
  11. 196cfc8 softfloat: add a 1.0 constant for float32 and float64 by aurel32 · 16 years ago
  12. 947f5fc Add static qualifier to local functions by malc · 16 years ago
  13. e58ffeb Remove all traces of __powerpc__ by malc · 16 years ago
  14. e872aa8 softfloat-native: fix type of float_rounding_mode by aurel32 · 16 years ago
  15. fe76d97 Implement flush-to-zero mode (denormal results are replaced with zero). by pbrook · 16 years ago
  16. 5c7908e Implement default-NaN mode. by pbrook · 16 years ago
  17. 6939754 Correctly normalize values and handle zero inputs to scalbn functions. by pbrook · 16 years ago
  18. dadd71a fp: fix float32_is_infinity() by aurel32 · 16 years ago
  19. 8d6c92b softfloat-native: improve correctness of floatXX_is_neg() by aurel32 · 16 years ago
  20. c52ab6f fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero() by aurel32 · 16 years ago
  21. 1b2ad2e softfloat-native: fix *nan() by aurel32 · 16 years ago
  22. 30e7a22 Use float_relation_* constants by aurel32 · 16 years ago
  23. 629bd74 softfloat-native: add float32_is_nan() by aurel32 · 16 years ago
  24. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  25. d07cca0 Add native softfloat fpu functions (Christoph Egger) by blueswir1 · 16 years ago
  26. b29fe3e Preliminary AIX support by malc · 16 years ago
  27. 9027db8 Fix ARM default NaN. by pbrook · 16 years ago
  28. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  29. b55266b Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings by blueswir1 · 16 years ago
  30. 7c2a9d0 Fix math warnings on OpenBSD -current by blueswir1 · 17 years ago
  31. 128ab2f Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries) by blueswir1 · 17 years ago
  32. 85016c9 Assortment of soft-float fixes, by Aurelien Jarno. by ths · 17 years ago
  33. 1f58732 128-bit float support for user mode by blueswir1 · 17 years ago
  34. cd8a253 Fix more typos in softloat code (Eduardo Felipe) by blueswir1 · 17 years ago
  35. a1b91bb Fix typo in softfloat code. by pbrook · 17 years ago
  36. f090c9d Add strict checking mode for softfp code. by pbrook · 17 years ago
  37. 5a6932d Fix NaN handling for MIPS and HPPA. by ths · 17 years ago
  38. 9ee6e8b ARMv7 support. by pbrook · 17 years ago
  39. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  40. 924b2c0 Add proper float*_is_nan prototypes. by ths · 18 years ago
  41. b645bb4 Fix softfloat NaN handling. by ths · 18 years ago
  42. fc81ba5 Check that HOST_SOLARIS is defined before relying on its value. by ths · 18 years ago
  43. c94655b Updated Solaris isinf support, by Juergen Keil and Ben Taylor. by ths · 18 years ago
  44. 0475a5c Solaris 9/x86 support, by Ben Taylor. by ths · 18 years ago
  45. 3430b0b Ooops... Typo. by j_mayer · 18 years ago
  46. 75d62a5 Add missing softfloat helpers. by j_mayer · 18 years ago
  47. 63a654b trunc() for Solaris 9 / SPARC, by Juergen Keil. by ths · 18 years ago
  48. 750afe9 avoid using char when it is not necessary by bellard · 18 years ago
  49. e6e5906 ColdFire target. by pbrook · 18 years ago
  50. fdbb469 Solaris/SPARC host port (Ben Taylor) by bellard · 19 years ago
  51. 38cfa06 Solaris port (Ben Taylor) by bellard · 19 years ago
  52. 7918bf4 Fix typo in BSD FP rounding mode names. by pbrook · 19 years ago
  53. 3598ecb Remove missing include. by pbrook · 19 years ago
  54. ec530c8 Solaris port (Ben Taylor) by bellard · 19 years ago
  55. 1b2b0af 64 bit fix by bellard · 19 years ago
  56. b109f9f more native FPU comparison functions - native FPU remainder by bellard · 20 years ago
  57. 1d6bda3 added abs, chs and compare functions by bellard · 20 years ago
  58. 158142c soft float support by bellard · 20 years ago