| Commit message (Expand) | Author | Age | Files | Lines |
* | Factorize code in translate.c | aurel32 | 2008-04-28 | 1 | -0/+23 |
* | Check for 3DNow! CPUID at translation time | aurel32 | 2008-04-09 | 1 | -2/+13 |
* | 3DNow! instruction set emulation | aurel32 | 2008-04-08 | 1 | -6/+51 |
* | More helper types, rearrange generic definitions | blueswir1 | 2008-02-24 | 1 | -64/+0 |
* | Add TCG variable opaque type. | pbrook | 2008-02-03 | 1 | -3/+3 |
* | use the TCG code generator | bellard | 2008-02-01 | 1 | -737/+776 |
* | Fix cmpxchg8b translation (Bernhard Kauer). | balrog | 2007-12-24 | 1 | -1/+1 |
* | Add rdpmc SVM intercept, by Bernhard Kauer. | balrog | 2007-12-09 | 1 | -0/+4 |
* | removed obsolete x86 code copy support | bellard | 2007-11-08 | 1 | -3/+0 |
* | Correct the WBINVD intercept in SVM (Alexander Graf). | balrog | 2007-10-31 | 1 | -1/+1 |
* | SVM VINTR fix, by Alexander Graf. | ths | 2007-09-27 | 1 | -2/+0 |
* | SVM Support, by Alexander Graf. | ths | 2007-09-23 | 1 | -5/+238 |
* | Extend TB flags to 64 bits (Alexander Graf). | j_mayer | 2007-09-20 | 1 | -2/+3 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 1 | -47/+47 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -125/+125 |
* | DR6 single step exception status bit, by Juergen Keil. | ths | 2007-06-26 | 1 | -1/+1 |
* | Fix division by zero handling, by Joris van Rantwijk. | ths | 2007-06-23 | 1 | -2/+6 |
* | Spelling fixes, by Stefan Weil. | ths | 2007-06-03 | 1 | -1/+1 |
* | Spelling fix (Mark Glines) | blueswir1 | 2007-05-27 | 1 | -1/+1 |
* | Workaround qemu guest SIGSEGVs with cmpxchg8b insn, by Juergen Keil. | ths | 2007-04-27 | 1 | -0/+1 |
* | fixed movd mmx/sse insn | bellard | 2007-01-16 | 1 | -8/+40 |
* | added SMM support | bellard | 2006-09-24 | 1 | -0/+11 |
* | multi byte nop support | bellard | 2006-09-03 | 1 | -2/+57 |
* | monitor/mwait support | bellard | 2006-07-10 | 1 | -10/+55 |
* | fix for movq2dq, movdq2q and cvttps2dq (thanx to Julian Seward and malc) | bellard | 2006-06-24 | 1 | -8/+8 |
* | x86_64 mmx/sse fix | bellard | 2006-06-14 | 1 | -1/+11 |
* | movddup fix | bellard | 2006-04-24 | 1 | -1/+1 |
* | SSE3 support (Joachim Henke) | bellard | 2006-04-23 | 1 | -14/+49 |
* | btx decode fix on x86_64 | bellard | 2006-04-02 | 1 | -1/+1 |
* | fxsave/fxrstor fix | bellard | 2006-02-04 | 1 | -2/+12 |
* | use direct jump only for jumps in the same page | bellard | 2005-11-20 | 1 | -19/+34 |
* | CR4.TSD flag support (Matt Schulkind) | bellard | 2005-08-21 | 1 | -1/+2 |
* | x86_64 fixes (initial patch by Filip Navara) | bellard | 2005-07-23 | 1 | -34/+86 |
* | lcall and ljmp fixes in 64 bit mode - sysret fix | bellard | 2005-04-23 | 1 | -18/+31 |
* | verr and verw eflags opt fix | bellard | 2005-04-17 | 1 | -0/+2 |
* | x86_64 fixes | bellard | 2005-03-03 | 1 | -8/+22 |
* | loop insn fix for non x86 hosts | bellard | 2005-02-21 | 1 | -0/+2 |
* | pusha, popa and enter fix | bellard | 2005-02-01 | 1 | -3/+3 |
* | x86_64 call Ev fix | bellard | 2005-01-31 | 1 | -1/+14 |
* | avoid empty op | bellard | 2005-01-23 | 1 | -0/+2 |
* | CR8 support | bellard | 2005-01-23 | 1 | -2/+5 |
* | sse fix | bellard | 2005-01-16 | 1 | -1/+1 |
* | removed debug code | bellard | 2005-01-10 | 1 | -5/+0 |
* | generalized use of GOTO_TB() macro | bellard | 2005-01-09 | 1 | -4/+10 |
* | MMX/SSE support | bellard | 2005-01-08 | 1 | -104/+784 |
* | div64 fix - raise_interrupt() fix - SSE fix | bellard | 2005-01-06 | 1 | -3/+4 |
* | syscall insn fix | bellard | 2005-01-04 | 1 | -1/+1 |
* | x86_64 target support | bellard | 2005-01-03 | 1 | -605/+1544 |
* | fixed ins in case of page fault | bellard | 2004-12-19 | 1 | -1/+3 |
* | added undocumented FPU ops support | bellard | 2004-11-24 | 1 | -0/+12 |