1. f9c816c target-sparc: Elide duplicate updates to fprs by Richard Henderson · 10 years ago
  2. 02c79d7 target-sparc: Use cpu_loop_exit_restore from helper_check_ieee_exceptions by Richard Henderson · 10 years ago
  3. ba2397d target-sparc: Use cpu_fsr in stfsr by Richard Henderson · 10 years ago
  4. 7385aed target-sparc: Use explicit writes to cpu_fsr by Richard Henderson · 10 years ago
  5. f2fe396 target-sparc: Remove helper_ldf_asi, helper_stf_asi by Richard Henderson · 10 years ago
  6. ca5ce57 target-sparc: Directly implement block and short ldf/stf asis by Richard Henderson · 10 years ago
  7. 7705091 target-sparc: Directly implement easy ldf/stf asis by Richard Henderson · 10 years ago
  8. 6850811 target-sparc: Pass TCGMemOp constants to helper_ld/st_asi by Richard Henderson · 10 years ago
  9. e4dc005 target-sparc: Directly implement easy ldd/std asis by Richard Henderson · 10 years ago
  10. 35e9490 target-sparc: Introduce gen_check_align by Richard Henderson · 10 years ago
  11. 3f4288e target-sparc: Use QT0 to return results from ldda by Richard Henderson · 10 years ago
  12. f0913be target-sparc: Directly implement easy ld/st asis by Richard Henderson · 10 years ago
  13. 0cc1f4b target-sparc: Use defines from asi.h by Richard Henderson · 10 years ago
  14. 1d65b0f target-sparc: Pass TCGMemOp to gen_ld/st_asi by Richard Henderson · 10 years ago
  15. 7ec1e5e target-sparc: Introduce get_asi by Richard Henderson · 10 years ago
  16. a6d567e target-sparc: Store %asi in TB flags by Richard Henderson · 10 years ago
  17. 22e7006 target-sparc: Unify asi handling between 32 and 64-bit by Richard Henderson · 10 years ago
  18. 4fbe006 target-sparc: Create gen_exception by Richard Henderson · 10 years ago
  19. 99a2306 target-sparc: Store mmu index in TB flags by Richard Henderson · 10 years ago
  20. e86ceb0 target-sparc: Remove softint as a TCG global by Richard Henderson · 10 years ago
  21. b64d2e5 target-sparc: fix register corruption in ldstub if there is no write permission by Artyom Tarasenko · 9 years ago
  22. 7c25504 exec: [tcg] Track which vCPU is performing translation and execution by Lluís Vilanova · 9 years ago
  23. 4910e6e target-*: dfilter support for in_asm by Richard Henderson · 9 years ago
  24. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  25. 90aa39a tcg: Allow goto_tb to any target PC in user mode by Sergey Fedorov · 9 years ago
  26. 4553e10 target-sparc: fix ldstub sign-extension bug by Mark Cave-Ayland · 9 years ago
  27. 1bcea73 tcg: Add type for vCPU pointers by Lluís Vilanova · 9 years ago
  28. d2dc406 target-sparc: Use global registers for the register window by Richard Henderson · 11 years ago
  29. 0ea6384 target-sparc: Tidy global register initialization by Richard Henderson · 11 years ago
  30. e1ccc05 tcg: Change tcg_global_mem_new_* to take a TCGv_ptr by Richard Henderson · 11 years ago
  31. 508127e log: do not unnecessarily include qom/cpu.h by Paolo Bonzini · 9 years ago
  32. db5ebe5 sparc: Clean up includes by Peter Maydell · 9 years ago
  33. c9a4644 target-sparc: implement NPT timer bit by Mark Cave-Ayland · 9 years ago
  34. bd4e097 sparc: allow CASA with ASI 0xa from user space by Alex Zuepke · 9 years ago
  35. 522a0d4 target-*: Advance pc after recognizing a breakpoint by Richard Henderson · 9 years ago
  36. 4e5e121 tcg: Remove gen_intermediate_code_pc by Richard Henderson · 10 years ago
  37. bad729e tcg: Pass data argument to restore_state_to_opc by Richard Henderson · 10 years ago
  38. 190ce7f tcg: Add TCG_MAX_INSNS by Richard Henderson · 10 years ago
  39. a3d5ad7 target-sparc: Add npc state to insn_start by Richard Henderson · 10 years ago
  40. 6c42444 target-sparc: Remove gen_opc_jump_pc by Richard Henderson · 10 years ago
  41. 2bf2e01 target-sparc: Split out gen_branch_n by Richard Henderson · 10 years ago
  42. bfa31b7 target-sparc: Tidy gen_branch_a interface by Richard Henderson · 10 years ago
  43. b933066 target-*: Introduce and use cpu_breakpoint_test by Richard Henderson · 9 years ago
  44. 959082f target-*: Increment num_insns immediately after tcg_gen_insn_start by Richard Henderson · 9 years ago
  45. 667b8e2 target-*: Unconditionally emit tcg_gen_insn_start by Richard Henderson · 10 years ago
  46. 765b842 tcg: Rename debug_insn_start to insn_start by Richard Henderson · 10 years ago
  47. 97ed5cc tlb: Add "ifetch" argument to cpu_mmu_index() by Benjamin Herrenschmidt · 10 years ago
  48. ecc7b3a tcg: Remove tcg_gen_trunc_i64_i32 by Richard Henderson · 10 years ago
  49. d49190c disas: Remove uses of CPU env by Peter Crosthwaite · 10 years ago
  50. 42a268c tcg: Change translator-side labels to a pointer by Richard Henderson · 10 years ago
  51. fe700ad tcg: Introduce tcg_op_buf_count and tcg_op_buf_full by Richard Henderson · 11 years ago
  52. 0a7df5d tcg: Move emit of INDEX_op_end into gen_tb_end by Richard Henderson · 11 years ago
  53. a2035e8 target-sparc: Mark gen_load_trap_state_at_tl() as !CONFIG_USER_ONLY by Peter Maydell · 10 years ago
  54. 6223029 target-sparc: Remove unused gen_op_subi_cc and gen_op_addi_cc by Peter Maydell · 10 years ago
  55. cd42d5b gen-icount: check cflags instead of use_icount global by Paolo Bonzini · 10 years ago
  56. a7e30d8 trace: [tcg] Include TCG-tracing header on all targets by Lluís Vilanova · 11 years ago
  57. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  58. 2ef6175 tcg: Invert the inclusion of helper.h by Richard Henderson · 11 years ago
  59. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  60. 16c358e target-sparc: Add and use CPU_FEATURE_CASA by Sebastian Huber · 11 years ago
  61. 1cf892c SPARC: Fix LEON3 power down instruction by Sebastian Huber · 11 years ago
  62. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 11 years ago
  63. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 12 years ago
  64. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  65. 68a4715 target-sparc: Change gen_intermediate_code_internal() argument to SPARCCPU by Andreas Färber · 12 years ago
  66. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 12 years ago
  67. 528692a target-sparc: Use mul*2 for multiply by Richard Henderson · 12 years ago
  68. 15fe216 target-sparc: Use official add2/sub2 interfaces for addx/subx by Richard Henderson · 12 years ago
  69. d1c36ba SPARC LEON power-down support added by Ronald Hecht · 12 years ago
  70. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  71. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  72. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  73. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  74. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  75. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  76. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  77. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 13 years ago
  78. e7d51b3 target-sparc: Revert setting cpu_dst to gen_dest_gpr by Richard Henderson · 12 years ago
  79. e7c8afb target-sparc: fix FMOVr instruction by Aurelien Jarno · 12 years ago
  80. de9e9d9 target-sparc: Remove cpu_tmp0 as a global by Richard Henderson · 12 years ago
  81. 5793f2a target-sparc: Make cpu_dst local to OP=2 insns by Richard Henderson · 12 years ago
  82. 7b04bd5 target-sparc: Only use cpu_dst for eventual writes to a gpr by Richard Henderson · 12 years ago
  83. abcc719 target-sparc: Remove last uses of cpu_tmp64 by Richard Henderson · 12 years ago
  84. aeff993 target-sparc: Remove cpu_tmp64 use from softint insns by Richard Henderson · 12 years ago
  85. 3886b8a target-sparc: Don't use a temporary for gen_dest_fpr_D by Richard Henderson · 12 years ago
  86. 1ec789a target-sparc: Remove usage of cpu_tmp64 from most helper functions by Richard Henderson · 12 years ago
  87. f864194 target-sparc: Tidy ldfsr, stfsr by Richard Henderson · 12 years ago
  88. 7b9e066 target-sparc: Avoid cpu_tmp32 in Write Priv Register by Richard Henderson · 12 years ago
  89. 45778f9 target-sparc: Avoid cpu_tmp32 in Read Priv Register by Richard Henderson · 12 years ago
  90. ba5f517 target-sparc: Use get_temp_i32 in gen_dest_fpr_F by Richard Henderson · 12 years ago
  91. 2ae23e1 target-sparc: Split out get_temp_i32 by Richard Henderson · 12 years ago
  92. 5e6ed43 target-sparc: Make the cpu_addr variable local to load/store handling by Richard Henderson · 12 years ago
  93. a427352 target-sparc: Cleanup cpu_src[12] allocation by Richard Henderson · 12 years ago
  94. 81634ee target-sparc: Finish conversion to gen_load_gpr by Richard Henderson · 12 years ago
  95. 0682803 target-sparc: Convert swap to gen_load/store_gpr by Richard Henderson · 12 years ago
  96. c7785e1 target-sparc: Convert asi helpers to gen_*_gpr by Richard Henderson · 12 years ago
  97. 9d1d4e3 target-sparc: Use gen_load_gpr in get_src[12] by Richard Henderson · 12 years ago
  98. 97ea285 target-sparc: Conversion to gen_*_gpr, part 1 by Richard Henderson · 12 years ago
  99. 8802361 target-sparc: Add gen_load/store/dest_gpr by Richard Henderson · 12 years ago
  100. 20132b9 target-sparc: Don't compute full flags value so often by Richard Henderson · 12 years ago