2011-01-06 |
Aurelien Jarno | softfloat: add float{x80,128}_maybe_silence_nan() |
tree | commitdiff |
2011-01-06 |
Aurelien Jarno | softfloat: fix float{32,64}_maybe_silence_nan() for... |
tree | commitdiff |
2011-01-06 |
Aurelien Jarno | softfloat: rename *IsNaN variables to *IsQuietNaN |
tree | commitdiff |
2011-01-06 |
Aurelien Jarno | softfloat: remove HPPA specific code |
tree | commitdiff |
2011-01-02 |
Peter Maydell | target-arm: Implement correct NaN propagation rules |
tree | commitdiff |
2011-01-02 |
Peter Maydell | softfloat: abstract out target-specific NaN propagation... |
tree | commitdiff |
2011-01-02 |
Peter Maydell | softfloat: Rename float*_is_nan() functions to float... |
tree | commitdiff |
2010-12-27 |
Aurelien Jarno | Merge branch 'spice.v23.pull' of git://anongit.freedesk... |
tree | commitdiff |
2010-12-17 |
Anthony Liguori | Merge remote branch 'arm/for-anthony' into staging |
tree | commitdiff |
2010-12-07 |
Peter Maydell | softfloat: Add float/double to 16 bit integer conversio... |
tree | commitdiff |
2010-12-07 |
Peter Maydell | softfloat: Add float*_maybe_silence_nan() functions |
tree | commitdiff |
2010-12-07 |
Peter Maydell | softfloat: Add float*_is_any_nan() functions |
tree | commitdiff |
2010-10-27 |
Michael S. Tsirkin | Merge branch 'pci' into for_anthony |
tree | commitdiff |
2010-07-26 |
Anthony Liguori | Merge remote branch 'mst/for_anthony' into staging |
tree | commitdiff |
2010-07-15 |
Anthony Liguori | Merge remote branch 'origin/master' into staging |
tree | commitdiff |
2010-07-13 |
Aurelien Jarno | softfloat: add float32_exp2() |
tree | commitdiff |
2010-03-07 |
Blue Swirl | softfloat: remove dead assignments, spotted by clang |
tree | commitdiff |
2010-02-23 |
Richard Henderson | target-alpha: Split up FPCR value into separate fields. |
tree | commitdiff |
2010-02-08 |
Anthony Liguori | Merge remote branch 'linux-user/linux-user-for-upstream... |
tree | commitdiff |
2010-02-08 |
Anthony Liguori | Merge remote branch 'qemu-kvm/uq/master' into staging-tmp |
tree | commitdiff |
2010-02-06 |
Stefan Weil | arm host: fix compiler warning |
tree | commitdiff |
2009-12-13 |
Richard Henderson | target-alpha: Fixes for alpha-linux syscalls. |
tree | commitdiff |
2009-12-13 |
Richard Henderson | target-alpha: Enable softfloat. |
tree | commitdiff |
2009-12-13 |
Andreas Färber | Silence softfloat warnings on OpenSolaris |
tree | commitdiff |
2009-12-01 |
Anthony Liguori | Merge commit 'mst/for_anthony' into mst |
tree | commitdiff |
2009-11-29 |
Aurelien Jarno | Add support for GNU/kFreeBSD |
tree | commitdiff |
2009-11-19 |
Paul Brook | ARM FP16 support |
tree | commitdiff |
2009-07-27 |
Juan Quintela | rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATH |
tree | commitdiff |
2009-07-27 |
Juan Quintela | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN |
tree | commitdiff |
2009-07-27 |
Juan Quintela | rename HOST_BSD to CONFIG_BSD |
tree | commitdiff |
2009-07-27 |
Juan Quintela | change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION} |
tree | commitdiff |
2009-04-13 |
blueswir1 | Fix OpenSolaris gcc4 warnings: iovec type mismatches... |
tree | commitdiff |
2009-04-13 |
blueswir1 | Fix OpenSolaris softfloat warnings |
tree | commitdiff |
2009-03-08 |
blueswir1 | Rename one more _BSD to HOST_BSD (spotted by Hasso... |
tree | commitdiff |
2009-03-08 |
blueswir1 | Rename _BSD to HOST_BSD so that it's more obvious that... |
tree | commitdiff |
2009-03-07 |
blueswir1 | Sparse fixes: dubious mixing of bitwise and logical... |
tree | commitdiff |
2009-02-05 |
aurel32 | soft-float: add float32_log2() and float64_log2() |
tree | commitdiff |
2009-02-04 |
aurel32 | softfloat: add a 1.0 constant for float32 and float64 |
tree | commitdiff |
2009-01-25 |
malc | Add static qualifier to local functions |
tree | commitdiff |
2009-01-14 |
malc | Remove all traces of __powerpc__ |
tree | commitdiff |
2008-12-20 |
aurel32 | softfloat-native: fix type of float_rounding_mode |
tree | commitdiff |
2008-12-19 |
pbrook | Implement flush-to-zero mode (denormal results are... |
tree | commitdiff |
2008-12-19 |
pbrook | Implement default-NaN mode. |
tree | commitdiff |
2008-12-19 |
pbrook | Correctly normalize values and handle zero inputs to... |
tree | commitdiff |
2008-12-18 |
aurel32 | fp: fix float32_is_infinity() |
tree | commitdiff |
2008-12-15 |
aurel32 | softfloat-native: improve correctness of floatXX_is_neg() |
tree | commitdiff |
2008-12-15 |
aurel32 | fp: add floatXX_is_infinity(), floatXX_is_neg(), floatX... |
tree | commitdiff |
2008-12-15 |
aurel32 | softfloat-native: fix *nan() |
tree | commitdiff |
2008-12-14 |
aurel32 | Use float_relation_* constants |
tree | commitdiff |
2008-12-13 |
aurel32 | softfloat-native: add float32_is_nan() |
tree | commitdiff |
2008-12-13 |
blueswir1 | Remove unnecessary trailing newlines |
tree | commitdiff |
2008-11-22 |
blueswir1 | Add native softfloat fpu functions (Christoph Egger) |
tree | commitdiff |
2008-11-18 |
malc | Preliminary AIX support |
tree | commitdiff |
2008-11-04 |
pbrook | Fix ARM default NaN. |
tree | commitdiff |
2008-10-26 |
blueswir1 | Fix undeclared symbol warnings from sparse |
tree | commitdiff |
2008-09-20 |
blueswir1 | Suppress gcc 4.x -Wpointer-sign (included in -Wall... |
tree | commitdiff |
2008-08-24 |
blueswir1 | Fix math warnings on OpenBSD -current |
tree | commitdiff |
2008-08-15 |
blueswir1 | Preliminary OpenBSD host support (based on OpenBSD... |
tree | commitdiff |
2007-12-25 |
ths | Assortment of soft-float fixes, by Aurelien Jarno. |
tree | commitdiff |
2007-11-25 |
blueswir1 | 128-bit float support for user mode |
tree | commitdiff |
2007-11-21 |
blueswir1 | Fix more typos in softloat code (Eduardo Felipe) |
tree | commitdiff |
2007-11-21 |
pbrook | Fix typo in softfloat code. |
tree | commitdiff |
2007-11-18 |
pbrook | Add strict checking mode for softfp code. |
tree | commitdiff |
2007-11-16 |
ths | Fix NaN handling for MIPS and HPPA. |
tree | commitdiff |
2007-11-11 |
pbrook | ARMv7 support. |
tree | commitdiff |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
tree | commitdiff |
2007-05-31 |
ths | Add proper float*_is_nan prototypes. |
tree | commitdiff |
2007-05-11 |
ths | Fix softfloat NaN handling. |
tree | commitdiff |
2007-04-22 |
ths | Check that HOST_SOLARIS is defined before relying on... |
tree | commitdiff |
2007-04-17 |
ths | Updated Solaris isinf support, by Juergen Keil and... |
tree | commitdiff |
2007-04-01 |
ths | Solaris 9/x86 support, by Ben Taylor. |
tree | commitdiff |
2007-03-20 |
j_mayer | Ooops... Typo. |
tree | commitdiff |
2007-03-20 |
j_mayer | Add missing softfloat helpers. |
tree | commitdiff |
2007-03-19 |
ths | trunc() for Solaris 9 / SPARC, by Juergen Keil. |
tree | commitdiff |
2006-10-28 |
bellard | avoid using char when it is not necessary |
tree | commitdiff |
2006-10-22 |
pbrook | ColdFire target. |
tree | commitdiff |
2006-06-14 |
bellard | Solaris/SPARC host port (Ben Taylor) |
tree | commitdiff |
2006-05-01 |
bellard | Solaris port (Ben Taylor) |
tree | commitdiff |
2006-04-28 |
pbrook | Fix typo in BSD FP rounding mode names. |
tree | commitdiff |
2006-04-26 |
pbrook | Remove missing include. |
tree | commitdiff |
2006-04-25 |
bellard | Solaris port (Ben Taylor) |
tree | commitdiff |
2006-04-23 |
bellard | 64 bit fix |
tree | commitdiff |
2005-03-20 |
bellard | more native FPU comparison functions - native FPU remainder |
tree | commitdiff |
2005-03-13 |
bellard | added abs, chs and compare functions |
tree | commitdiff |
2005-03-13 |
bellard | soft float support |
tree | commitdiff |
|