]> git.proxmox.com Git - qemu.git/history - fpu/softfloat-specialize.h
PXE: Refresh all PXE ROMs from the ipxe submodule
[qemu.git] / fpu / softfloat-specialize.h
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: Prepend QEMU-style header with derivation...
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: 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 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-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*_maybe_silence_nan() functions
2009-12-13 Richard Hendersontarget-alpha: Enable softfloat.
2009-03-07 blueswir1Sparse fixes: dubious mixing of bitwise and logical...
2008-12-19 pbrookImplement default-NaN mode.
2008-11-04 pbrookFix ARM default NaN.
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2007-12-25 thsAssortment of soft-float fixes, by Aurelien Jarno.
2007-11-18 pbrookAdd strict checking mode for softfp code.
2007-11-16 thsFix NaN handling for MIPS and HPPA.
2007-05-11 thsFix softfloat NaN handling.
2006-10-28 bellardavoid using char when it is not necessary
2005-03-13 bellardsoft float support