Age | Commit message (Expand) | Author | Files | Lines |
2010-02-06 | arm host: fix compiler warning | Stefan Weil | 1 | -7/+0 |
2009-12-13 | Silence softfloat warnings on OpenSolaris | Andreas Färber | 1 | -1/+1 |
2009-11-29 | Add support for GNU/kFreeBSD | Aurelien Jarno | 1 | -2/+4 |
2009-07-27 | rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATH | Juan Quintela | 1 | -1/+1 |
2009-07-27 | rename HOST_BSD to CONFIG_BSD | Juan Quintela | 1 | -2/+2 |
2009-07-27 | change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION} | Juan Quintela | 1 | -4/+5 |
2009-04-13 | Fix OpenSolaris softfloat warnings | blueswir1 | 1 | -1/+1 |
2009-03-08 | Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure | blueswir1 | 1 | -2/+2 |
2008-12-20 | softfloat-native: fix type of float_rounding_mode | aurel32 | 1 | -2/+2 |
2008-12-15 | softfloat-native: improve correctness of floatXX_is_neg() | aurel32 | 1 | -3/+9 |
2008-12-15 | fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero() | aurel32 | 1 | -0/+45 |
2008-12-15 | softfloat-native: fix *nan() | aurel32 | 1 | -0/+1 |
2008-12-13 | softfloat-native: add float32_is_nan() | aurel32 | 1 | -0/+1 |
2008-11-22 | Add native softfloat fpu functions (Christoph Egger) | blueswir1 | 1 | -2/+20 |
2008-08-24 | Fix math warnings on OpenBSD -current | blueswir1 | 1 | -1/+6 |
2008-08-15 | Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries) | blueswir1 | 1 | -1/+11 |
2007-11-11 | ARMv7 support. | pbrook | 1 | -0/+16 |
2007-04-22 | Check that HOST_SOLARIS is defined before relying on its value. | ths | 1 | -1/+1 |
2007-04-17 | Updated Solaris isinf support, by Juergen Keil and Ben Taylor. | ths | 1 | -0/+23 |
2007-03-20 | Add missing softfloat helpers. | j_mayer | 1 | -0/+10 |
2006-10-28 | avoid using char when it is not necessary | bellard | 1 | -31/+31 |
2006-10-22 | ColdFire target. | pbrook | 1 | -0/+2 |
2006-05-01 | Solaris port (Ben Taylor) | bellard | 1 | -3/+28 |
2006-04-28 | Fix typo in BSD FP rounding mode names. | pbrook | 1 | -3/+3 |
2006-04-26 | Remove missing include. | pbrook | 1 | -1/+0 |
2006-04-25 | Solaris port (Ben Taylor) | bellard | 1 | -0/+3 |
2005-03-20 | more native FPU comparison functions - native FPU remainder | bellard | 1 | -4/+24 |
2005-03-13 | soft float support | bellard | 1 | -0/+312 |