1. 390efc5 Add TCG native negation op. by pbrook · 17 years ago
  2. 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
  3. 8683143 Add zero extension (pseudo-)ops. by pbrook · 17 years ago
  4. 2f3a1b0 CRIS: helper_dummy no longer needed as barrier for qemu_ld/st. by edgar_igl · 17 years ago
  5. 939ef59 Move #include "softfloat.h" to cpu-all.h by aurel32 · 17 years ago
  6. 73e5172 CRIS: Concistent use of btarget and make it possible to single-step over delayslots. by edgar_igl · 17 years ago
  7. dceaf39 CRIS: More TCG conversion. by edgar_igl · 17 years ago
  8. 17ac975 More TCG updates for CRIS by edgar_igl · 17 years ago
  9. ef29a70 CRIS MMU Updates by edgar_igl · 17 years ago
  10. 8dd3dca remove target ifdefs from vl.c by aurel32 · 17 years ago
  11. aae6b32 CRIS: Convert divide step to TCG. by edgar_igl · 17 years ago
  12. d059c17 CRIS: Convert lz (leading zeros) to TCG. by edgar_igl · 17 years ago
  13. 50cfa95 CRIS: Eliminate a few unneeded moves to/from T0/T1. by edgar_igl · 17 years ago
  14. c7d0569 CRIS: Do post-increment without going via T0. by edgar_igl · 17 years ago
  15. b41f7df CRIS updates: by edgar_igl · 17 years ago
  16. d2856f1 Factorize code in translate.c by aurel32 · 17 years ago
  17. ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
  18. bb7ec04 m68k mmap2 fixes. by pbrook · 17 years ago
  19. a825e70 More TCG conversions for CRIS. by edgar_igl · 17 years ago
  20. b52901b Remove unused members. by edgar_igl · 17 years ago
  21. 3157a0a More TCG conversions for CRIS. by edgar_igl · 17 years ago
  22. 54728ac Simplified some dead extended arith code after search and replace. by edgar_igl · 17 years ago
  23. 05ba7d5 A first small step to convert the CRIS translator to TCG. by edgar_igl · 17 years ago
  24. 786c02f Model more parts of the ETRAX mmu (still alot missing). by edgar_igl · 17 years ago
  25. e62b5b1 * Add a model of the ETRAX interrupt controller. by edgar_igl · 17 years ago
  26. bbaf29c * target-cris/op.c: Make sure the bit-test insn only updates the XNZ flags. by edgar_igl · 17 years ago
  27. 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
  28. 9004627 More consistent naming for CRIS register-number macros. by edgar_igl · 17 years ago
  29. 5d4a534 Silently ignore CRIS cache flushes, instead of aborting due to unknown insn. by edgar_igl · 17 years ago
  30. 57fec1f use the TCG code generator by bellard · 17 years ago
  31. fd56059 Optimize clear insns by treating support reg P0 specially and by balrog · 17 years ago
  32. 44f8625 fixed invalid type by bellard · 17 years ago
  33. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  34. 273af66 Adjust s390 addresses (the MSB is defined as "to be ignored"). by ths · 17 years ago
  35. 941db52 Use the shiny new clz helpers. by ths · 17 years ago
  36. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  37. 94cff60 CRIS MMU emulation, by Edgar E. Iglesias. by ths · 17 years ago
  38. 81fdc5f The remainder of CRIS CPU emulation files, by Edgar E. Iglesias. by ths · 17 years ago
  39. 4fa551d CRIS micro-ops, by Edgar E. Iglesias. by ths · 17 years ago
  40. 5478670 CRIS insn decoding macros, by Edgar E. Iglesias. by ths · 17 years ago
  41. 8170028 CRIS instruction translation, by Edgar E. Iglesias. by ths · 17 years ago
  42. 450d4ff CRIS disassembler, originally from binutils, by Edgar E. Iglesias. by ths · 17 years ago