summaryrefslogtreecommitdiffstats
path: root/translate-i386.c
Commit message (Expand)AuthorAgeFilesLines
* new directory structurebellard2003-09-301-4487/+0
* finished simplifying string operations - correct TF flag handling for string ...bellard2003-09-171-296/+247
* faster and more accurate segment handlingbellard2003-08-211-1/+2
* pop ss, mov ss, x and sti disable irqs for the next instruction - began dispa...bellard2003-08-201-14/+33
* soft mmu support - moved unrelated code to help2-i386.c - synthetize string i...bellard2003-08-101-415/+375
* correct CPL support (should fix flat real mode support)bellard2003-07-291-8/+2
* more generic ljmp and lcall - fixed REPNZ usage for non compare string ops (F...bellard2003-07-271-56/+43
* fixed ss segment load - added ICEBP instructionbellard2003-07-261-3/+7
* real mode support (now boots from BOCHS BIOS and LGPL'ed VGA BIOS)bellard2003-07-261-19/+42
* gdb stub breakpoints supportbellard2003-07-261-5/+25
* changed basic block exit generationbellard2003-07-111-0/+1
* fixed EIP exception bug in case of nop operations (kernel 2.5.74 copy_from_us...bellard2003-07-111-3/+3
* dummy rdmsr and wrmsr support - xor reg, reg optimizationbellard2003-07-071-4/+25
* make FPU load exception safebellard2003-07-011-4/+0
* correct eflags evaluation order for all operations - fixed important CPU stat...bellard2003-06-301-27/+194
* reduced irq latencybellard2003-06-301-0/+2
* first step to fix precise eflags update in case of exceptionbellard2003-06-301-66/+89
* added invlpg emulationbellard2003-06-251-0/+11
* more ring 0 instructions - full x86 MMU emulation based on mmap() syscall - f...bellard2003-06-241-30/+249
* ring 0 opsbellard2003-06-211-23/+223
* extracted generic codebellard2003-06-151-233/+9
* arm supportbellard2003-06-091-0/+11
* added fsave/frstor/fstenv/fldenv/fcomi - fixed cpuid - make lret/iret restart...bellard2003-05-291-41/+94
* precise exception supportbellard2003-05-271-49/+137
* fwait fix (aka DOS Navigator fix)bellard2003-05-251-4/+2
* direct chaining for PowerPC and i386bellard2003-05-251-50/+68
* fixed popf TF flag bug (should never hapen in user code except in test-i386!)bellard2003-05-161-0/+1
* return code sizebellard2003-05-141-8/+14
* mmap emulationbellard2003-05-131-0/+1
* warning fixbellard2003-05-111-1/+2
* added LAR/LSL - fixed INT3 and INTO EIP computationbellard2003-05-101-2/+22
* TF flag support - fixed eflags computation before exceptionbellard2003-05-101-33/+36
* fixed GPF generation - fixed 'lret im' instruction (main fix for dosemu) - fi...bellard2003-05-101-57/+150
* added CPL/IOPL support - fixed subtle inc/dec flag optimisation bug - added H...bellard2003-05-081-57/+112
* sparc supportbellard2003-04-291-0/+15
* ia64 support - alpha supportbellard2003-04-291-0/+13
* PowerPC disas codebellard2003-04-291-60/+6
* better vm86 support - added iret - fixed push/pop fs/gsbellard2003-03-301-4/+64
* s390 supportbellard2003-03-291-0/+6
* added cmpxchg8b, cpuid, bound, eflags support, vm86 mode, 16bit/override stri...bellard2003-03-291-182/+206
* xchg lock, xlat instrbellard2003-03-261-1/+39
* distribution patchesbellard2003-03-231-11/+11
* better signal/exception supportbellard2003-03-231-6/+11
* basic clone() supportbellard2003-03-221-0/+9
* better 16 bit code supportbellard2003-03-221-60/+353
* ppc portbellard2003-03-201-1/+34
* added flags computation optimizationbellard2003-03-191-10/+377
* added cmov instructionbellard2003-03-161-18/+43
* added loop/xadd/cmpxchg supportbellard2003-03-161-37/+154
* added minimal segment supportbellard2003-03-161-64/+180
OpenPOWER on IntegriCloud