1. b933066 target-*: Introduce and use cpu_breakpoint_test by Richard Henderson · 9 years ago
  2. 959082f target-*: Increment num_insns immediately after tcg_gen_insn_start by Richard Henderson · 9 years ago
  3. 667b8e2 target-*: Unconditionally emit tcg_gen_insn_start by Richard Henderson · 9 years ago
  4. 765b842 tcg: Rename debug_insn_start to insn_start by Richard Henderson · 9 years ago
  5. 97ed5cc tlb: Add "ifetch" argument to cpu_mmu_index() by Benjamin Herrenschmidt · 10 years ago
  6. ecc7b3a tcg: Remove tcg_gen_trunc_i64_i32 by Richard Henderson · 10 years ago
  7. d49190c disas: Remove uses of CPU env by Peter Crosthwaite · 10 years ago
  8. 42a268c tcg: Change translator-side labels to a pointer by Richard Henderson · 10 years ago
  9. fe700ad tcg: Introduce tcg_op_buf_count and tcg_op_buf_full by Richard Henderson · 11 years ago
  10. 0a7df5d tcg: Move emit of INDEX_op_end into gen_tb_end by Richard Henderson · 11 years ago
  11. 3d59b68 target-openrisc: bugfix for dec_sys to decode instructions correctly by David Morrison · 10 years ago
  12. cd42d5b gen-icount: check cflags instead of use_icount global by Paolo Bonzini · 10 years ago
  13. a7e30d8 trace: [tcg] Include TCG-tracing header on all targets by Lluís Vilanova · 11 years ago
  14. 29923e9 openrisc: fix comment by Michael S. Tsirkin · 11 years ago
  15. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  16. 2ef6175 tcg: Invert the inclusion of helper.h by Richard Henderson · 11 years ago
  17. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  18. 5631e69 target-openrisc: Use new qemu_ld/st opcodes by Richard Henderson · 11 years ago
  19. 2e0fc3a openrisc: Fix spelling in comment (transaltion -> translation) by Stefan Weil · 11 years ago
  20. da1d775 target-openrisc: Remove unnecessary code generated by jump instructions by Sebastian Macke · 11 years ago
  21. 352367e target-openrisc: Speed up move instruction by Sebastian Macke · 11 years ago
  22. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 11 years ago
  23. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 12 years ago
  24. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  25. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  26. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  27. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 12 years ago
  28. 632314c qemu-log: Remove qemu_log_try_set_file() and its users by Peter Maydell · 12 years ago
  29. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  30. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  31. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  32. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  33. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  34. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  35. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  36. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  37. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 12 years ago
  38. fdefe51 Emit debug_insn for CPU_LOG_TB_OP_OPT as well. by Richard Henderson · 12 years ago
  39. 4dd044c target-or32: Add system instructions by Jia Liu · 13 years ago
  40. bbe418f target-or32: Add instruction translation by Jia Liu · 13 years ago
  41. e67db06 target-or32: Add target stubs and QOM cpu by Jia Liu · 13 years ago