1. b7e516c Kill off cpu_state_reset() by Andreas Färber · 13 years ago
  2. 445e957 target-sh4: Let cpu_sh4_init() return SuperHCPU by Andreas Färber · 13 years ago
  3. 2b4b490 target-sh4: Start QOM'ifying CPU init by Andreas Färber · 13 years ago
  4. c4bb0f9 target-sh4: QOM'ify CPU reset by Andreas Färber · 13 years ago
  5. 339894b target-sh4: QOM'ify CPU by Andreas Färber · 13 years ago
  6. 73e5716 target-sh4: Don't overuse CPUState by Andreas Färber · 13 years ago
  7. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  8. 2d0b9ac target-sh4: Clean includes by Stefan Weil · 13 years ago
  9. 0cdb955 target-sh4: ignore ocbp and ocbwb instructions by Aurelien Jarno · 13 years ago
  10. f840fa9 target-sh4: Fix operands for fipr, ftrv instructions by Stefan Weil · 13 years ago
  11. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  12. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  13. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  14. 4b4a72e Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago
  15. 7026259 target-sh4: fix negc by Aurelien Jarno · 14 years ago
  16. b2d9eda target-sh4: implement negc using TCG by Aurelien Jarno · 14 years ago
  17. 2411fde target-sh4: use rotl/rotr when possible by Aurelien Jarno · 14 years ago
  18. c5c1913 target-sh4: use setcond when possible by Aurelien Jarno · 14 years ago
  19. be15c50 target-sh4: log instructions start in TCG code by Aurelien Jarno · 14 years ago
  20. 6f396c8 target-sh4: simplify comparisons after a 'and' op by Aurelien Jarno · 14 years ago
  21. 4f6493f target-sh4: fix reset on r2d by Aurelien Jarno · 14 years ago
  22. fd4bab1 target-sh4: optimize exceptions by Aurelien Jarno · 14 years ago
  23. 17075f1 target-sh4: add ftrv instruction by Aurelien Jarno · 14 years ago
  24. af8c2bd target-sh4: add fipr instruction by Aurelien Jarno · 14 years ago
  25. a0d4ac3 target-sh4: implement flush-to-zero by Aurelien Jarno · 14 years ago
  26. 26ac1ea target-sh4: define FPSCR constants by Aurelien Jarno · 14 years ago
  27. 442599a target-sh4: use default-NaN mode by Aurelien Jarno · 14 years ago
  28. 86865c5 target-sh4: fix fpu disabled/illegal exception by Aurelien Jarno · 14 years ago
  29. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  30. 935fc17 target-sh4: Add support for ldc & stc with sgr by Alexandre Courbot · 15 years ago
  31. 8e9b067 target-sh4: Split the LDST macro into 2 sub-macros by Alexandre Courbot · 15 years ago
  32. 6f0f607 target-sh4: Remove duplicate CPU log. by Richard Henderson · 15 years ago
  33. 1a7ff92 remove TARGET_* defines from translate-all.c by Paolo Bonzini · 15 years ago
  34. 1f48681 target-sh4: MMU: fix mem_idx computation by Aurelien Jarno · 15 years ago
  35. 3101e99 target-sh4: minor optimisations by Aurelien Jarno · 15 years ago
  36. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  37. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  38. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  39. 0bf46a4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) by aliguori · 16 years ago
  40. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  41. 852d481 SH: Improve movca.l/ocbi emulation. by edgar_igl · 16 years ago
  42. 66c7c80 SH: Implement MOVCO.L and MOVLI.L by aurel32 · 16 years ago
  43. c2432a4 SH7750/51: add register BCR3, BCR4, PCR, RTCOR, RTCNT, RTCSR, SDMR2, SDMR3 and fix BCR2 support by aurel32 · 16 years ago
  44. 0d0266a targets: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  45. eca1bdf Log reset events (Jan Kiszka) by aliguori · 16 years ago
  46. 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
  47. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  48. 5b7141a sh4: Add FMAC instruction support by aurel32 · 16 years ago
  49. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  50. df9247b tcg_temp_local_new should take no parameter by aurel32 · 16 years ago
  51. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  52. 56cd2b9 target-sh4: make the initial value of SR easier to read by aurel32 · 16 years ago
  53. f3ff7fa target-sh4: don't disable FPU instructions in user mode by aurel32 · 16 years ago
  54. bacc637 target-sh4: disable debug code by aurel32 · 16 years ago
  55. 71968fa target-sh4: add prefi, icbi, synco by aurel32 · 16 years ago
  56. a9c43f8 target-sh4: add SH7785 as CPU option by aurel32 · 16 years ago
  57. f619837 target-sh4: check FD bit for FP instructions by aurel32 · 16 years ago
  58. b79e175 SH4: kill a few warnings by aurel32 · 16 years ago
  59. d8299bc SH4: Implement FD bit by aurel32 · 16 years ago
  60. c0ce998 Use sys-queue.h for break/watchpoint managment (Jan Kiszka) by aliguori · 16 years ago
  61. 11bb09f target-sh4: fix 64-bit fmov to/from memory by aurel32 · 16 years ago
  62. 12d9613 target-sh4: fix fldi0/fldi1 by aurel32 · 16 years ago
  63. 66ba317 target-sh4: map FP registers as TCG variables by aurel32 · 16 years ago
  64. a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
  65. a7812ae TCG variable type checking. by pbrook · 16 years ago
  66. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  67. 7526aa2 SH4: Implement MOVUA.L by aurel32 · 16 years ago
  68. bdbf22e SH4: fix single-stepping by aurel32 · 16 years ago
  69. c69e326 SH4: Fix swap.b by aurel32 · 16 years ago
  70. 1ed1a78 Silence some warnings about no value returned from non-void function by blueswir1 · 16 years ago
  71. 36aa55d Add concat_i32_i64 op. by pbrook · 16 years ago
  72. b55266b Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings by blueswir1 · 16 years ago
  73. fe25591 SH4: Privilege check for instructions by aurel32 · 16 years ago
  74. 7478757 sh4: doesn't set the cpu_model_str by aurel32 · 16 years ago
  75. f24f381 SH4: sleep instruction bug fix by aurel32 · 16 years ago
  76. 0fd3ca3 sh4: CPU versioning. by aurel32 · 16 years ago
  77. 86e0abc SH4: fix a regression introduced in r5122 by aurel32 · 16 years ago
  78. 17b086f SH4: Remove dyngen leftovers by aurel32 · 16 years ago
  79. 7fdf924 SH4: final conversion to TCG by aurel32 · 16 years ago
  80. cc4ba6a SH4: convert floating-point ops to TCG by aurel32 · 16 years ago
  81. c55497e SH4: Remove most uses of cpu_T[0] and cpu_T[1] by aurel32 · 16 years ago
  82. 7efbe24 SH4: TCG optimisations by aurel32 · 16 years ago
  83. 69d6275 SH4: Convert remaining non-fp ops to TCG by aurel32 · 16 years ago
  84. c047da1 SH4: Convert shift functions to TCG by aurel32 · 16 years ago
  85. 390af82 SH4: convert control/status register load/store to TCG by aurel32 · 16 years ago
  86. fa4da10 SH4: Convert memory loads/stores to TCG by aurel32 · 16 years ago
  87. 6f06939 SH4: convert some more arithmetics ops to TCG by aurel32 · 16 years ago
  88. e6afc2f SH4: convert a few helpers to TCG by aurel32 · 16 years ago
  89. 1000822 SH4: convert branch/jump instructions to TCG by aurel32 · 16 years ago
  90. a462561 SH4: convert simple compare instructions to TCG by aurel32 · 16 years ago
  91. 3a8a44c SH4: convert a few control or system register functions to TCG by aurel32 · 16 years ago
  92. 829337a SH4: Fix bugs introduce in r5099 by aurel32 · 16 years ago
  93. 5aa3b1e SH4: fix xtrct Rm,Rn (broken in r5103) by aurel32 · 16 years ago
  94. 559dd74 SH4: convert logic and arithmetic ops to TCG by aurel32 · 16 years ago
  95. 1e8864f SH4: use TCG variables for gregs by aurel32 · 16 years ago
  96. 3bf73a4 SH4: use uint32_t/i32 based types/ops by aurel32 · 16 years ago
  97. 8f99cc6 SH4: Convert register moves to TCG by aurel32 · 16 years ago
  98. a73d39b SH4: Convert dyngen registers moves to TCG by aurel32 · 16 years ago
  99. ccc9cc5 SH4: Convert immediate loads to TCG by aurel32 · 16 years ago
  100. 988d7ea SH4: add support for TCG helpers by aurel32 · 16 years ago