index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
/
tcg.c
Age
Commit message (
Expand
)
Author
2023-03-01
tcg: Add liveness_pass_0
Richard Henderson
2023-03-01
tcg: Use noinline for major tcg_gen_code subroutines
Richard Henderson
2023-03-01
tcg: Rename TEMP_LOCAL to TEMP_TB
Richard Henderson
2023-03-01
tcg: Remove branch-to-next regardless of reference count
Richard Henderson
2023-03-01
tcg: Adjust TCGContext.temps_in_use check
Richard Henderson
2023-02-27
exec: Remove unused 'qemu/timer.h' timer
Philippe Mathieu-Daudé
2023-02-04
tcg: Add temp allocation for TCGv_i128
Richard Henderson
2023-02-04
tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128
Richard Henderson
2023-02-04
tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
Richard Henderson
2023-02-04
tcg: Add TCG_CALL_RET_BY_VEC
Richard Henderson
2023-02-04
tcg: Introduce tcg_target_call_oarg_reg
Richard Henderson
2023-02-04
tcg: Add TCG_CALL_{RET,ARG}_BY_REF
Richard Henderson
2023-02-04
tcg: Introduce tcg_out_addi_ptr
Richard Henderson
2023-02-04
tcg: Allocate objects contiguously in temp_allocate_frame
Richard Henderson
2023-02-04
tcg: Handle dh_typecode_i128 with TCG_CALL_{RET,ARG}_NORMAL
Richard Henderson
2023-02-04
tcg: Init temp_subindex in liveness_pass_2
Richard Henderson
2023-02-02
tcg: exclude non-memory effecting helpers from instrumentation
Emilio Cota
2023-01-17
tcg: Remove TCG_TARGET_HAS_direct_jump
Richard Henderson
2023-01-17
tcg: Add TranslationBlock.jmp_insn_offset
Richard Henderson
2023-01-17
tcg: Add gen_tb to TCGContext
Richard Henderson
2023-01-17
tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID
Richard Henderson
2023-01-17
tcg: Split out tcg_out_goto_tb
Richard Henderson
2023-01-17
tcg: Introduce get_jmp_target_addr
Richard Henderson
2023-01-17
tcg: Introduce set_jmp_insn_offset
Richard Henderson
2023-01-17
tcg: Split out tcg_out_exit_tb
Richard Henderson
2023-01-16
tcg: add perfmap and jitdump
Ilya Leoshkevich
2023-01-05
tcg: Add TCGHelperInfo argument to tcg_out_call
Richard Henderson
2023-01-05
tcg: Move ffi_cif pointer into TCGHelperInfo
Richard Henderson
2023-01-05
tcg: Factor init_ffi_layouts() out of tcg_context_init()
Philippe Mathieu-Daudé
2023-01-05
tcg: Convert typecode_to_ffi from array to function
Philippe Mathieu-Daudé
2023-01-05
tcg: Reorg function calls
Richard Henderson
2023-01-05
tcg: Use output_pref wrapper function
Richard Henderson
2023-01-05
tcg: Vary the allocation size for TCGOp
Richard Henderson
2023-01-05
tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()
Philippe Mathieu-Daudé
2023-01-05
tcg: Use TCG_CALL_ARG_EVEN for TCI special case
Richard Henderson
2023-01-05
tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32
Richard Henderson
2023-01-05
tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64
Richard Henderson
2023-01-05
tcg: Introduce tcg_type_size
Richard Henderson
2023-01-05
tcg: Allocate TCGTemp pairs in host memory order
Richard Henderson
2023-01-05
tcg: Simplify calls to temp_sync vs mem_coherent
Richard Henderson
2023-01-05
tcg: Add temp_subindex to TCGTemp
Richard Henderson
2023-01-05
tcg: Introduce paired register allocation
Richard Henderson
2023-01-04
tcg: Massage process_op_defs()
Philippe Mathieu-Daudé
2023-01-04
tcg: Remove check_regs
Richard Henderson
2023-01-04
tcg: Centralize updates to reg_to_temp
Richard Henderson
2023-01-04
tcg: Fix tcg_reg_alloc_dup*
Richard Henderson
2023-01-04
tcg: Remove TCG_TARGET_STACK_GROWSUP
Richard Henderson
2023-01-04
tcg: Tidy tcg_reg_alloc_op
Richard Henderson
2023-01-04
tcg: Cleanup trailing whitespace
Richard Henderson
2022-11-09
tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code
Richard Henderson
[next]