1. 0c8b6b9 tcg: Drop tcg_const_* by Richard Henderson · 2 years, 1 month ago
  2. 47f7313 tcg: Create tcg/tcg-temp-internal.h by Richard Henderson · 2 years, 1 month ago
  3. 2f2e911 tcg: Remove tcg_check_temp_count, tcg_clear_temp_count by Richard Henderson · 2 years, 1 month ago
  4. 3470867 tcg: Decode the operand to INDEX_op_mb in dumps by Richard Henderson · 4 years, 1 month ago
  5. 968f305 tcg: Merge two sequential labels by Richard Henderson · 2 years, 1 month ago
  6. f85b1fc tcg: Link branches to the labels by Richard Henderson · 2 years, 1 month ago
  7. 533206f tcg: Include "qemu/timer.h" for profile_getclock by Richard W.M. Jones · 2 years, 1 month ago
  8. 438e685 tcg: Remove tcg_temp_local_new_*, tcg_const_local_* by Richard Henderson · 2 years, 2 months ago
  9. e1c08b0 tcg: Don't re-use TEMP_TB temporaries by Richard Henderson · 2 years, 2 months ago
  10. 5dd4860 tcg: Use tcg_temp_ebb_new_* in tcg/ by Richard Henderson · 2 years, 2 months ago
  11. bbf989b tcg: Pass TCGTempKind to tcg_temp_new_internal by Richard Henderson · 2 years, 2 months ago
  12. 0218e04 tcg: Remove TEMP_NORMAL by Richard Henderson · 2 years, 2 months ago
  13. 874b857 tcg: Add liveness_pass_0 by Richard Henderson · 2 years, 2 months ago
  14. 9bbee4c tcg: Use noinline for major tcg_gen_code subroutines by Richard Henderson · 2 years, 1 month ago
  15. f57c691 tcg: Rename TEMP_LOCAL to TEMP_TB by Richard Henderson · 2 years, 2 months ago
  16. 4d89d0b tcg: Remove branch-to-next regardless of reference count by Richard Henderson · 2 years, 2 months ago
  17. 0ef3d70 tcg: Adjust TCGContext.temps_in_use check by Richard Henderson · 2 years, 2 months ago
  18. c32c487 exec: Remove unused 'qemu/timer.h' timer by Philippe Mathieu-Daudé · 2 years, 3 months ago
  19. 43eef72 tcg: Add temp allocation for TCGv_i128 by Richard Henderson · 2 years, 5 months ago
  20. 5427a9a tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128 by Richard Henderson · 2 years, 5 months ago
  21. e9709e1 tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128 by Richard Henderson · 2 years, 5 months ago
  22. c6556aa tcg: Add TCG_CALL_RET_BY_VEC by Richard Henderson · 2 years, 5 months ago
  23. 5e3d0c1 tcg: Introduce tcg_target_call_oarg_reg by Richard Henderson · 2 years, 5 months ago
  24. 313bdea tcg: Add TCG_CALL_{RET,ARG}_BY_REF by Richard Henderson · 2 years, 5 months ago
  25. 6a6d772 tcg: Introduce tcg_out_addi_ptr by Richard Henderson · 2 years, 5 months ago
  26. 273eb50 tcg: Allocate objects contiguously in temp_allocate_frame by Richard Henderson · 2 years, 5 months ago
  27. 466d375 tcg: Handle dh_typecode_i128 with TCG_CALL_{RET,ARG}_NORMAL by Richard Henderson · 2 years, 5 months ago
  28. e1e6465 tcg: Init temp_subindex in liveness_pass_2 by Richard Henderson · 2 years, 2 months ago
  29. 17083f6 tcg: exclude non-memory effecting helpers from instrumentation by Emilio Cota · 2 years, 2 months ago
  30. 2fd2e78 tcg: Remove TCG_TARGET_HAS_direct_jump by Richard Henderson · 2 years, 4 months ago
  31. 9da6079 tcg: Add TranslationBlock.jmp_insn_offset by Richard Henderson · 2 years, 4 months ago
  32. b7e4afb tcg: Add gen_tb to TCGContext by Richard Henderson · 2 years, 4 months ago
  33. 3a50f42 tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID by Richard Henderson · 2 years, 4 months ago
  34. cf7d6b8 tcg: Split out tcg_out_goto_tb by Richard Henderson · 2 years, 4 months ago
  35. becc452 tcg: Introduce get_jmp_target_addr by Richard Henderson · 2 years, 4 months ago
  36. b52a2c0 tcg: Introduce set_jmp_insn_offset by Richard Henderson · 2 years, 4 months ago
  37. b55a8d9 tcg: Split out tcg_out_exit_tb by Richard Henderson · 2 years, 4 months ago
  38. 5584e2d tcg: add perfmap and jitdump by Ilya Leoshkevich · 2 years, 3 months ago
  39. cee44b0 tcg: Add TCGHelperInfo argument to tcg_out_call by Richard Henderson · 2 years, 5 months ago
  40. f9c4bb8 tcg: Move ffi_cif pointer into TCGHelperInfo by Richard Henderson · 2 years, 4 months ago
  41. 0c22e17 tcg: Factor init_ffi_layouts() out of tcg_context_init() by Philippe Mathieu-Daudé · 2 years, 4 months ago
  42. c6ef8c7 tcg: Convert typecode_to_ffi from array to function by Philippe Mathieu-Daudé · 2 years, 4 months ago
  43. 39004a7 tcg: Reorg function calls by Richard Henderson · 2 years, 5 months ago
  44. 31fd884 tcg: Use output_pref wrapper function by Richard Henderson · 2 years, 5 months ago
  45. cb10bc6 tcg: Vary the allocation size for TCGOp by Richard Henderson · 2 years, 3 months ago
  46. d447894 tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*() by Philippe Mathieu-Daudé · 2 years, 3 months ago
  47. e2a9dd6 tcg: Use TCG_CALL_ARG_EVEN for TCI special case by Richard Henderson · 2 years, 5 months ago
  48. eb8b022 tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32 by Richard Henderson · 2 years, 6 months ago
  49. c8eef96 tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64 by Richard Henderson · 2 years, 6 months ago
  50. 31c9641 tcg: Introduce tcg_type_size by Richard Henderson · 2 years, 5 months ago
  51. aef8540 tcg: Allocate TCGTemp pairs in host memory order by Richard Henderson · 2 years, 5 months ago
  52. f01847c tcg: Simplify calls to temp_sync vs mem_coherent by Richard Henderson · 2 years, 5 months ago
  53. fac87bd tcg: Add temp_subindex to TCGTemp by Richard Henderson · 2 years, 5 months ago
  54. 29f5e92 tcg: Introduce paired register allocation by Richard Henderson · 2 years, 6 months ago
  55. 8940ea0 tcg: Massage process_op_defs() by Philippe Mathieu-Daudé · 2 years, 3 months ago
  56. 568e010 tcg: Remove check_regs by Richard Henderson · 2 years, 4 months ago
  57. 098859f tcg: Centralize updates to reg_to_temp by Richard Henderson · 2 years, 4 months ago
  58. 36f5539 tcg: Fix tcg_reg_alloc_dup* by Richard Henderson · 2 years, 4 months ago
  59. 8d21de5 tcg: Remove TCG_TARGET_STACK_GROWSUP by Richard Henderson · 2 years, 6 months ago
  60. 1c1824d tcg: Tidy tcg_reg_alloc_op by Richard Henderson · 2 years, 6 months ago
  61. a813e36 tcg: Cleanup trailing whitespace by Richard Henderson · 2 years, 4 months ago
  62. 35abb00 tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code by Richard Henderson · 2 years, 5 months ago
  63. 0d37413 Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu into staging by Stefan Hajnoczi · 2 years, 5 months ago
  64. eb6b2ed tcg: Avoid using hardcoded /tmp by Bin Meng · 2 years, 5 months ago
  65. 9dd1d56 tcg/tci: fix logic error when registering helpers via FFI by Icenowy Zheng · 2 years, 5 months ago
  66. 3a5f680 tcg/sparc: Remove support for sparc32plus by Richard Henderson · 2 years, 5 months ago
  67. fbf59aa accel/tcg: Introduce tb_pc and log_pc by Richard Henderson · 2 years, 8 months ago
  68. 8905770 compiler.h: replace QEMU_NORETURN with G_NORETURN by Marc-André Lureau · 3 years ago
  69. 9c125d1 Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging by Richard Henderson · 3 years ago
  70. c748243 tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH by Richard Henderson · 3 years ago
  71. 90f3736 util/log: Remove qemu_log_flush by Richard Henderson · 3 years ago
  72. b7a83ff tcg: Pass the locked filepointer to tcg_dump_ops by Richard Henderson · 3 years ago
  73. 78b5485 *: Use fprintf between qemu_log_trylock/unlock by Richard Henderson · 3 years ago
  74. c60f599 util/log: Rename qemu_log_lock to qemu_log_trylock by Richard Henderson · 3 years ago
  75. e03b568 Replace config-time define HOST_WORDS_BIGENDIAN by Marc-André Lureau · 3 years ago
  76. ed52347 tcg: Add opcodes for vector nand, nor, eqv by Richard Henderson · 3 years, 3 months ago
  77. ad768e6 include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h by Peter Maydell · 3 years, 2 months ago
  78. fc313c6 exec/memop: Adding signedness to quad definitions by Frédéric Pétrot · 3 years, 3 months ago
  79. b9537d5 tcg/arm: Reduce vector alignment requirement for NEON by Richard Henderson · 3 years, 7 months ago
  80. b6a7f3e qapi: introduce x-query-opcount QMP command by Daniel P. Berrangé · 3 years, 7 months ago
  81. 3a841ab qapi: introduce x-query-jit QMP command by Daniel P. Berrangé · 3 years, 7 months ago
  82. 18cf3d0 tcg: Extend call args using the correct opcodes by Richard Henderson · 3 years, 5 months ago
  83. d2ba802 tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h by Richard Henderson · 3 years, 8 months ago
  84. 9002ffc tcg: Rename TCGMemOpIdx to MemOpIdx by Richard Henderson · 3 years, 8 months ago
  85. f4e01e3 tcg: Remove TCG_TARGET_HAS_goto_ptr by Richard Henderson · 3 years, 9 months ago
  86. d1c74ab tcg: Fix prologue disassembly by Richard Henderson · 3 years, 9 months ago
  87. 8973fe4 tcg: Add separator in INDEX_op_call dump by Richard Henderson · 3 years, 9 months ago
  88. 587195b tcg: Add flags argument to bswap opcodes by Richard Henderson · 3 years, 10 months ago
  89. 732d589 tcg: Restart when exhausting the stack frame by Richard Henderson · 3 years, 9 months ago
  90. c1c0919 tcg: Allocate sufficient storage in temp_allocate_frame by Richard Henderson · 3 years, 9 months ago
  91. 9defd1b tcg/sparc: Fix temp_allocate_frame vs sparc stack bias by Richard Henderson · 3 years, 9 months ago
  92. 6eea043 tcg/tci: Implement goto_ptr by Richard Henderson · 4 years, 2 months ago
  93. 7b7d8b2 tcg/tci: Use ffi for calls by Richard Henderson · 4 years, 2 months ago
  94. 22f1557 tcg: Build ffi data structures for helpers by Richard Henderson · 4 years ago
  95. fa52e66 tcg: Add tcg_call_func by Richard Henderson · 4 years ago
  96. 3e92aa3 tcg: Store the TCGHelperInfo in the TCGOp for call by Richard Henderson · 4 years ago
  97. 9016390 tcg: Add tcg_call_flags by Richard Henderson · 4 years ago
  98. 7319d83 tcg: Combine dh_is_64bit and dh_is_signed to dh_typecode by Richard Henderson · 4 years ago
  99. a80cdd3 tcg: Introduce tcg_remove_ops_after by Richard Henderson · 3 years, 10 months ago
  100. 42eb6df tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/ by Richard Henderson · 4 years, 1 month ago