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