1. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 12 years ago
  2. fadf982 cpu: Introduce ENV_OFFSET macros by Andreas Färber · 12 years ago
  3. 1d3b708 target-sh4: Use mul*2 for dmul* by Richard Henderson · 12 years ago
  4. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 12 years ago
  5. aa7408e target-sh4: Move TCG initialization to SuperHCPU initfn by Andreas Färber · 12 years ago
  6. 55acb58 target-sh4: Introduce QOM realizefn for SuperHCPU by Andreas Färber · 13 years ago
  7. 1e45d31 target-sh4: Mark as unmigratable by Andreas Färber · 12 years ago
  8. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  9. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  10. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  11. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  12. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  13. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  14. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  15. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  16. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  17. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  18. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  19. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 13 years ago
  20. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  21. 76ab687 target-sh4: rename helper flags by Aurelien Jarno · 12 years ago
  22. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  23. fdefe51 Emit debug_insn for CPU_LOG_TB_OP_OPT as well. by Richard Henderson · 12 years ago
  24. 080df49 target-sh4: remove useless code by Aurelien Jarno · 12 years ago
  25. 7a64244 target-sh4: cleanup DisasContext by Aurelien Jarno · 12 years ago
  26. 1012740 target-sh4: rework exceptions handling by Aurelien Jarno · 12 years ago
  27. ed22e6f target-sh4: remove gen_clr_t() and gen_set_t() by Aurelien Jarno · 12 years ago
  28. c53b36d target-sh4: optimize swap.w by Aurelien Jarno · 12 years ago
  29. f16640f target-sh4: optimize xtrct by Aurelien Jarno · 12 years ago
  30. ad8d25a target-sh4: implement addv and subv using TCG by Aurelien Jarno · 12 years ago
  31. 22b88fd target-sh4: implement addc and subc using TCG by Aurelien Jarno · 12 years ago
  32. ff2086f target-sh4: use float32_muladd() to implement fmac by Aurelien Jarno · 12 years ago
  33. f8e7343 target-sh4: mark a few helpers const and pure by Aurelien Jarno · 12 years ago
  34. 485d003 target-sh4: switch to AREG0 free mode by Blue Swirl · 13 years ago
  35. fbe37ef build: move other target-*/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  36. 9cdc8df build: move libobj-y variable to nested Makefile.objs by Paolo Bonzini · 13 years ago
  37. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago
  38. b7e516c Kill off cpu_state_reset() by Andreas Färber · 13 years ago
  39. 445e957 target-sh4: Let cpu_sh4_init() return SuperHCPU by Andreas Färber · 13 years ago
  40. 2b4b490 target-sh4: Start QOM'ifying CPU init by Andreas Färber · 13 years ago
  41. c4bb0f9 target-sh4: QOM'ify CPU reset by Andreas Färber · 13 years ago
  42. 339894b target-sh4: QOM'ify CPU by Andreas Färber · 13 years ago
  43. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 13 years ago
  44. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  45. 73e5716 target-sh4: Don't overuse CPUState by Andreas Färber · 13 years ago
  46. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  47. 2d0b9ac target-sh4: Clean includes by Stefan Weil · 13 years ago
  48. 0cdb955 target-sh4: ignore ocbp and ocbwb instructions by Aurelien Jarno · 13 years ago
  49. f840fa9 target-sh4: Fix operands for fipr, ftrv instructions by Stefan Weil · 13 years ago
  50. cac1e30 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  51. 4abf79a fix spelling in target sub directory by Dong Xu Wang · 13 years ago
  52. b279e5e sh_intc: convert interrupt controller to memory API by Benoît Canet · 13 years ago
  53. bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
  54. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  55. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  56. 3e45717 exec.h cleanup by Blue Swirl · 14 years ago
  57. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  58. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  59. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 14 years ago
  60. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  61. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  62. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  63. d6c424c target-sh4: get rid of CPU_{Float,Double}U by Aurelien Jarno · 14 years ago
  64. 4b4a72e Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago
  65. eda48c3 inline cpu_halted into sole caller by Paolo Bonzini · 14 years ago
  66. efac415 target-sh4: move intr_at_halt out of cpu_halted() by Aurelien Jarno · 14 years ago
  67. 7026259 target-sh4: fix negc by Aurelien Jarno · 14 years ago
  68. e3f114f target-sh4: update PTEH upon MMU exception by Alexandre Courbot · 14 years ago
  69. bc656a2 sh4: implement missing mmaped TLB read functions by Aurelien Jarno · 14 years ago
  70. 9f97309 sh4: implement missing mmaped TLB write functions by Aurelien Jarno · 14 years ago
  71. bec43cc target-sh4: fix index of address read error exception by Alexandre Courbot · 14 years ago
  72. e40a67b target-sh4: fix TLB invalidation code by Alexandre Courbot · 14 years ago
  73. b2d9eda target-sh4: implement negc using TCG by Aurelien Jarno · 14 years ago
  74. 2411fde target-sh4: use rotl/rotr when possible by Aurelien Jarno · 14 years ago
  75. 0c16e71 target-sh4: correct use of ! and & by Aurelien Jarno · 14 years ago
  76. c5c1913 target-sh4: use setcond when possible by Aurelien Jarno · 14 years ago
  77. be15c50 target-sh4: log instructions start in TCG code by Aurelien Jarno · 14 years ago
  78. 6f396c8 target-sh4: simplify comparisons after a 'and' op by Aurelien Jarno · 14 years ago
  79. 4f6493f target-sh4: fix reset on r2d by Aurelien Jarno · 14 years ago
  80. fd4bab1 target-sh4: optimize exceptions by Aurelien Jarno · 14 years ago
  81. 17075f1 target-sh4: add ftrv instruction by Aurelien Jarno · 14 years ago
  82. af8c2bd target-sh4: add fipr instruction by Aurelien Jarno · 14 years ago
  83. 21829e9 target-sh4: implement FPU exceptions by Aurelien Jarno · 14 years ago
  84. a0d4ac3 target-sh4: implement flush-to-zero by Aurelien Jarno · 14 years ago
  85. 26ac1ea target-sh4: define FPSCR constants by Aurelien Jarno · 14 years ago
  86. 442599a target-sh4: use default-NaN mode by Aurelien Jarno · 14 years ago
  87. 86865c5 target-sh4: fix fpu disabled/illegal exception by Aurelien Jarno · 14 years ago
  88. 829a492 target-sh4: improve TLB by Aurelien Jarno · 14 years ago
  89. c0f809c target-sh4: implement writes to mmaped ITLB by Aurelien Jarno · 14 years ago
  90. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  91. 935fc17 target-sh4: Add support for ldc & stc with sgr by Alexandre Courbot · 15 years ago
  92. 8e9b067 target-sh4: Split the LDST macro into 2 sub-macros by Alexandre Courbot · 15 years ago
  93. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  94. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 15 years ago
  95. 6f0f607 target-sh4: Remove duplicate CPU log. by Richard Henderson · 15 years ago
  96. 1a7ff92 remove TARGET_* defines from translate-all.c by Paolo Bonzini · 15 years ago
  97. 43dc2a6 Replace assert(0) with abort() or cpu_abort() by Blue Swirl · 15 years ago
  98. d4c430a Large page TLB flush by Paul Brook · 15 years ago
  99. 3c7b48b Target specific usermode cleanup by Paul Brook · 15 years ago
  100. 4fcc562 Remove cpu_get_phys_page_debug from userspace emulation by Paul Brook · 15 years ago