- 5ce042b Remove dyngen leftovers. by edgar_igl · 16 years ago
- 89cc738 CRIS: Correct condition for when to apply fast move flags evaluation. Correct single-stepping over branches. by edgar_igl · 16 years ago
- 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 16 years ago
- 551bd27 Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. by ths · 17 years ago
- 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 17 years ago
- bf20dc0 Spelling fixes, spotted by Stuart Brady. by ths · 17 years ago
- b3c7724 Move CPU save/load registration to common code. by pbrook · 17 years ago
- 6913ba5 CRIS: Correct writes to TLB hi. by edgar_igl · 17 years ago
- d297f46 Avoid CRIS related warnings by Jan Kiszka. by edgar_igl · 17 years ago
- 2e70f6e Add instruction counter. by pbrook · 17 years ago
- 877d8ad CRIS: Add (untested) cpu-state save/load. by edgar_igl · 17 years ago
- 1b1a38b CRIS: Emulate NMIs. by edgar_igl · 17 years ago
- 5bf8f1a CRIS: Support RFN insn. by edgar_igl · 17 years ago
- a7cfbba CRIS: Translator updates. by edgar_igl · 17 years ago
- e2eef17 Remove dead and bitrotten "qemu-fast" code. by pbrook · 17 years ago
- 2a44f7f CRIS translator updates by edgar_igl · 17 years ago
- bf44333 Correct P flag assertion in rfe. by edgar_igl · 17 years ago
- f8ed707 Fix typo. by pbrook · 17 years ago
- 6e68e07 Move clone() register setup to target specific code. Handle fork-like clone. by pbrook · 17 years ago
- 9133e39 Push common interrupt variables to cpu-defs.h (Glauber Costa) by bellard · 17 years ago
- ce5232c moved halted field to CPU_COMMON by bellard · 17 years ago
- 30abcfc CRIS: Restructure the translator to allow for better code generation. by edgar_igl · 17 years ago
- bbff889 remove absolete function by bellard · 17 years ago
- 9b7b85d Fix off-by-one unwinding error. by pbrook · 17 years ago
- cb63669 Fix ARM conditional branch bug. Add tcg_gen_brcondi. by pbrook · 17 years ago
- d189633 Use tcg_gen_not. by edgar_igl · 17 years ago
- cf1d97f CRIS: Improve TLB management and handle delayslots at page boundaries. by edgar_igl · 17 years ago
- a39f8f3 CRIS: Remove some old dyngen T0/T1 fiddle. More usage of the results from the x flag liveness analysis. by edgar_igl · 17 years ago
- 390efc5 Add TCG native negation op. by pbrook · 17 years ago
- 44cd42e CRIS: Add support for the pseudo randomized set that the mmu provides with TLB refill faults. This makes linux guests use the four way TLB set associativty. by edgar_igl · 17 years ago
- 8683143 Add zero extension (pseudo-)ops. by pbrook · 17 years ago
- 2f3a1b0 CRIS: helper_dummy no longer needed as barrier for qemu_ld/st. by edgar_igl · 17 years ago
- 939ef59 Move #include "softfloat.h" to cpu-all.h by aurel32 · 17 years ago
- 73e5172 CRIS: Concistent use of btarget and make it possible to single-step over delayslots. by edgar_igl · 17 years ago
- dceaf39 CRIS: More TCG conversion. by edgar_igl · 17 years ago
- 17ac975 More TCG updates for CRIS by edgar_igl · 17 years ago
- ef29a70 CRIS MMU Updates by edgar_igl · 17 years ago
- 8dd3dca remove target ifdefs from vl.c by aurel32 · 17 years ago
- aae6b32 CRIS: Convert divide step to TCG. by edgar_igl · 17 years ago
- d059c17 CRIS: Convert lz (leading zeros) to TCG. by edgar_igl · 17 years ago
- 50cfa95 CRIS: Eliminate a few unneeded moves to/from T0/T1. by edgar_igl · 17 years ago
- c7d0569 CRIS: Do post-increment without going via T0. by edgar_igl · 17 years ago
- b41f7df CRIS updates: by edgar_igl · 17 years ago
- d2856f1 Factorize code in translate.c by aurel32 · 17 years ago
- ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
- bb7ec04 m68k mmap2 fixes. by pbrook · 17 years ago
- a825e70 More TCG conversions for CRIS. by edgar_igl · 17 years ago
- b52901b Remove unused members. by edgar_igl · 17 years ago
- 3157a0a More TCG conversions for CRIS. by edgar_igl · 17 years ago
- 54728ac Simplified some dead extended arith code after search and replace. by edgar_igl · 17 years ago
- 05ba7d5 A first small step to convert the CRIS translator to TCG. by edgar_igl · 17 years ago
- 786c02f Model more parts of the ETRAX mmu (still alot missing). by edgar_igl · 17 years ago
- e62b5b1 * Add a model of the ETRAX interrupt controller. by edgar_igl · 17 years ago
- bbaf29c * target-cris/op.c: Make sure the bit-test insn only updates the XNZ flags. by edgar_igl · 17 years ago
- 4f400ab Cut the translation block after translating a break insn. This avoids an issue where QEMU finds an illegal CRIS insn while the guest is returning through a signal return trampoline. by edgar_igl · 17 years ago
- 9004627 More consistent naming for CRIS register-number macros. by edgar_igl · 17 years ago
- 5d4a534 Silently ignore CRIS cache flushes, instead of aborting due to unknown insn. by edgar_igl · 17 years ago
- 57fec1f use the TCG code generator by bellard · 17 years ago
- fd56059 Optimize clear insns by treating support reg P0 specially and by balrog · 17 years ago
- 44f8625 fixed invalid type by bellard · 17 years ago
- aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
- 273af66 Adjust s390 addresses (the MSB is defined as "to be ignored"). by ths · 17 years ago
- 941db52 Use the shiny new clz helpers. by ths · 17 years ago
- 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
- 94cff60 CRIS MMU emulation, by Edgar E. Iglesias. by ths · 17 years ago
- 81fdc5f The remainder of CRIS CPU emulation files, by Edgar E. Iglesias. by ths · 17 years ago
- 4fa551d CRIS micro-ops, by Edgar E. Iglesias. by ths · 17 years ago
- 5478670 CRIS insn decoding macros, by Edgar E. Iglesias. by ths · 17 years ago
- 8170028 CRIS instruction translation, by Edgar E. Iglesias. by ths · 17 years ago
- 450d4ff CRIS disassembler, originally from binutils, by Edgar E. Iglesias. by ths · 17 years ago