fixed movd mmx/sse insn
[qemu] / target-i386 / translate.c
2007-01-16 bellardfixed movd mmx/sse insn
2006-09-24 bellardadded SMM support
2006-09-03 bellardmulti byte nop support
2006-07-10 bellardmonitor/mwait support
2006-06-24 bellardfix for movq2dq, movdq2q and cvttps2dq (thanx to Julian...
2006-06-14 bellardx86_64 mmx/sse fix
2006-04-24 bellardmovddup fix
2006-04-23 bellardSSE3 support (Joachim Henke)
2006-04-02 bellardbtx decode fix on x86_64
2006-02-04 bellardfxsave/fxrstor fix
2005-11-20 bellarduse direct jump only for jumps in the same page
2005-08-21 bellardCR4.TSD flag support (Matt Schulkind)
2005-07-23 bellardx86_64 fixes (initial patch by Filip Navara)
2005-04-23 bellardlcall and ljmp fixes in 64 bit mode - sysret fix
2005-04-17 bellardverr and verw eflags opt fix
2005-03-03 bellardx86_64 fixes
2005-02-21 bellardloop insn fix for non x86 hosts
2005-02-01 bellardpusha, popa and enter fix
2005-01-31 bellardx86_64 call Ev fix
2005-01-23 bellardavoid empty op
2005-01-23 bellardCR8 support
2005-01-16 bellardsse fix
2005-01-10 bellardremoved debug code
2005-01-09 bellardgeneralized use of GOTO_TB() macro
2005-01-08 bellardMMX/SSE support
2005-01-06 bellarddiv64 fix - raise_interrupt() fix - SSE fix
2005-01-04 bellardsyscall insn fix
2005-01-03 bellardx86_64 target support
2004-12-19 bellardfixed ins in case of page fault
2004-11-24 bellardadded undocumented FPU ops support
2004-11-14 bellardenter insn fix
2004-10-09 bellardmonitor fixes
2004-08-15 bellardbound instruction fix
2004-06-13 bellardfixed 16 bit segment optimisations
2004-06-12 bellardadded ffree - added cpu log option
2004-05-29 bellardfnop FPU exception support (aka FreeBSD FPU probe)...
2004-05-16 bellardBSR/BSF undefined behaviour fix
2004-05-08 bellarddivision by zero FPU exception support
2004-04-25 bellardprecise self modifying code support
2004-04-22 bellardimul imm8 fix - 0x82 opcode support (Hidemi KAWAI)
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-26 bellardgcc 2.95.4 compile fix (Petter Reinholdtsen)
2004-03-26 bellardfixed ljmp and iret to TSS
2004-03-21 bellardmore log items
2004-02-25 bellardCR0.MP/EM/TS support
2004-02-16 bellardfixed lea exception
2004-01-24 bellardfixed eflags optimisations with string operation (aka...
2004-01-19 bellardL4 fix for rep nop (should handle all cases)
2004-01-18 bellardxadd fix
2004-01-05 bellarduse generic GenOpFunc
2004-01-04 bellardadded raw/user/kernel memory accesses for shifts/adc...
2004-01-04 bellardinvd and wbinvd support - fixed code gen logic for...
2003-12-02 bellardP4 style multiplication eflags
2003-11-23 bellardfixed eflags IF/IOPL update
2003-11-19 bellardadded fcmovxx support (fixes segfaults in some recent...
2003-11-13 bellardfixed pop %sp bug
2003-11-13 bellardfixed lmsw instruction
2003-11-13 bellardiret and int fix for vm86 - added undefined instruction...
2003-10-30 bellardsoft MMU performance fix (oops)
2003-10-27 bellardfull softmmu support
2003-10-05 bellardlog activation from gdb - gdb single step support for...
2003-09-30 bellardnew directory structure