]> git.proxmox.com Git - qemu.git/history - target-i386/ops_sse.h
smc91c111: Fix receive starvation
[qemu.git] / target-i386 / ops_sse.h
2013-04-15 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-04-15 Anthony LiguoriMerge remote-tracking branch 'quintela/migration.next...
2013-04-13 Aurelien JarnoMerge branch 'mingw' of git://qemu.weilnetz.de/qemu
2013-04-13 Aurelien Jarnotarget-i386: add AES-NI instructions
2013-04-13 Aurelien Jarnotarget-i386: add pclmulqdq instruction
2013-04-01 Aurelien Jarnotarget-i386: SSE4.2: use clz32/ctz32 instead of reinven...
2013-04-01 Aurelien Jarnotarget-i386: SSE4.2: fix pcmpXstrX instructions with...
2013-04-01 Aurelien Jarnotarget-i386: SSE4.2: fix pcmpXstrX instructions in...
2013-04-01 Aurelien Jarnotarget-i386: SSE4.2: fix pcmpXstrX instructions in...
2013-04-01 Aurelien Jarnotarget-i386: SSE4.2: fix pcmpXstrX instructions in...
2013-04-01 Aurelien Jarnotarget-i386: SSE4.2: fix pcmpXstrm instructions
2013-04-01 Aurelien Jarnotarget-i386: SSE4.2: fix pcmpXstri instructions
2013-04-01 Aurelien Jarnotarget-i386: SSE4.2: fix pcmpgtq instruction
2012-08-15 Anthony LiguoriMerge remote-tracking branch 'stefanha/tracing' into...
2012-08-14 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2012-08-14 Blue SwirlMerge branch 'linux-user.next' of git://git.linaro...
2012-08-14 Blue Swirlx86: avoid AREG0 for FPU helpers
2012-08-09 Blue SwirlMerge branch 'x86cpu_qom_tcg_v2' of git://github.com...
2012-07-29 Michael S. TsirkinMerge branch pci into master
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'mjt/mjt-iov2' into staging
2012-06-28 Blue Swirlx86: fix coding style in ops_sse.h
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2012-01-11 Aurelien Jarnotarget-i386: fix dpps and dppd SSE2 instructions
2012-01-11 Aurelien Jarnotarget-i386: fix round{pd,ps,sd,ss} SSE2 instructions
2012-01-11 Aurelien Jarnotarget-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructions
2011-11-21 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2011-11-19 Blue Swirlx86: fix pcmpestrm and pcmpistrm
2011-09-26 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2011-09-17 Max Reitztarget-i386: Fix several SSE3 instructions.
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 Jarnotarget-i386: replace approx_rsqrt and approx_rcp by...
2011-04-17 Aurelien Jarnosoftfloat: rename float*_eq() into float*_eq_quiet()
2011-04-17 Aurelien Jarnotarget-i386: fix CMPUNORDPS/D and CMPORDPS/D instructions
2009-10-04 Andre Przywaratarget-i386: add SSE4a instruction support
2009-09-05 Blue SwirlFix Sparse warnings: add "static"
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-07 aurel32Remove FORCE_RET() and RETURN()
2008-12-01 balrogFix pmovsx* / pmovzx* SSE instructions (original fix...
2008-11-16 aurel32target-i386: fix helper_pmovmskb_mmx helper
2008-10-04 balrogFix crc32w decoding, fix a constant width in blendvpd.
2008-10-04 balrogImplement SSE4.1, SSE4.2 (x86).
2008-09-25 balrogImplement x86 SSSE3 instructions.
2008-05-15 bellardconverted more helpers to TCG - fixed some SVM issues
2008-05-12 bellardconverted SSE/MMX ops to TCG
2008-04-08 aurel323DNow! instruction set emulation
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-01-16 bellardfixed movd mmx/sse insn
2005-04-26 bellardremoved switches in op.c (Paul Brook)
2005-03-20 bellardNaN support in FPU comparisons
2005-03-13 bellardsoft float support
2005-01-23 bellardFORCE_RET() fixes - fpu fixes
2005-01-16 bellardsse fix
2005-01-08 bellardMMX/SSE support