summaryrefslogtreecommitdiff
path: root/target-i386/translate.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-16BSR/BSF undefined behaviour fixbellard1-3/+4
2004-05-08division by zero FPU exception supportbellard1-0/+5
2004-04-25precise self modifying code supportbellard1-2/+4
2004-04-22imul imm8 fix - 0x82 opcode support (Hidemi KAWAI)bellard1-1/+3
2004-03-31win32 port (initial patch by kazu)bellard1-1/+0
2004-03-26gcc 2.95.4 compile fix (Petter Reinholdtsen)bellard1-6/+6
2004-03-26fixed ljmp and iret to TSSbellard1-2/+2
2004-03-21more log itemsbellard1-7/+7
2004-02-25CR0.MP/EM/TS supportbellard1-0/+18
2004-02-16fixed lea exceptionbellard1-2/+4
2004-01-24fixed eflags optimisations with string operation (aka linux 2.6.2rc1 fix) - r...bellard1-3/+17
2004-01-19L4 fix for rep nop (should handle all cases)bellard1-0/+5
2004-01-18xadd fixbellard1-1/+3
2004-01-05use generic GenOpFuncbellard1-5/+0
2004-01-04added raw/user/kernel memory accesses for shifts/adc/sbb/cmpxchg/push/pop (fa...bellard1-319/+295
2004-01-04invd and wbinvd support - fixed code gen logic for invlpg - simpler exception...bellard1-3/+18
2003-12-02P4 style multiplication eflagsbellard1-3/+7
2003-11-23fixed eflags IF/IOPL updatebellard1-3/+15
2003-11-19added fcmovxx support (fixes segfaults in some recent linux tools) - fixed ir...bellard1-12/+38
2003-11-13fixed pop %sp bugbellard1-5/+15
2003-11-13fixed lmsw instructionbellard1-0/+2
2003-11-13iret and int fix for vm86 - added undefined instructions for real and vm86 mo...bellard1-88/+142
2003-10-30soft MMU performance fix (oops)bellard1-1/+1
2003-10-27full softmmu supportbellard1-77/+86
2003-10-05log activation from gdb - gdb single step support for x86 - stop timer when c...bellard1-2/+6
2003-09-30new directory structurebellard1-0/+4487