summaryrefslogtreecommitdiffstats
path: root/target-i386/translate.c
Commit message (Expand)AuthorAgeFilesLines
...
* converted adc, sbb, cmpxchg to TCGbellard2008-05-171-172/+151
* converted condition code supprot to TCG - converted shift ops to TCGbellard2008-05-171-640/+597
* converted more helpers to TCG - fixed some SVM issuesbellard2008-05-151-147/+153
* compilation fixbellard2008-05-121-1/+3
* converted more helpers to TCGbellard2008-05-121-58/+62
* FPU fixesbellard2008-05-121-11/+11
* converted x87 FPU ops to TCGbellard2008-05-121-142/+228
* converted SSE/MMX ops to TCGbellard2008-05-121-121/+200
* use TCG for MMX/SSE memory accessesbellard2008-05-121-52/+58
* Factorize code in translate.caurel322008-04-281-0/+23
* Check for 3DNow! CPUID at translation timeaurel322008-04-091-2/+13
* 3DNow! instruction set emulationaurel322008-04-081-6/+51
* More helper types, rearrange generic definitionsblueswir12008-02-241-64/+0
* Add TCG variable opaque type.pbrook2008-02-031-3/+3
* use the TCG code generatorbellard2008-02-011-737/+776
* Fix cmpxchg8b translation (Bernhard Kauer).balrog2007-12-241-1/+1
* Add rdpmc SVM intercept, by Bernhard Kauer.balrog2007-12-091-0/+4
* removed obsolete x86 code copy supportbellard2007-11-081-3/+0
* Correct the WBINVD intercept in SVM (Alexander Graf).balrog2007-10-311-1/+1
* SVM VINTR fix, by Alexander Graf.ths2007-09-271-2/+0
* SVM Support, by Alexander Graf.ths2007-09-231-5/+238
* Extend TB flags to 64 bits (Alexander Graf).j_mayer2007-09-201-2/+3
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-47/+47
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-125/+125
* DR6 single step exception status bit, by Juergen Keil.ths2007-06-261-1/+1
* Fix division by zero handling, by Joris van Rantwijk.ths2007-06-231-2/+6
* Spelling fixes, by Stefan Weil.ths2007-06-031-1/+1
* Spelling fix (Mark Glines)blueswir12007-05-271-1/+1
* Workaround qemu guest SIGSEGVs with cmpxchg8b insn, by Juergen Keil.ths2007-04-271-0/+1
* fixed movd mmx/sse insnbellard2007-01-161-8/+40
* added SMM supportbellard2006-09-241-0/+11
* multi byte nop supportbellard2006-09-031-2/+57
* monitor/mwait supportbellard2006-07-101-10/+55
* fix for movq2dq, movdq2q and cvttps2dq (thanx to Julian Seward and malc)bellard2006-06-241-8/+8
* x86_64 mmx/sse fixbellard2006-06-141-1/+11
* movddup fixbellard2006-04-241-1/+1
* SSE3 support (Joachim Henke)bellard2006-04-231-14/+49
* btx decode fix on x86_64bellard2006-04-021-1/+1
* fxsave/fxrstor fixbellard2006-02-041-2/+12
* use direct jump only for jumps in the same pagebellard2005-11-201-19/+34
* CR4.TSD flag support (Matt Schulkind)bellard2005-08-211-1/+2
* x86_64 fixes (initial patch by Filip Navara)bellard2005-07-231-34/+86
* lcall and ljmp fixes in 64 bit mode - sysret fixbellard2005-04-231-18/+31
* verr and verw eflags opt fixbellard2005-04-171-0/+2
* x86_64 fixesbellard2005-03-031-8/+22
* loop insn fix for non x86 hostsbellard2005-02-211-0/+2
* pusha, popa and enter fixbellard2005-02-011-3/+3
* x86_64 call Ev fixbellard2005-01-311-1/+14
* avoid empty opbellard2005-01-231-0/+2
* CR8 supportbellard2005-01-231-2/+5
OpenPOWER on IntegriCloud