Age | Commit message (Expand) | Author | Files | Lines |
2008-05-22 | cmpxchg8b fix - added cmpxchg16b | bellard | 1 | -5/+20 |
2008-05-22 | cmpxchg 64 bit fix | bellard | 1 | -4/+10 |
2008-05-21 | converted conditional jumps, SET and CMOVx to TCG | bellard | 1 | -392/+421 |
2008-05-21 | converted env access to TCG | bellard | 1 | -32/+32 |
2008-05-21 | convert eflags manipulation insns to TCG | bellard | 1 | -13/+29 |
2008-05-21 | convert remaining segment handling to TCG | bellard | 1 | -9/+36 |
2008-05-21 | converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LAR | bellard | 1 | -17/+23 |
2008-05-21 | suppressed no longer used ops | bellard | 1 | -6/+0 |
2008-05-21 | converted INTO/CMPXCHG8B to TCG | bellard | 1 | -2/+2 |
2008-05-21 | converted BCD ops to TCG | bellard | 1 | -6/+6 |
2008-05-21 | converted MUL/IMUL to TCG | bellard | 1 | -11/+129 |
2008-05-18 | converted string OPs and LOOP insns to TCG | bellard | 1 | -192/+147 |
2008-05-18 | fixed INC/DEC condition codes | bellard | 1 | -1/+1 |
2008-05-17 | converted sign extension ops to TCG | bellard | 1 | -15/+31 |
2008-05-17 | MONITOR insn address generation fix - converted XLAT to TCG | bellard | 1 | -16/+20 |
2008-05-17 | BSR/BSF TCG conversion | bellard | 1 | -27/+21 |
2008-05-17 | converted bit test operations to TCG | bellard | 1 | -55/+53 |
2008-05-17 | converted adc, sbb, cmpxchg to TCG | bellard | 1 | -172/+151 |
2008-05-17 | converted condition code supprot to TCG - converted shift ops to TCG | bellard | 1 | -640/+597 |
2008-05-15 | converted more helpers to TCG - fixed some SVM issues | bellard | 1 | -147/+153 |
2008-05-12 | compilation fix | bellard | 1 | -1/+3 |
2008-05-12 | converted more helpers to TCG | bellard | 1 | -58/+62 |
2008-05-12 | FPU fixes | bellard | 1 | -11/+11 |
2008-05-12 | converted x87 FPU ops to TCG | bellard | 1 | -142/+228 |
2008-05-12 | converted SSE/MMX ops to TCG | bellard | 1 | -121/+200 |
2008-05-12 | use TCG for MMX/SSE memory accesses | bellard | 1 | -52/+58 |
2008-04-28 | Factorize code in translate.c | aurel32 | 1 | -0/+23 |
2008-04-09 | Check for 3DNow! CPUID at translation time | aurel32 | 1 | -2/+13 |
2008-04-08 | 3DNow! instruction set emulation | aurel32 | 1 | -6/+51 |
2008-02-24 | More helper types, rearrange generic definitions | blueswir1 | 1 | -64/+0 |
2008-02-03 | Add TCG variable opaque type. | pbrook | 1 | -3/+3 |
2008-02-01 | use the TCG code generator | bellard | 1 | -737/+776 |
2007-12-24 | Fix cmpxchg8b translation (Bernhard Kauer). | balrog | 1 | -1/+1 |
2007-12-09 | Add rdpmc SVM intercept, by Bernhard Kauer. | balrog | 1 | -0/+4 |
2007-11-08 | removed obsolete x86 code copy support | bellard | 1 | -3/+0 |
2007-10-31 | Correct the WBINVD intercept in SVM (Alexander Graf). | balrog | 1 | -1/+1 |
2007-09-27 | SVM VINTR fix, by Alexander Graf. | ths | 1 | -2/+0 |
2007-09-23 | SVM Support, by Alexander Graf. | ths | 1 | -5/+238 |
2007-09-20 | Extend TB flags to 64 bits (Alexander Graf). | j_mayer | 1 | -2/+3 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 1 | -47/+47 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -125/+125 |
2007-06-26 | DR6 single step exception status bit, by Juergen Keil. | ths | 1 | -1/+1 |
2007-06-23 | Fix division by zero handling, by Joris van Rantwijk. | ths | 1 | -2/+6 |
2007-06-03 | Spelling fixes, by Stefan Weil. | ths | 1 | -1/+1 |
2007-05-27 | Spelling fix (Mark Glines) | blueswir1 | 1 | -1/+1 |
2007-04-27 | Workaround qemu guest SIGSEGVs with cmpxchg8b insn, by Juergen Keil. | ths | 1 | -0/+1 |
2007-01-16 | fixed movd mmx/sse insn | bellard | 1 | -8/+40 |
2006-09-24 | added SMM support | bellard | 1 | -0/+11 |
2006-09-03 | multi byte nop support | bellard | 1 | -2/+57 |
2006-07-10 | monitor/mwait support | bellard | 1 | -10/+55 |