1. 5ce042b Remove dyngen leftovers. by edgar_igl · 16 years ago
  2. 89cc738 CRIS: Correct condition for when to apply fast move flags evaluation. Correct single-stepping over branches. by edgar_igl · 16 years ago
  3. 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 16 years ago
  4. 551bd27 Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. by ths · 17 years ago
  5. 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 17 years ago
  6. bf20dc0 Spelling fixes, spotted by Stuart Brady. by ths · 17 years ago
  7. b3c7724 Move CPU save/load registration to common code. by pbrook · 17 years ago
  8. 6913ba5 CRIS: Correct writes to TLB hi. by edgar_igl · 17 years ago
  9. d297f46 Avoid CRIS related warnings by Jan Kiszka. by edgar_igl · 17 years ago
  10. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  11. 877d8ad CRIS: Add (untested) cpu-state save/load. by edgar_igl · 17 years ago
  12. 1b1a38b CRIS: Emulate NMIs. by edgar_igl · 17 years ago
  13. 5bf8f1a CRIS: Support RFN insn. by edgar_igl · 17 years ago
  14. a7cfbba CRIS: Translator updates. by edgar_igl · 17 years ago
  15. e2eef17 Remove dead and bitrotten "qemu-fast" code. by pbrook · 17 years ago
  16. 2a44f7f CRIS translator updates by edgar_igl · 17 years ago
  17. bf44333 Correct P flag assertion in rfe. by edgar_igl · 17 years ago
  18. f8ed707 Fix typo. by pbrook · 17 years ago
  19. 6e68e07 Move clone() register setup to target specific code. Handle fork-like clone. by pbrook · 17 years ago
  20. 9133e39 Push common interrupt variables to cpu-defs.h (Glauber Costa) by bellard · 17 years ago
  21. ce5232c moved halted field to CPU_COMMON by bellard · 17 years ago
  22. 30abcfc CRIS: Restructure the translator to allow for better code generation. by edgar_igl · 17 years ago
  23. bbff889 remove absolete function by bellard · 17 years ago
  24. 9b7b85d Fix off-by-one unwinding error. by pbrook · 17 years ago
  25. cb63669 Fix ARM conditional branch bug. Add tcg_gen_brcondi. by pbrook · 17 years ago
  26. d189633 Use tcg_gen_not. by edgar_igl · 17 years ago
  27. cf1d97f CRIS: Improve TLB management and handle delayslots at page boundaries. by edgar_igl · 17 years ago
  28. 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
  29. 390efc5 Add TCG native negation op. by pbrook · 17 years ago
  30. 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
  31. 8683143 Add zero extension (pseudo-)ops. by pbrook · 17 years ago
  32. 2f3a1b0 CRIS: helper_dummy no longer needed as barrier for qemu_ld/st. by edgar_igl · 17 years ago
  33. 939ef59 Move #include "softfloat.h" to cpu-all.h by aurel32 · 17 years ago
  34. 73e5172 CRIS: Concistent use of btarget and make it possible to single-step over delayslots. by edgar_igl · 17 years ago
  35. dceaf39 CRIS: More TCG conversion. by edgar_igl · 17 years ago
  36. 17ac975 More TCG updates for CRIS by edgar_igl · 17 years ago
  37. ef29a70 CRIS MMU Updates by edgar_igl · 17 years ago
  38. 8dd3dca remove target ifdefs from vl.c by aurel32 · 17 years ago
  39. aae6b32 CRIS: Convert divide step to TCG. by edgar_igl · 17 years ago
  40. d059c17 CRIS: Convert lz (leading zeros) to TCG. by edgar_igl · 17 years ago
  41. 50cfa95 CRIS: Eliminate a few unneeded moves to/from T0/T1. by edgar_igl · 17 years ago
  42. c7d0569 CRIS: Do post-increment without going via T0. by edgar_igl · 17 years ago
  43. b41f7df CRIS updates: by edgar_igl · 17 years ago
  44. d2856f1 Factorize code in translate.c by aurel32 · 17 years ago
  45. ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
  46. bb7ec04 m68k mmap2 fixes. by pbrook · 17 years ago
  47. a825e70 More TCG conversions for CRIS. by edgar_igl · 17 years ago
  48. b52901b Remove unused members. by edgar_igl · 17 years ago
  49. 3157a0a More TCG conversions for CRIS. by edgar_igl · 17 years ago
  50. 54728ac Simplified some dead extended arith code after search and replace. by edgar_igl · 17 years ago
  51. 05ba7d5 A first small step to convert the CRIS translator to TCG. by edgar_igl · 17 years ago
  52. 786c02f Model more parts of the ETRAX mmu (still alot missing). by edgar_igl · 17 years ago
  53. e62b5b1 * Add a model of the ETRAX interrupt controller. by edgar_igl · 17 years ago
  54. bbaf29c * target-cris/op.c: Make sure the bit-test insn only updates the XNZ flags. by edgar_igl · 17 years ago
  55. 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
  56. 9004627 More consistent naming for CRIS register-number macros. by edgar_igl · 17 years ago
  57. 5d4a534 Silently ignore CRIS cache flushes, instead of aborting due to unknown insn. by edgar_igl · 17 years ago
  58. 57fec1f use the TCG code generator by bellard · 17 years ago
  59. fd56059 Optimize clear insns by treating support reg P0 specially and by balrog · 17 years ago
  60. 44f8625 fixed invalid type by bellard · 17 years ago
  61. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  62. 273af66 Adjust s390 addresses (the MSB is defined as "to be ignored"). by ths · 17 years ago
  63. 941db52 Use the shiny new clz helpers. by ths · 17 years ago
  64. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  65. 94cff60 CRIS MMU emulation, by Edgar E. Iglesias. by ths · 17 years ago
  66. 81fdc5f The remainder of CRIS CPU emulation files, by Edgar E. Iglesias. by ths · 17 years ago
  67. 4fa551d CRIS micro-ops, by Edgar E. Iglesias. by ths · 17 years ago
  68. 5478670 CRIS insn decoding macros, by Edgar E. Iglesias. by ths · 17 years ago
  69. 8170028 CRIS instruction translation, by Edgar E. Iglesias. by ths · 17 years ago
  70. 450d4ff CRIS disassembler, originally from binutils, by Edgar E. Iglesias. by ths · 17 years ago