]> git.proxmox.com Git - mirror_qemu.git/history - tcg/tcg.c
tcg: Drop tcg_const_*
[mirror_qemu.git] / tcg / tcg.c
2023-03-13 Richard Hendersontcg: Drop tcg_const_*
2023-03-13 Richard Hendersontcg: Create tcg/tcg-temp-internal.h
2023-03-07 Peter MaydellMerge tag 'for-upstream-mb' of https://gitlab.com/bonzi...
2023-03-07 Peter MaydellMerge tag 'pull-riscv-to-apply-20230306' of https:...
2023-03-07 Peter MaydellMerge tag 'pull-xen-20230306' of https://xenbits.xen...
2023-03-06 Peter MaydellMerge tag 'audio-pull-request' of https://gitlab.com...
2023-03-06 Peter MaydellMerge tag 'pull-tcg-20230305' of https://gitlab.com...
2023-03-05 Richard Hendersontcg: Remove tcg_check_temp_count, tcg_clear_temp_count
2023-03-05 Richard Hendersontcg: Decode the operand to INDEX_op_mb in dumps
2023-03-05 Richard Hendersontcg: Merge two sequential labels
2023-03-05 Richard Hendersontcg: Link branches to the labels
2023-03-05 Richard W.M. Jonestcg: Include "qemu/timer.h" for profile_getclock
2023-03-03 Peter MaydellMerge tag 'for_upstream' of https://git.kernel.org...
2023-03-03 Peter MaydellMerge tag 'pull-riscv-to-apply-20230303' of https:...
2023-03-02 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-03-02 Peter MaydellMerge tag 'pull-testing-next-010323-1' of https://gitla...
2023-03-02 Peter MaydellMerge tag 'pull-monitor-2023-03-02' of https://repo...
2023-03-02 Peter MaydellMerge tag 'bsd-user-2023q1-pull-request' of gitlab...
2023-03-01 Peter MaydellMerge tag 'pull-tcg-20230301' of https://gitlab.com...
2023-03-01 Richard Hendersontcg: Remove tcg_temp_local_new_*, tcg_const_local_*
2023-03-01 Richard Hendersontcg: Don't re-use TEMP_TB temporaries
2023-03-01 Richard Hendersontcg: Use tcg_temp_ebb_new_* in tcg/
2023-03-01 Richard Hendersontcg: Pass TCGTempKind to tcg_temp_new_internal
2023-03-01 Richard Hendersontcg: Remove TEMP_NORMAL
2023-03-01 Richard Hendersontcg: Add liveness_pass_0
2023-03-01 Richard Hendersontcg: Use noinline for major tcg_gen_code subroutines
2023-03-01 Richard Hendersontcg: Rename TEMP_LOCAL to TEMP_TB
2023-03-01 Richard Hendersontcg: Remove branch-to-next regardless of reference...
2023-03-01 Richard Hendersontcg: Adjust TCGContext.temps_in_use check
2023-03-01 Paolo BonziniMerge branch 'xenfv-kvm-15' of git://git.infradead...
2023-02-28 Peter MaydellMerge tag 'buildsys-qom-qdev-ui-20230227' of https...
2023-02-27 Philippe Mathieu... exec: Remove unused 'qemu/timer.h' timer
2023-02-05 Peter MaydellMerge tag 'pull-ppc-20230205' of https://gitlab.com...
2023-02-04 Peter MaydellMerge tag 'pull-tcg-20230204' of https://gitlab.com...
2023-02-04 Peter MaydellMerge tag 'linux-user-for-8.0-pull-request' of https...
2023-02-04 Richard Hendersontcg: Add temp allocation for TCGv_i128
2023-02-04 Richard Hendersontcg: Add TCG_TARGET_CALL_{RET,ARG}_I128
2023-02-04 Richard Hendersontcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
2023-02-04 Richard Hendersontcg: Add TCG_CALL_RET_BY_VEC
2023-02-04 Richard Hendersontcg: Introduce tcg_target_call_oarg_reg
2023-02-04 Richard Hendersontcg: Add TCG_CALL_{RET,ARG}_BY_REF
2023-02-04 Richard Hendersontcg: Introduce tcg_out_addi_ptr
2023-02-04 Richard Hendersontcg: Allocate objects contiguously in temp_allocate_frame
2023-02-04 Richard Hendersontcg: Handle dh_typecode_i128 with TCG_CALL_{RET,ARG...
2023-02-04 Richard Hendersontcg: Init temp_subindex in liveness_pass_2
2023-02-04 Peter MaydellMerge tag 'm68k-next-pull-request' of https://github...
2023-02-04 Peter MaydellMerge tag 'pull-monitor-2023-02-03-v2' of https://repo...
2023-02-03 Peter MaydellMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-02-03 Peter MaydellMerge tag 'pull-tcg-20230123' of https://gitlab.com...
2023-02-02 Peter MaydellMerge tag 'pull-jan-omnibus-020223-1' of https://gitlab...
2023-02-02 Emilio Cotatcg: exclude non-memory effecting helpers from instrume...
2023-01-20 Peter MaydellMerge tag 'pull-include-2023-01-20' of https://repo...
2023-01-19 Peter MaydellMerge tag 'pull-monitor-2023-01-19' of https://repo...
2023-01-19 Peter MaydellMerge tag 'trivial-branch-for-8.0-pull-request' of...
2023-01-19 Peter MaydellMerge tag 'pull-tcg-20230117' of https://gitlab.com...
2023-01-17 Richard Hendersontcg: Remove TCG_TARGET_HAS_direct_jump
2023-01-17 Richard Hendersontcg: Add TranslationBlock.jmp_insn_offset
2023-01-17 Richard Hendersontcg: Add gen_tb to TCGContext
2023-01-17 Richard Hendersontcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSE...
2023-01-17 Richard Hendersontcg: Split out tcg_out_goto_tb
2023-01-17 Richard Hendersontcg: Introduce get_jmp_target_addr
2023-01-17 Richard Hendersontcg: Introduce set_jmp_insn_offset
2023-01-17 Richard Hendersontcg: Split out tcg_out_exit_tb
2023-01-17 Peter MaydellMerge tag 'pull-tpm-2023-01-17-1' of https://github...
2023-01-17 Peter MaydellMerge tag 'pull-tcg-20230116' of https://gitlab.com...
2023-01-16 Ilya Leoshkevichtcg: add perfmap and jitdump
2023-01-08 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-01-07 Peter MaydellMerge tag 'pull-loongarch-20230106' of https://gitlab...
2023-01-06 Peter MaydellMerge tag 'pull-riscv-to-apply-20230106' of https:...
2023-01-06 Peter MaydellMerge tag 'pull-tcg-20230105' of https://gitlab.com...
2023-01-05 Richard Hendersontcg: Add TCGHelperInfo argument to tcg_out_call
2023-01-05 Richard Hendersontcg: Move ffi_cif pointer into TCGHelperInfo
2023-01-05 Philippe Mathieu... tcg: Factor init_ffi_layouts() out of tcg_context_init()
2023-01-05 Philippe Mathieu... tcg: Convert typecode_to_ffi from array to function
2023-01-05 Richard Hendersontcg: Reorg function calls
2023-01-05 Richard Hendersontcg: Use output_pref wrapper function
2023-01-05 Richard Hendersontcg: Vary the allocation size for TCGOp
2023-01-05 Philippe Mathieu... tcg: Pass number of arguments to tcg_emit_op() / tcg_op...
2023-01-05 Richard Hendersontcg: Use TCG_CALL_ARG_EVEN for TCI special case
2023-01-05 Richard Hendersontcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CAL...
2023-01-05 Richard Hendersontcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET...
2023-01-05 Richard Hendersontcg: Introduce tcg_type_size
2023-01-05 Richard Hendersontcg: Allocate TCGTemp pairs in host memory order
2023-01-05 Richard Hendersontcg: Simplify calls to temp_sync vs mem_coherent
2023-01-05 Richard Hendersontcg: Add temp_subindex to TCGTemp
2023-01-05 Richard Hendersontcg: Introduce paired register allocation
2023-01-05 Philippe Mathieu... tcg: Massage process_op_defs()
2023-01-05 Richard Hendersontcg: Remove check_regs
2023-01-05 Richard Hendersontcg: Centralize updates to reg_to_temp
2023-01-05 Richard Hendersontcg: Fix tcg_reg_alloc_dup*
2023-01-05 Richard Hendersontcg: Remove TCG_TARGET_STACK_GROWSUP
2023-01-05 Richard Hendersontcg: Tidy tcg_reg_alloc_op
2023-01-05 Richard Hendersontcg: Cleanup trailing whitespace
2022-11-11 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2022-11-09 Stefan HajnocziMerge tag 'pull-tcg-20221109' of https://gitlab.com...
2022-11-09 Richard Hendersontcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code
2022-11-03 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-11-01 Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2022-11-01 Stefan HajnocziMerge tag 'pull-testing-for-7.2-011122-3' of https...
2022-11-01 Stefan HajnocziMerge tag 'pull-tcg-20221031-2' of https://gitlab.com...
next