- 8a84de2 Fix compilation on Darwin platform, avoiding the use of gcc function attributes by j_mayer · 18 years ago
- 29f640e always_inline gcc directive can be useful. by j_mayer · 18 years ago
- c068688 Extend TB flags to 64 bits (Alexander Graf). by j_mayer · 18 years ago
- 2e03286 Make likely/unlikely accessible also in hw/. Revert the logfile->stderr change. by balrog · 18 years ago
- cbecba2 Move likely and unlikely macros in a common place (Aurelien Jarno). by j_mayer · 18 years ago
- 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
- 9bbc5cc Fiddly dyngen bits for s390 host support, by Ulrich Hecht. by ths · 18 years ago
- 6d8aa3b Remove unaligned accesses in ia64_apply_fixes(). by balrog · 18 years ago
- 0633879 m68k/ColdFire system emulation. by pbrook · 18 years ago
- 6c36d3f Enable faults for unassigned memory accesses and unimplemented ASIs by blueswir1 · 18 years ago
- 69d3572 More generic 64 bit multiplication support, by Aurelien Jarno. by ths · 18 years ago
- 976a0d0 Fix wrong branch condition in MIPS testandset. by ths · 18 years ago
- 204a1b8 Another #elif'ication. by ths · 18 years ago
- c4b89d1 Some bits of Linux/MIPS host support, still segfaulty. by ths · 18 years ago
- eddf68a Integrate Alpha target in Qemu core. by j_mayer · 18 years ago
- 36d2395 MIPS FPU dynamic activation, part 1, by Herve Poussineau. by ths · 18 years ago
- b362e5e Speed up tlb_flush_page (Daniel Jacobowitz). by pbrook · 18 years ago
- 2a4188a low level support for memory mapped flash devices (initial patch by Jocelyn Mayer) by bellard · 19 years ago
- fdf9b3e sh4 target (Samuel Tardieu) by bellard · 19 years ago
- 53a5960 Avoid accessing guest memory directly in usermode emulation. by pbrook · 19 years ago
- f32fc64 optional support for kernel code virtualization by bellard · 19 years ago
- 30d6cb8 correct MIPS state restoring (Daniel Jacobowitz) by bellard · 19 years ago
- 84b7b8e PAGE_EXEC support in TLBs by bellard · 19 years ago
- b5ff1b3 ARM system emulation (Paul Brook) by bellard · 19 years ago
- 6a00d60 SMP support by bellard · 19 years ago
- 8a40a18 make the TB cache independent of MMU mappings (faster MMU context switches and needed for SMP support) by bellard · 19 years ago
- c53be33 suppressed JUMP_TB (Paul Brook) by bellard · 19 years ago
- de75815 disabled LDT test (kqemu 0.7.2 no longer needs it) by bellard · 20 years ago
- a332e11 kqemu_cpu_interrupt support for win32 (Filip Navara) by bellard · 20 years ago
- 75913b7 compilation fix for gcc3.4 on win32 (Paul Brook) by bellard · 20 years ago
- 4b7df22 added kqemu_set_notdirty() by bellard · 20 years ago
- 09d459a temporary work around for 16 bit code in kqemu by bellard · 20 years ago
- 6af0bf9 MIPS target (Jocelyn Mayer) by bellard · 20 years ago
- c98baaa correct __builtin_expect definition - increased code gen buffer size for x86 by bellard · 20 years ago
- 74ffc77 removed unused stuff by bellard · 20 years ago
- b8076a7 ia64 host support (David Mosberger) by bellard · 20 years ago
- c3278b7 sparc exception fix (we go up to the shell prompt) by bellard · 20 years ago
- 9df217a kqemu support by bellard · 20 years ago
- 4955a2c test and set fixes by bellard · 20 years ago
- 839fa98 moved ASM_NAME by bellard · 20 years ago
- ae063a6 generalized use of GOTO_TB() macro by bellard · 20 years ago
- c27004e 64 bit target support by bellard · 20 years ago
- b769d8f removed access_type hack by bellard · 21 years ago
- e95c8d5 full system SPARC emulation (Blue Swirl) by bellard · 21 years ago
- 02e1ec9 Mac OS X port (Pierre d'Herbemont) by bellard · 21 years ago
- d549f7d Darwin patch (initial patch by Pierre d'Herbemont) by bellard · 21 years ago
- a4193c8 support for opaque data on memory I/Os by bellard · 21 years ago
- 2e12669 consistent use of target_ulong and target_phys_addr_t by bellard · 21 years ago
- a541f29 PowerPC system emulation fixes (Jocelyn Mayer) by bellard · 21 years ago
- 67b915a win32 port (initial patch by kazu) by bellard · 21 years ago
- bc51c5c initial x86-64 host support (Gwenole Beauchesne) by bellard · 21 years ago
- bf08806 native FPU support in code copy mode by bellard · 21 years ago
- 58fe2f1 experimental code copy support by bellard · 21 years ago
- 1ccde1c added generic physical memory dirty bit support by bellard · 21 years ago
- ee8b702 temporary interrupt locking fix (need rework) by bellard · 21 years ago
- 35b66fc correct target_ulong definition by bellard · 21 years ago
- 3f5dcc3 PowerPC merge (Jocelyn Mayer) by bellard · 21 years ago
- c4c7e3e ppc code gen size fix by bellard · 21 years ago
- 9886cc1 factorized GenOpFunc by bellard · 21 years ago
- 4390df5 added support for direct patching on i386 host (faster emulation) - increased translation buffer size - added new TLB support by bellard · 21 years ago
- 0124311 more generic TLB support - began to fix unlikely interrupt issues by bellard · 21 years ago
- 36bdbe5 fixed TB linking in case of code invalidation (fixes random segfaults) by bellard · 21 years ago
- aebcb60 no need for locks in system mode by bellard · 21 years ago
- 6e59c1d full soft mmu support by bellard · 21 years ago
- d3eead2 new directory structure by bellard · 22 years ago[Renamed from exec.h]
- 4cbb86e added JUMP_TB2 for a third basic block exit jump point by bellard · 22 years ago
- 3f33731 pop ss, mov ss, x and sti disable irqs for the next instruction - began dispatch optimization by adding new x86 cpu 'hidden' flags by bellard · 22 years ago
- 9257a9e workaround for gcc 3.3 bug or overoptimisation if a label is not used by bellard · 22 years ago
- e2222c3 removed warnings by bellard · 22 years ago
- 31e8f3c PowerPC fix (Jon Nall) by bellard · 22 years ago
- 38e584a m68k host port (Richard Zidlicky) by bellard · 22 years ago
- 33417e7 soft mmu support - Memory I/O API - synthetize string instructions by bellard · 22 years ago
- 4c3a88a gdb stub breakpoints support by bellard · 22 years ago
- 9621339 changed basic block exit generation by bellard · 22 years ago
- f8c8799 added return for ARM case (may be incorrect - need checking) by bellard · 22 years ago
- 3c1cf9f dummy rdmsr and wrmsr support - xor reg, reg optimization by bellard · 22 years ago
- 2f62b39 dummy label to avoid gcc optimisations by bellard · 22 years ago
- 66e85a2 MMU support by bellard · 22 years ago
- b346ff4 ARM emulation support by bellard · 22 years ago
- a95c679 arm support by bellard · 22 years ago
- 95f7652 use 32 bit pointer for tb_next even on 64 bit archs by bellard · 22 years ago
- 2f87c60 Alpha update (Falk Hueffner) by bellard · 22 years ago
- a513fe1 precise exceptions by bellard · 22 years ago
- cf25629 more efficient locking by bellard · 22 years ago
- d4e8164 direct chaining for PowerPC and i386 by bellard · 22 years ago