1. fe700ad tcg: Introduce tcg_op_buf_count and tcg_op_buf_full by Richard Henderson · 11 years ago
  2. 0a7df5d tcg: Move emit of INDEX_op_end into gen_tb_end by Richard Henderson · 11 years ago
  3. ec53b45 exec.c: Drop TARGET_HAS_ICE define and checks by Peter Maydell · 10 years ago
  4. cd42d5b gen-icount: check cflags instead of use_icount global by Paolo Bonzini · 10 years ago
  5. bd79255 translate: check cflags instead of use_icount global by Paolo Bonzini · 10 years ago
  6. dde7c24 target-alpha: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  7. a7e30d8 trace: [tcg] Include TCG-tracing header on all targets by Lluís Vilanova · 11 years ago
  8. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  9. 0f590e74 softmmu: commonize helper definitions by Paolo Bonzini · 11 years ago
  10. d94f0a8 softmmu: move ALIGNED_ONLY to cpu.h by Paolo Bonzini · 11 years ago
  11. 93e2232 softmmu: make do_unaligned_access a method of CPU by Paolo Bonzini · 11 years ago
  12. 2ef6175 tcg: Invert the inclusion of helper.h by Richard Henderson · 11 years ago
  13. 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
  14. 214bb28 target-alpha: Fix RDUSP by Richard Henderson · 11 years ago
  15. 06ef860 target-alpha: Remove cpu_unique, cpu_sysval, cpu_usp by Richard Henderson · 11 years ago
  16. 39acc64 target-alpha: Tidy alpha_translate_init by Richard Henderson · 11 years ago
  17. e566be0 target-alpha: Don't issue goto_tb under singlestep by Richard Henderson · 11 years ago
  18. 8f811b9 target-alpha: Use non-local temps for zero/sink by Richard Henderson · 11 years ago
  19. a9e05a1 target-alpha: Use extract to get insn fields by Richard Henderson · 11 years ago
  20. 0e154fe target-alpha: Convert mfpr/mtpr to source/sink by Richard Henderson · 11 years ago
  21. ef3765c target-alpha: Convert gen_cpys et al to source/sink by Richard Henderson · 11 years ago
  22. e8d8fef target-alpha: Convert gen_fcvtlq/ql to source/sink by Richard Henderson · 11 years ago
  23. 6580935 target-alpha: Convert gen_fcmov to source/sink by Richard Henderson · 11 years ago
  24. 76bff4f target-alpha: Convert gen_bcond to source/sink by Richard Henderson · 11 years ago
  25. e20b8c0 target-alpha: Convert most ieee insns to source/sink by Richard Henderson · 11 years ago
  26. 8b0190b target-alpha: Convert gen_ieee_input to source/sink by Richard Henderson · 11 years ago
  27. f477ed3 target-alpha: Convert MVIOP2 to source/sink by Richard Henderson · 11 years ago
  28. cd2754a target-alpha: Convert ARITH3 to source/sink by Richard Henderson · 11 years ago
  29. 3d045db target-alpha: Convert FARITH3 to source/sink by Richard Henderson · 11 years ago
  30. baee04a target-alpha: Convert FARITH2 to source/sink by Richard Henderson · 11 years ago
  31. b144be9 target-alpha: Convert gen_zap/not to source/sink by Richard Henderson · 11 years ago
  32. 5e5863e target-alpha: Convert gen_ins_h/l to source/sink by Richard Henderson · 11 years ago
  33. 9a734d6 target-alpha: Convert gen_ext_h/l to source/sink by Richard Henderson · 11 years ago
  34. 9a8fa1b target-alpha: Convert gen_msk_h/l to source/sink by Richard Henderson · 11 years ago
  35. 83ebb7c target-alpha: Convert gen_cmov to source/sink by Richard Henderson · 11 years ago
  36. 42774a5 target-alpha: Convert ARITH3_EX to source/sink by Richard Henderson · 11 years ago
  37. 9586834 target-alpha: Convert gen_cmp to source/sink by Richard Henderson · 11 years ago
  38. cd2d46f target-alpha: Convert gen_store_conditional to source/sink by Richard Henderson · 11 years ago
  39. 595b8fd target-alpha: Convert gen_load/store_mem to source/sink by Richard Henderson · 11 years ago
  40. a4af304 target-alpha: Convert opcode 0x1F to source/sink by Richard Henderson · 11 years ago
  41. 4601096 target-alpha: Convert opcode 0x1E to source/sink by Richard Henderson · 11 years ago
  42. c67b67e target-alpha: Convert opcode 0x1C to source/sink by Richard Henderson · 11 years ago
  43. 1eaa1da target-alpha: Convert opcode 0x1B to source/sink by Richard Henderson · 11 years ago
  44. 8f56ced target-alpha: Convert opcode 0x1A to source/sink by Richard Henderson · 11 years ago
  45. 89fe090 target-alpha: Convert opcode 0x18 to source/sink by Richard Henderson · 11 years ago
  46. 6b88b37 target-alpha: Convert opcode 0x17 to source/sink by Richard Henderson · 11 years ago
  47. 075b8dd target-alpha: Convert opcode 0x14 to source/sink by Richard Henderson · 11 years ago
  48. de4d355 target-alpha: Convert opcode 0x13 to source/sink by Richard Henderson · 11 years ago
  49. 3bd67b7 target-alpha: Convert opcode 0x12 to source/sink by Richard Henderson · 11 years ago
  50. db4a164 target-alpha: Convert opcode 0x11 to source/sink by Richard Henderson · 11 years ago
  51. 194cfb4 target-alpha: Introduce functions for source/sink by Richard Henderson · 11 years ago
  52. 64f45e4 target-alpha: Introduce REQUIRE_REG_31 by Richard Henderson · 11 years ago
  53. 5238c88 target-alpha: Introduce REQUIRE_TB_FLAG by Richard Henderson · 11 years ago
  54. 67debe3 target-alpha: fix the braces by Paolo Bonzini · 11 years ago
  55. 83d1c8a target-alpha: fix subl and s8subl indentation by Paolo Bonzini · 11 years ago
  56. 0c591eb cputlb: Change tlb_set_page() argument to CPUState by Andreas Färber · 11 years ago
  57. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 11 years ago
  58. 31b030d cputlb: Change tlb_flush_page() argument to CPUState by Andreas Färber · 11 years ago
  59. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 11 years ago
  60. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 11 years ago
  61. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 11 years ago
  62. d5a11fe exec: Change tlb_fill() argument to CPUState by Andreas Färber · 11 years ago
  63. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  64. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  65. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 11 years ago
  66. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 11 years ago
  67. d2810ff target-alpha: Clean up ENV_GET_CPU() usage by Andreas Färber · 11 years ago
  68. ab1da85 exec: Make stl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  69. f606604 exec: Make stq_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  70. 2c17449 exec: Make ldq/ldub_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  71. fdfba1a exec: Make ldl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  72. 1246b25 misc: Replace 'struct QEMUTimer' by 'QEMUTimer' by Stefan Weil · 11 years ago
  73. 73f395f misc: New spelling fixes in comments by Stefan Weil · 11 years ago
  74. f8da40a target-alpha: Convert to new ldst opcodes by Richard Henderson · 11 years ago
  75. ab1eb72 Merge remote-tracking branch 'rth/tcg-pull' into staging by Anthony Liguori · 11 years ago
  76. f5daeec tcg: Remove stray semi-colons from target-*/helper.h by Richard Henderson · 11 years ago
  77. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 11 years ago
  78. 51fb256 cpu: Drop cpu_model_str from CPU_COMMON by Andreas Färber · 12 years ago
  79. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 11 years ago
  80. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 11 years ago
  81. 884f17c aio / timers: Convert rtc_clock to be a QEMUClockType by Alex Bligh · 11 years ago
  82. b114b68 target-alpha: Consider the superpage when threading and ending TBs by Richard Henderson · 11 years ago
  83. a9ead83 target-alpha: Use goto_tb in call_pal by Richard Henderson · 11 years ago
  84. ba96394 target-alpha: Implement call_pal without an exception by Richard Henderson · 11 years ago
  85. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 11 years ago
  86. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 12 years ago
  87. 986a299 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions by Andreas Färber · 12 years ago
  88. c3ce8eb target-alpha: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
  89. a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 12 years ago
  90. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  91. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  92. 801c4c2 target-alpha: Copy implver to DisasContext by Richard Henderson · 12 years ago
  93. ca6862a target-alpha: Copy singlestep_enabled to DisasContext by Richard Henderson · 12 years ago
  94. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  95. f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 12 years ago
  96. 19e0cbb target-alpha: Move alarm to vm_clock by Richard Henderson · 12 years ago
  97. 86a35f7 target-alpha: Change gen_intermediate_code_internal() argument to AlphaCPU by Andreas Färber · 12 years ago
  98. 6e42be7 cpu: Drop unnecessary dynamic casts in *_env_get_cpu() by Andreas Färber · 12 years ago
  99. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  100. c658b94 cpu: Turn cpu_unassigned_access() into a CPUState hook by Andreas Färber · 12 years ago