aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386/translate.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-18fixed INC/DEC condition codesbellard1-1/+1
2008-05-17converted sign extension ops to TCGbellard1-15/+31
2008-05-17MONITOR insn address generation fix - converted XLAT to TCGbellard1-16/+20
2008-05-17BSR/BSF TCG conversionbellard1-27/+21
2008-05-17converted bit test operations to TCGbellard1-55/+53
2008-05-17converted adc, sbb, cmpxchg to TCGbellard1-172/+151
2008-05-17converted condition code supprot to TCG - converted shift ops to TCGbellard1-640/+597
2008-05-15converted more helpers to TCG - fixed some SVM issuesbellard1-147/+153
2008-05-12compilation fixbellard1-1/+3
2008-05-12converted more helpers to TCGbellard1-58/+62
2008-05-12FPU fixesbellard1-11/+11
2008-05-12converted x87 FPU ops to TCGbellard1-142/+228
2008-05-12converted SSE/MMX ops to TCGbellard1-121/+200
2008-05-12use TCG for MMX/SSE memory accessesbellard1-52/+58
2008-04-28Factorize code in translate.caurel321-0/+23
2008-04-09Check for 3DNow! CPUID at translation timeaurel321-2/+13
2008-04-083DNow! instruction set emulationaurel321-6/+51
2008-02-24 More helper types, rearrange generic definitionsblueswir11-64/+0
2008-02-03Add TCG variable opaque type.pbrook1-3/+3
2008-02-01use the TCG code generatorbellard1-737/+776
2007-12-24Fix cmpxchg8b translation (Bernhard Kauer).balrog1-1/+1
2007-12-09Add rdpmc SVM intercept, by Bernhard Kauer.balrog1-0/+4
2007-11-08removed obsolete x86 code copy supportbellard1-3/+0
2007-10-31Correct the WBINVD intercept in SVM (Alexander Graf).balrog1-1/+1
2007-09-27SVM VINTR fix, by Alexander Graf.ths1-2/+0
2007-09-23SVM Support, by Alexander Graf.ths1-5/+238
2007-09-20Extend TB flags to 64 bits (Alexander Graf).j_mayer1-2/+3
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-47/+47
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-125/+125
2007-06-26DR6 single step exception status bit, by Juergen Keil.ths1-1/+1
2007-06-23Fix division by zero handling, by Joris van Rantwijk.ths1-2/+6
2007-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2007-05-27Spelling fix (Mark Glines)blueswir11-1/+1
2007-04-27Workaround qemu guest SIGSEGVs with cmpxchg8b insn, by Juergen Keil.ths1-0/+1
2007-01-16fixed movd mmx/sse insnbellard1-8/+40
2006-09-24added SMM supportbellard1-0/+11
2006-09-03multi byte nop supportbellard1-2/+57
2006-07-10monitor/mwait supportbellard1-10/+55
2006-06-24fix for movq2dq, movdq2q and cvttps2dq (thanx to Julian Seward and malc)bellard1-8/+8
2006-06-14x86_64 mmx/sse fixbellard1-1/+11
2006-04-24movddup fixbellard1-1/+1
2006-04-23SSE3 support (Joachim Henke)bellard1-14/+49
2006-04-02btx decode fix on x86_64bellard1-1/+1
2006-02-04fxsave/fxrstor fixbellard1-2/+12
2005-11-20use direct jump only for jumps in the same pagebellard1-19/+34
2005-08-21CR4.TSD flag support (Matt Schulkind)bellard1-1/+2
2005-07-23x86_64 fixes (initial patch by Filip Navara)bellard1-34/+86
2005-04-23lcall and ljmp fixes in 64 bit mode - sysret fixbellard1-18/+31
2005-04-17verr and verw eflags opt fixbellard1-0/+2
2005-03-03x86_64 fixesbellard1-8/+22