]> git.proxmox.com Git - qemu.git/history - fpu
qcow2: Fix error handling for reading compressed clusters
[qemu.git] / fpu /
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-21 Aurelien JarnoMerge branch 'usb.4' of git://anongit.freedesktop.org...
2011-01-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-20 Aurelien Jarnosoftfloat: fix floatx80_is_{quiet,signaling}_nan()
2011-01-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-14 Peter Maydellsoftfloat: Add float32_is_zero_or_denormal() function
2011-01-14 Aurelien Jarnosoftfloat: fix default-NaN mode
2011-01-14 Aurelien Jarnosoftfloat: SH4 has the sNaN bit set
2011-01-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-10 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-01-08 Aurelien JarnoMerge branch 'linux-user-for-upstream' of git://gitorio...
2011-01-07 Peter Maydellsoftfloat: Implement floatx80_is_any_nan() and float128...
2011-01-06 Peter Maydellsoftfloat: Implement flushing input denormals to zero
2011-01-06 Aurelien Jarnotarget-ppc: Implement correct NaN propagation rules
2011-01-06 Aurelien Jarnotarget-mips: Implement correct NaN propagation rules
2011-01-06 Aurelien Jarnosoftfloat: use float{32,64,x80,128}_maybe_silence_nan()
2011-01-06 Aurelien Jarnosoftfloat: add float{x80,128}_maybe_silence_nan()
2011-01-06 Aurelien Jarnosoftfloat: fix float{32,64}_maybe_silence_nan() for...
2011-01-06 Aurelien Jarnosoftfloat: rename *IsNaN variables to *IsQuietNaN
2011-01-06 Aurelien Jarnosoftfloat: remove HPPA specific code
2011-01-02 Peter Maydelltarget-arm: Implement correct NaN propagation rules
2011-01-02 Peter Maydellsoftfloat: abstract out target-specific NaN propagation...
2011-01-02 Peter Maydellsoftfloat: Rename float*_is_nan() functions to float...
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-07 Peter Maydellsoftfloat: Add float/double to 16 bit integer conversio...
2010-12-07 Peter Maydellsoftfloat: Add float*_maybe_silence_nan() functions
2010-12-07 Peter Maydellsoftfloat: Add float*_is_any_nan() functions
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-15 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-07-13 Aurelien Jarnosoftfloat: add float32_exp2()
2010-03-07 Blue Swirlsoftfloat: remove dead assignments, spotted by clang
2010-02-23 Richard Hendersontarget-alpha: Split up FPCR value into separate fields.
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-06 Stefan Weilarm host: fix compiler warning
2009-12-13 Richard Hendersontarget-alpha: Fixes for alpha-linux syscalls.
2009-12-13 Richard Hendersontarget-alpha: Enable softfloat.
2009-12-13 Andreas FärberSilence softfloat warnings on OpenSolaris
2009-12-01 Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-11-29 Aurelien JarnoAdd support for GNU/kFreeBSD
2009-11-19 Paul BrookARM FP16 support
2009-07-27 Juan Quintelarename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATH
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-27 Juan Quintelarename HOST_BSD to CONFIG_BSD
2009-07-27 Juan Quintelachange HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
2009-04-13 blueswir1Fix OpenSolaris gcc4 warnings: iovec type mismatches...
2009-04-13 blueswir1Fix OpenSolaris softfloat warnings
2009-03-08 blueswir1Rename one more _BSD to HOST_BSD (spotted by Hasso...
2009-03-08 blueswir1Rename _BSD to HOST_BSD so that it's more obvious that...
2009-03-07 blueswir1Sparse fixes: dubious mixing of bitwise and logical...
2009-02-05 aurel32soft-float: add float32_log2() and float64_log2()
2009-02-04 aurel32softfloat: add a 1.0 constant for float32 and float64
2009-01-25 malcAdd static qualifier to local functions
2009-01-14 malcRemove all traces of __powerpc__
2008-12-20 aurel32softfloat-native: fix type of float_rounding_mode
2008-12-19 pbrookImplement flush-to-zero mode (denormal results are...
2008-12-19 pbrookImplement default-NaN mode.
2008-12-19 pbrookCorrectly normalize values and handle zero inputs to...
2008-12-18 aurel32fp: fix float32_is_infinity()
2008-12-15 aurel32softfloat-native: improve correctness of floatXX_is_neg()
2008-12-15 aurel32fp: add floatXX_is_infinity(), floatXX_is_neg(), floatX...
2008-12-15 aurel32softfloat-native: fix *nan()
2008-12-14 aurel32Use float_relation_* constants
2008-12-13 aurel32softfloat-native: add float32_is_nan()
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-11-22 blueswir1Add native softfloat fpu functions (Christoph Egger)
2008-11-18 malcPreliminary AIX support
2008-11-04 pbrookFix ARM default NaN.
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-08-24 blueswir1Fix math warnings on OpenBSD -current
2008-08-15 blueswir1Preliminary OpenBSD host support (based on OpenBSD...
2007-12-25 thsAssortment of soft-float fixes, by Aurelien Jarno.
2007-11-25 blueswir1 128-bit float support for user mode
2007-11-21 blueswir1 Fix more typos in softloat code (Eduardo Felipe)
2007-11-21 pbrookFix typo in softfloat code.
2007-11-18 pbrookAdd strict checking mode for softfp code.
2007-11-16 thsFix NaN handling for MIPS and HPPA.
2007-11-11 pbrookARMv7 support.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-05-31 thsAdd proper float*_is_nan prototypes.
2007-05-11 thsFix softfloat NaN handling.
2007-04-22 thsCheck that HOST_SOLARIS is defined before relying on...
2007-04-17 thsUpdated Solaris isinf support, by Juergen Keil and...
2007-04-01 thsSolaris 9/x86 support, by Ben Taylor.
2007-03-20 j_mayerOoops... Typo.
2007-03-20 j_mayerAdd missing softfloat helpers.
2007-03-19 thstrunc() for Solaris 9 / SPARC, by Juergen Keil.
2006-10-28 bellardavoid using char when it is not necessary
2006-10-22 pbrookColdFire target.
2006-06-14 bellardSolaris/SPARC host port (Ben Taylor)
2006-05-01 bellardSolaris port (Ben Taylor)
2006-04-28 pbrookFix typo in BSD FP rounding mode names.
2006-04-26 pbrookRemove missing include.
2006-04-25 bellardSolaris port (Ben Taylor)
2006-04-23 bellard64 bit fix
2005-03-20 bellardmore native FPU comparison functions - native FPU remainder
next