]> git.proxmox.com Git - qemu.git/history - fpu
user: Restore debug usage message for '-d ?' in user mode emulation
[qemu.git] / fpu /
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-1...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-10 Edgar E. IglesiasMerge remote branch 'rth/axp-next' into alpha-merge
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'jvrao/for-anthony' into...
2011-06-03 Aurelien JarnoMerge branch 's390-next' of git://repo.or.cz/qemu/agraf
2011-06-03 Aurelien JarnoMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-03 Aurelien Jarnosoftfloat: add float*_is_zero_or_denormal()
2011-06-03 Aurelien Jarnosoftfloat: always enable floatx80 and float128 support
2011-06-03 Aurelien Jarnosoftfloat-native: remove
2011-05-25 Anthony LiguoriMerge remote-tracking branch 'kraxel/CVE-2011-1751...
2011-05-23 Peter Maydellsoftfloat: Add new flag for when denormal result is...
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-25 Aurelien Jarnosoftfloat-native: add float*_is_any_nan() functions
2011-04-25 Aurelien Jarnosoftfloat-native: fix float*_scalbn() functions
2011-04-25 Aurelien Jarnosoftfloat: fix float*_scalnb() corner cases
2011-04-25 Aurelien Jarnosoftfloat: add floatx80_compare*() functions
2011-04-25 Aurelien Jarnosoftfloat-native: add a few constant values
2011-04-25 Aurelien Jarnosoftfloat: add pi constants
2011-04-25 Aurelien Jarnosoftfloat: add floatx80 constants
2011-04-25 Aurelien Jarnosoftfloat: fix floatx80_is_infinity()
2011-04-25 Aurelien Jarnosoftfloat: fix floatx80 handling of NaN
2011-04-17 Aurelien Jarnosoftfloat: improve description of comparison functions
2011-04-17 Aurelien Jarnosoftfloat: move float*_eq and float*_eq_quiet
2011-04-17 Aurelien Jarnosoftfloat: rename float*_eq_signaling() into float...
2011-04-17 Aurelien Jarnosoftfloat: rename float*_eq() into float*_eq_quiet()
2011-04-17 Aurelien Jarnosoftfloat-native: add float*_unordered_quiet() functions
2011-04-17 Aurelien Jarnosoftfloat: add float*_unordered_{,quiet}() functions
2011-04-17 Aurelien Jarnosoftfloat: use GCC builtins to count the leading zeros
2011-04-12 Peter Maydellsoftfloat: Add setter function for tininess detection...
2011-04-12 Guan Xuetaounicore32: necessary modifications for other files...
2011-04-03 Peter Maydellsoftfloat: Add float*_min() and float*_max() functions
2011-03-24 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-21 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-03-21 Andreas Färbersoftfloat: Drop [s]bits{8, 16, 32, 64} types in favor...
2011-03-21 Andreas Färbersoftfloat: Resolve type mismatches between declaration...
2011-03-21 Andreas Färbersoftfloat: Prepend QEMU-style header with derivation...
2011-02-24 Christophe Lyonsoftfloat: add _set_sign(), _infinity and _half for...
2011-02-24 Christophe Lyonsoftfloat: move all default NaN definitions to softfloat.h.
2011-02-16 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-02-10 Peter Maydellsoftfloat: Fix compilation failures with USE_SOFTFLOAT_...
2011-02-10 Peter Maydellsoftfloat: Correctly handle NaNs in float16_to_float32()
2011-02-10 Peter Maydellsoftfloat: Fix single-to-half precision float conversions
2011-02-10 Christophe Lyonsoftfloat: Honour default_nan_mode for float-to-float...
2011-02-10 Peter Maydellsoftfloat: Add float16 type and float16 NaN handling...
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...
next