1. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  2. 0f590e74 softmmu: commonize helper definitions by Paolo Bonzini · 11 years ago
  3. 2ef6175 tcg: Invert the inclusion of helper.h by Richard Henderson · 11 years ago
  4. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 12 years ago
  5. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 12 years ago
  6. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 12 years ago
  7. d5a11fe exec: Change tlb_fill() argument to CPUState by Andreas Färber · 12 years ago
  8. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  9. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 12 years ago
  10. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  11. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  12. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  13. 1012740 target-sh4: rework exceptions handling by Aurelien Jarno · 13 years ago
  14. ad8d25a target-sh4: implement addv and subv using TCG by Aurelien Jarno · 13 years ago
  15. 22b88fd target-sh4: implement addc and subc using TCG by Aurelien Jarno · 13 years ago
  16. ff2086f target-sh4: use float32_muladd() to implement fmac by Aurelien Jarno · 13 years ago
  17. 485d003 target-sh4: switch to AREG0 free mode by Blue Swirl · 13 years ago
  18. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 13 years ago
  19. 73e5716 target-sh4: Don't overuse CPUState by Andreas Färber · 13 years ago
  20. bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
  21. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  22. 3e45717 exec.h cleanup by Blue Swirl · 14 years ago
  23. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  24. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  25. d6c424c target-sh4: get rid of CPU_{Float,Double}U by Aurelien Jarno · 14 years ago
  26. efac415 target-sh4: move intr_at_halt out of cpu_halted() by Aurelien Jarno · 14 years ago
  27. b2d9eda target-sh4: implement negc using TCG by Aurelien Jarno · 14 years ago
  28. fd4bab1 target-sh4: optimize exceptions by Aurelien Jarno · 14 years ago
  29. 17075f1 target-sh4: add ftrv instruction by Aurelien Jarno · 14 years ago
  30. af8c2bd target-sh4: add fipr instruction by Aurelien Jarno · 14 years ago
  31. 21829e9 target-sh4: implement FPU exceptions by Aurelien Jarno · 14 years ago
  32. a0d4ac3 target-sh4: implement flush-to-zero by Aurelien Jarno · 14 years ago
  33. 26ac1ea target-sh4: define FPSCR constants by Aurelien Jarno · 14 years ago
  34. 43dc2a6 Replace assert(0) with abort() or cpu_abort() by Blue Swirl · 15 years ago
  35. b9d38e9 Fix Sparse warnings about using plain integer as NULL pointer by Blue Swirl · 16 years ago
  36. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  37. 852d481 SH: Improve movca.l/ocbi emulation. by edgar_igl · 16 years ago
  38. 5b7141a sh4: Add FMAC instruction support by aurel32 · 16 years ago
  39. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  40. d8299bc SH4: Implement FD bit by aurel32 · 16 years ago
  41. 9850d1e target-sh4: use CPU_Float/CPU_Double instead of ugly casts by aurel32 · 16 years ago
  42. a7812ae TCG variable type checking. by pbrook · 16 years ago
  43. f24f381 SH4: sleep instruction bug fix by aurel32 · 17 years ago
  44. 7fdf924 SH4: final conversion to TCG by aurel32 · 17 years ago
  45. cc4ba6a SH4: convert floating-point ops to TCG by aurel32 · 17 years ago
  46. 69d6275 SH4: Convert remaining non-fp ops to TCG by aurel32 · 17 years ago
  47. 390af82 SH4: convert control/status register load/store to TCG by aurel32 · 17 years ago
  48. 6f06939 SH4: convert some more arithmetics ops to TCG by aurel32 · 17 years ago
  49. e6afc2f SH4: convert a few helpers to TCG by aurel32 · 17 years ago
  50. 9b7b85d Fix off-by-one unwinding error. by pbrook · 17 years ago
  51. ea2b542 SH4 MMU improvements by aurel32 · 17 years ago
  52. 273af66 Adjust s390 addresses (the MSB is defined as "to be ignored"). by ths · 17 years ago
  53. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  54. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  55. bfed01f Clean up of some target specifics in exec.c/cpu-exec.c. by ths · 18 years ago
  56. 397e923 Remove debug output. by pbrook · 19 years ago
  57. fdf9b3e sh4 target (Samuel Tardieu) by bellard · 19 years ago