summaryrefslogtreecommitdiffstats
path: root/translate-i386.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* added pusha/popa/rdtsc/bcd opsbellard2003-03-161-7/+72
* added translation cachebellard2003-03-061-0/+21
* convert several x86 instructions at the same timebellard2003-03-051-38/+48
* float fixes - added bsr/bsf supportbellard2003-03-051-17/+66
* added shiftd support - improved auto testbellard2003-03-041-3/+80
* many fixesbellard2003-03-031-66/+225
* better debug supportbellard2003-03-031-42/+22
* prints hello worldbellard2003-03-031-8/+124
* test infrastructurebellard2003-03-031-14/+111
* added float supportbellard2003-03-021-157/+147
* new x86 CPU corebellard2003-03-011-0/+2133
OpenPOWER on IntegriCloud