index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpu
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-13
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
blueswir1
1
-2
/
+2
2009-04-13
Fix OpenSolaris softfloat warnings
blueswir1
2
-1
/
+4
2009-03-08
Rename one more _BSD to HOST_BSD (spotted by Hasso Tepper)
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
2
-4
/
+5
2009-03-07
Sparse fixes: dubious mixing of bitwise and logical operations
blueswir1
1
-4
/
+4
2009-02-05
soft-float: add float32_log2() and float64_log2()
aurel32
2
-0
/
+95
2009-02-04
softfloat: add a 1.0 constant for float32 and float64
aurel32
1
-0
/
+2
2009-01-25
Add static qualifier to local functions
malc
1
-1
/
+1
2009-01-14
Remove all traces of __powerpc__
malc
1
-1
/
+1
2008-12-20
softfloat-native: fix type of float_rounding_mode
aurel32
1
-2
/
+2
2008-12-19
Implement flush-to-zero mode (denormal results are replaced with zero).
pbrook
2
-3
/
+23
2008-12-19
Implement default-NaN mode.
pbrook
2
-0
/
+23
2008-12-19
Correctly normalize values and handle zero inputs to scalbn functions.
pbrook
1
-8
/
+29
2008-12-18
fp: fix float32_is_infinity()
aurel32
1
-1
/
+1
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
2
-0
/
+105
2008-12-15
softfloat-native: fix *nan()
aurel32
2
-1
/
+15
2008-12-14
Use float_relation_* constants
aurel32
1
-24
/
+24
2008-12-13
softfloat-native: add float32_is_nan()
aurel32
2
-0
/
+10
2008-12-13
Remove unnecessary trailing newlines
blueswir1
1
-1
/
+0
2008-11-22
Add native softfloat fpu functions (Christoph Egger)
blueswir1
1
-2
/
+20
2008-11-18
Preliminary AIX support
malc
1
-0
/
+2
2008-11-04
Fix ARM default NaN.
pbrook
1
-2
/
+2
2008-10-26
Fix undeclared symbol warnings from sparse
blueswir1
1
-6
/
+0
2008-09-20
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
blueswir1
1
-1
/
+1
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-12-25
Assortment of soft-float fixes, by Aurelien Jarno.
ths
1
-11
/
+35
2007-11-25
128-bit float support for user mode
blueswir1
2
-0
/
+46
2007-11-21
Fix more typos in softloat code (Eduardo Felipe)
blueswir1
1
-1
/
+1
2007-11-21
Fix typo in softfloat code.
pbrook
1
-6
/
+6
2007-11-18
Add strict checking mode for softfp code.
pbrook
3
-105
/
+200
2007-11-16
Fix NaN handling for MIPS and HPPA.
ths
1
-40
/
+68
2007-11-11
ARMv7 support.
pbrook
3
-0
/
+95
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-2
/
+2
2007-05-31
Add proper float*_is_nan prototypes.
ths
1
-1
/
+4
2007-05-11
Fix softfloat NaN handling.
ths
1
-10
/
+38
2007-04-22
Check that HOST_SOLARIS is defined before relying on its value.
ths
2
-3
/
+3
2007-04-17
Updated Solaris isinf support, by Juergen Keil and Ben Taylor.
ths
1
-0
/
+23
2007-04-01
Solaris 9/x86 support, by Ben Taylor.
ths
2
-0
/
+23
2007-03-20
Ooops... Typo.
j_mayer
1
-1
/
+1
2007-03-20
Add missing softfloat helpers.
j_mayer
4
-0
/
+158
2007-03-19
trunc() for Solaris 9 / SPARC, by Juergen Keil.
ths
1
-0
/
+6
2006-10-28
avoid using char when it is not necessary
bellard
5
-110
/
+110
2006-10-22
ColdFire target.
pbrook
4
-0
/
+31
2006-06-14
Solaris/SPARC host port (Ben Taylor)
bellard
1
-4
/
+9
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
2
-1
/
+4
[next]