32 bit SVM fixes - INVLPG and INVLPGA updates
[qemu] / target-i386 / translate.c
2008-06-04 bellard32 bit SVM fixes - INVLPG and INVLPGA updates
2008-05-28 bellardSVM rework
2008-05-25 bellardfixed x86_64 regression
2008-05-25 bellardtransformed TN into temporaries - add local temporaries...
2008-05-24 pbrookFix ARM conditional branch bug.
2008-05-22 bellarduse debug_insn_start to have nicer debug traces
2008-05-22 bellardproper helper definition registering (all targets must...
2008-05-22 bellardoptimization of shifts by a constant
2008-05-22 bellardlahf/sahf cpuid test
2008-05-22 bellardcmpxchg8b fix - added cmpxchg16b
2008-05-22 bellardcmpxchg 64 bit fix
2008-05-21 bellardconverted conditional jumps, SET and CMOVx to TCG
2008-05-21 bellardconverted env access to TCG
2008-05-21 bellardconvert eflags manipulation insns to TCG
2008-05-21 bellardconvert remaining segment handling to TCG
2008-05-21 bellardconverted LSL/LAR/VERW/VERR to TCG - force 16 bit memor...
2008-05-21 bellardsuppressed no longer used ops
2008-05-21 bellardconverted INTO/CMPXCHG8B to TCG
2008-05-21 bellardconverted BCD ops to TCG
2008-05-21 bellardconverted MUL/IMUL to TCG
2008-05-18 bellardconverted string OPs and LOOP insns to TCG
2008-05-18 bellardfixed INC/DEC condition codes
2008-05-17 bellardconverted sign extension ops to TCG
2008-05-17 bellardMONITOR insn address generation fix - converted XLAT...
2008-05-17 bellardBSR/BSF TCG conversion
2008-05-17 bellardconverted bit test operations to TCG
2008-05-17 bellardconverted adc, sbb, cmpxchg to TCG
2008-05-17 bellardconverted condition code supprot to TCG - converted...
2008-05-15 bellardconverted more helpers to TCG - fixed some SVM issues
2008-05-12 bellardcompilation fix
2008-05-12 bellardconverted more helpers to TCG
2008-05-12 bellardFPU fixes
2008-05-12 bellardconverted x87 FPU ops to TCG
2008-05-12 bellardconverted SSE/MMX ops to TCG
2008-05-12 bellarduse TCG for MMX/SSE memory accesses
2008-04-28 aurel32Factorize code in translate.c
2008-04-09 aurel32Check for 3DNow! CPUID at translation time
2008-04-08 aurel323DNow! instruction set emulation
2008-02-24 blueswir1 More helper types, rearrange generic definitions
2008-02-03 pbrookAdd TCG variable opaque type.
2008-02-01 bellarduse the TCG code generator
2007-12-24 balrogFix cmpxchg8b translation (Bernhard Kauer).
2007-12-09 balrogAdd rdpmc SVM intercept, by Bernhard Kauer.
2007-11-08 bellardremoved obsolete x86 code copy support
2007-10-31 balrogCorrect the WBINVD intercept in SVM (Alexander Graf).
2007-09-27 thsSVM VINTR fix, by Alexander Graf.
2007-09-23 thsSVM Support, by Alexander Graf.
2007-09-20 j_mayerExtend TB flags to 64 bits (Alexander Graf).
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-06-26 thsDR6 single step exception status bit, by Juergen Keil.
2007-06-23 thsFix division by zero handling, by Joris van Rantwijk.
2007-06-03 thsSpelling fixes, by Stefan Weil.
2007-05-27 blueswir1Spelling fix (Mark Glines)
2007-04-27 thsWorkaround qemu guest SIGSEGVs with cmpxchg8b insn...
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
next