aboutsummaryrefslogtreecommitdiff
path: root/target-i386/translate.c
AgeCommit message (Expand)Author
2008-05-21converted MUL/IMUL to TCGbellard
2008-05-18converted string OPs and LOOP insns to TCGbellard
2008-05-18fixed INC/DEC condition codesbellard
2008-05-17converted sign extension ops to TCGbellard
2008-05-17MONITOR insn address generation fix - converted XLAT to TCGbellard
2008-05-17BSR/BSF TCG conversionbellard
2008-05-17converted bit test operations to TCGbellard
2008-05-17converted adc, sbb, cmpxchg to TCGbellard
2008-05-17converted condition code supprot to TCG - converted shift ops to TCGbellard
2008-05-15converted more helpers to TCG - fixed some SVM issuesbellard
2008-05-12compilation fixbellard
2008-05-12converted more helpers to TCGbellard
2008-05-12FPU fixesbellard
2008-05-12converted x87 FPU ops to TCGbellard
2008-05-12converted SSE/MMX ops to TCGbellard
2008-05-12use TCG for MMX/SSE memory accessesbellard
2008-04-28Factorize code in translate.caurel32
2008-04-09Check for 3DNow! CPUID at translation timeaurel32
2008-04-083DNow! instruction set emulationaurel32
2008-02-24 More helper types, rearrange generic definitionsblueswir1
2008-02-03Add TCG variable opaque type.pbrook
2008-02-01use the TCG code generatorbellard
2007-12-24Fix cmpxchg8b translation (Bernhard Kauer).balrog
2007-12-09Add rdpmc SVM intercept, by Bernhard Kauer.balrog
2007-11-08removed obsolete x86 code copy supportbellard
2007-10-31Correct the WBINVD intercept in SVM (Alexander Graf).balrog
2007-09-27SVM VINTR fix, by Alexander Graf.ths
2007-09-23SVM Support, by Alexander Graf.ths
2007-09-20Extend TB flags to 64 bits (Alexander Graf).j_mayer
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-06-26DR6 single step exception status bit, by Juergen Keil.ths
2007-06-23Fix division by zero handling, by Joris van Rantwijk.ths
2007-06-03Spelling fixes, by Stefan Weil.ths
2007-05-27Spelling fix (Mark Glines)blueswir1
2007-04-27Workaround qemu guest SIGSEGVs with cmpxchg8b insn, by Juergen Keil.ths
2007-01-16fixed movd mmx/sse insnbellard
2006-09-24added SMM supportbellard
2006-09-03multi byte nop supportbellard
2006-07-10monitor/mwait supportbellard
2006-06-24fix for movq2dq, movdq2q and cvttps2dq (thanx to Julian Seward and malc)bellard
2006-06-14x86_64 mmx/sse fixbellard
2006-04-24movddup fixbellard
2006-04-23SSE3 support (Joachim Henke)bellard
2006-04-02btx decode fix on x86_64bellard
2006-02-04fxsave/fxrstor fixbellard
2005-11-20use direct jump only for jumps in the same pagebellard
2005-08-21CR4.TSD flag support (Matt Schulkind)bellard
2005-07-23x86_64 fixes (initial patch by Filip Navara)bellard
2005-04-23lcall and ljmp fixes in 64 bit mode - sysret fixbellard