aboutsummaryrefslogtreecommitdiff
path: root/translate-i386.c
AgeCommit message (Expand)Author
2003-07-29correct CPL support (should fix flat real mode support)bellard
2003-07-27more generic ljmp and lcall - fixed REPNZ usage for non compare string ops (F...bellard
2003-07-26fixed ss segment load - added ICEBP instructionbellard
2003-07-26real mode support (now boots from BOCHS BIOS and LGPL'ed VGA BIOS)bellard
2003-07-26gdb stub breakpoints supportbellard
2003-07-11changed basic block exit generationbellard
2003-07-11fixed EIP exception bug in case of nop operations (kernel 2.5.74 copy_from_us...bellard
2003-07-07dummy rdmsr and wrmsr support - xor reg, reg optimizationbellard
2003-07-01make FPU load exception safebellard
2003-06-30correct eflags evaluation order for all operations - fixed important CPU stat...bellard
2003-06-30reduced irq latencybellard
2003-06-30first step to fix precise eflags update in case of exceptionbellard
2003-06-25added invlpg emulationbellard
2003-06-24more ring 0 instructions - full x86 MMU emulation based on mmap() syscall - f...bellard
2003-06-21ring 0 opsbellard
2003-06-15extracted generic codebellard
2003-06-09arm supportbellard
2003-05-29added fsave/frstor/fstenv/fldenv/fcomi - fixed cpuid - make lret/iret restart...bellard
2003-05-27precise exception supportbellard
2003-05-25fwait fix (aka DOS Navigator fix)bellard
2003-05-25direct chaining for PowerPC and i386bellard
2003-05-16fixed popf TF flag bug (should never hapen in user code except in test-i386!)bellard
2003-05-14return code sizebellard
2003-05-13mmap emulationbellard
2003-05-11warning fixbellard
2003-05-10added LAR/LSL - fixed INT3 and INTO EIP computationbellard
2003-05-10TF flag support - fixed eflags computation before exceptionbellard
2003-05-10fixed GPF generation - fixed 'lret im' instruction (main fix for dosemu) - fi...bellard
2003-05-08added CPL/IOPL support - fixed subtle inc/dec flag optimisation bug - added H...bellard
2003-04-29sparc supportbellard
2003-04-29ia64 support - alpha supportbellard
2003-04-29PowerPC disas codebellard
2003-03-30better vm86 support - added iret - fixed push/pop fs/gsbellard
2003-03-29s390 supportbellard
2003-03-29added cmpxchg8b, cpuid, bound, eflags support, vm86 mode, 16bit/override stri...bellard
2003-03-26xchg lock, xlat instrbellard
2003-03-23distribution patchesv0.1.0bellard
2003-03-23better signal/exception supportbellard
2003-03-22basic clone() supportbellard
2003-03-22better 16 bit code supportbellard
2003-03-20ppc portbellard
2003-03-19added flags computation optimizationbellard
2003-03-16added cmov instructionbellard
2003-03-16added loop/xadd/cmpxchg supportbellard
2003-03-16added minimal segment supportbellard
2003-03-16added pusha/popa/rdtsc/bcd opsbellard
2003-03-06added translation cachebellard
2003-03-05convert several x86 instructions at the same timebellard
2003-03-05float fixes - added bsr/bsf supportbellard
2003-03-04added shiftd support - improved auto testbellard