summaryrefslogtreecommitdiffstats
path: root/exec.h
Commit message (Expand)AuthorAgeFilesLines
* new directory structurebellard2003-09-301-417/+0Star
* added JUMP_TB2 for a third basic block exit jump pointbellard2003-09-181-8/+27
* pop ss, mov ss, x and sti disable irqs for the next instruction - began dispa...bellard2003-08-211-10/+0Star
* workaround for gcc 3.3 bug or overoptimisation if a label is not usedbellard2003-08-121-5/+8
* removed warningsbellard2003-08-111-0/+6
* PowerPC fix (Jon Nall)bellard2003-08-111-0/+1
* m68k host port (Richard Zidlicky)bellard2003-08-111-0/+12
* soft mmu support - Memory I/O API - synthetize string instructionsbellard2003-08-101-8/+35
* gdb stub breakpoints supportbellard2003-07-261-3/+3
* changed basic block exit generationbellard2003-07-111-1/+1
* added return for ARM case (may be incorrect - need checking)bellard2003-07-091-0/+1
* dummy rdmsr and wrmsr support - xor reg, reg optimizationbellard2003-07-071-0/+15
* dummy label to avoid gcc optimisationsbellard2003-07-011-0/+2
* MMU supportbellard2003-06-241-3/+6
* ARM emulation supportbellard2003-06-151-7/+64
* arm supportbellard2003-06-091-0/+12
* use 32 bit pointer for tb_next even on 64 bit archsbellard2003-06-051-2/+2
* Alpha update (Falk Hueffner)bellard2003-06-021-1/+1
* precise exceptionsbellard2003-05-281-4/+6
* more efficient lockingbellard2003-05-251-9/+12
* direct chaining for PowerPC and i386bellard2003-05-251-0/+264