aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)Author
2023-03-01tcg: Add liveness_pass_0Richard Henderson
2023-03-01tcg: Use noinline for major tcg_gen_code subroutinesRichard Henderson
2023-03-01tcg: Rename TEMP_LOCAL to TEMP_TBRichard Henderson
2023-03-01tcg: Remove branch-to-next regardless of reference countRichard Henderson
2023-03-01tcg: Adjust TCGContext.temps_in_use checkRichard Henderson
2023-02-27exec: Remove unused 'qemu/timer.h' timerPhilippe Mathieu-Daudé
2023-02-04tcg: Add temp allocation for TCGv_i128Richard Henderson
2023-02-04tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128Richard Henderson
2023-02-04tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128Richard Henderson
2023-02-04tcg: Add TCG_CALL_RET_BY_VECRichard Henderson
2023-02-04tcg: Introduce tcg_target_call_oarg_regRichard Henderson
2023-02-04tcg: Add TCG_CALL_{RET,ARG}_BY_REFRichard Henderson
2023-02-04tcg: Introduce tcg_out_addi_ptrRichard Henderson
2023-02-04tcg: Allocate objects contiguously in temp_allocate_frameRichard Henderson
2023-02-04tcg: Handle dh_typecode_i128 with TCG_CALL_{RET,ARG}_NORMALRichard Henderson
2023-02-04tcg: Init temp_subindex in liveness_pass_2Richard Henderson
2023-02-02tcg: exclude non-memory effecting helpers from instrumentationEmilio Cota
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson
2023-01-17tcg: Add gen_tb to TCGContextRichard Henderson
2023-01-17tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson
2023-01-17tcg: Split out tcg_out_goto_tbRichard Henderson
2023-01-17tcg: Introduce get_jmp_target_addrRichard Henderson
2023-01-17tcg: Introduce set_jmp_insn_offsetRichard Henderson
2023-01-17tcg: Split out tcg_out_exit_tbRichard Henderson
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich
2023-01-05tcg: Add TCGHelperInfo argument to tcg_out_callRichard Henderson
2023-01-05tcg: Move ffi_cif pointer into TCGHelperInfoRichard Henderson
2023-01-05tcg: Factor init_ffi_layouts() out of tcg_context_init()Philippe Mathieu-Daudé
2023-01-05tcg: Convert typecode_to_ffi from array to functionPhilippe Mathieu-Daudé
2023-01-05tcg: Reorg function callsRichard Henderson
2023-01-05tcg: Use output_pref wrapper functionRichard Henderson
2023-01-05tcg: Vary the allocation size for TCGOpRichard Henderson
2023-01-05tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()Philippe Mathieu-Daudé
2023-01-05tcg: Use TCG_CALL_ARG_EVEN for TCI special caseRichard Henderson
2023-01-05tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32Richard Henderson
2023-01-05tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64Richard Henderson
2023-01-05tcg: Introduce tcg_type_sizeRichard Henderson
2023-01-05tcg: Allocate TCGTemp pairs in host memory orderRichard Henderson
2023-01-05tcg: Simplify calls to temp_sync vs mem_coherentRichard Henderson
2023-01-05tcg: Add temp_subindex to TCGTempRichard Henderson
2023-01-05tcg: Introduce paired register allocationRichard Henderson
2023-01-04tcg: Massage process_op_defs()Philippe Mathieu-Daudé
2023-01-04tcg: Remove check_regsRichard Henderson
2023-01-04tcg: Centralize updates to reg_to_tempRichard Henderson
2023-01-04tcg: Fix tcg_reg_alloc_dup*Richard Henderson
2023-01-04tcg: Remove TCG_TARGET_STACK_GROWSUPRichard Henderson
2023-01-04tcg: Tidy tcg_reg_alloc_opRichard Henderson
2023-01-04tcg: Cleanup trailing whitespaceRichard Henderson
2022-11-09tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_codeRichard Henderson