aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2023-04-23tcg/riscv: Conditionalize tcg_out_exts_i32_i64Richard Henderson1-1/+3
2023-04-23tcg: Clear TCGLabelQemuLdst on allocationRichard Henderson1-0/+1
2023-04-23tcg: Introduce tcg_out_xchgRichard Henderson11-0/+55
2023-04-23tcg: Introduce tcg_out_movextRichard Henderson9-168/+103
2023-04-23tcg: Split out tcg_out_extrl_i64_i32Richard Henderson11-17/+65
2023-04-23tcg: Split out tcg_out_extu_i32_i64Richard Henderson11-28/+63
2023-04-23tcg: Split out tcg_out_exts_i32_i64Richard Henderson11-19/+63
2023-04-23tcg: Split out tcg_out_ext32uRichard Henderson11-25/+54
2023-04-23tcg: Split out tcg_out_ext32sRichard Henderson11-20/+54
2023-04-23tcg: Split out tcg_out_ext16uRichard Henderson11-42/+66
2023-04-23tcg: Split out tcg_out_ext16sRichard Henderson11-52/+79
2023-04-23tcg: Split out tcg_out_ext8uRichard Henderson11-33/+69
2023-04-23tcg: Split out tcg_out_ext8sRichard Henderson11-51/+81
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson10-37/+35
2023-04-23tcg: Replace if + tcg_abort with tcg_debug_assertRichard Henderson2-8/+4
2023-04-10tcg/ppc: Fix TCG_TARGET_CALL_{ARG,RET}_I128 for ppc32Richard Henderson1-3/+4
2023-04-10tcg/mips: Fix TCG_TARGET_CALL_RET_I128 for o32 abiRichard Henderson1-1/+2
2023-04-10tcg/i386: Adjust assert in tcg_out_addi_ptrRichard Henderson1-1/+1
2023-04-04tcg/sparc64: Disable direct linking for goto_tbRichard Henderson1-26/+4
2023-03-28tcg: use QTree instead of GTreeEmilio Cota1-9/+10
2023-03-22tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tbRichard Henderson1-1/+0
2023-03-13tcg: Drop tcg_const_*Richard Henderson1-16/+0
2023-03-13tcg: Drop tcg_const_*_vecRichard Henderson2-37/+6
2023-03-13tcg: Replace tcg_const_i64 in tcg-op.cRichard Henderson1-9/+3
2023-03-13tcg: Create tcg/tcg-temp-internal.hRichard Henderson4-0/+4
2023-03-05tcg: Remove tcg_check_temp_count, tcg_clear_temp_countRichard Henderson1-46/+8
2023-03-05tcg: Decode the operand to INDEX_op_mb in dumpsRichard Henderson1-0/+79
2023-03-05tcg/i386: Mark Win64 call-saved vector regs as reservedRichard Henderson1-0/+13
2023-03-05include/qemu/cpuid: Introduce xgetbv_lowRichard Henderson1-7/+4
2023-03-05tcg: Merge two sequential labelsRichard Henderson1-1/+43
2023-03-05tcg: Link branches to the labelsRichard Henderson2-13/+39
2023-03-05tcg: Include "qemu/timer.h" for profile_getclockRichard W.M. Jones1-0/+1
2023-03-01tcg: Remove tcg_temp_local_new_*, tcg_const_local_*Richard Henderson1-16/+0
2023-03-01tcg: Don't re-use TEMP_TB temporariesRichard Henderson1-51/+54
2023-03-01tcg: Use tcg_constant_ptr in do_dupRichard Henderson1-2/+1
2023-03-01tcg: Use tcg_temp_ebb_new_* in tcg/Richard Henderson3-223/+223
2023-03-01tcg: Pass TCGTempKind to tcg_temp_new_internalRichard Henderson1-4/+4
2023-03-01tcg: Remove TEMP_NORMALRichard Henderson1-16/+3
2023-03-01tcg: Add liveness_pass_0Richard Henderson1-0/+70
2023-03-01tcg: Use noinline for major tcg_gen_code subroutinesRichard Henderson1-3/+6
2023-03-01tcg: Rename TEMP_LOCAL to TEMP_TBRichard Henderson2-10/+10
2023-03-01tcg: Remove branch-to-next regardless of reference countRichard Henderson1-16/+17
2023-03-01tcg: Adjust TCGContext.temps_in_use checkRichard Henderson1-6/+4
2023-02-27tcg/tcg-op-gvec: Remove unused "qemu/main-loop.h" headerPhilippe Mathieu-Daudé1-1/+0
2023-02-27tcg: Silent -Wmissing-field-initializers warningPhilippe Mathieu-Daudé1-1/+1
2023-02-27exec: Remove unused 'qemu/timer.h' timerPhilippe Mathieu-Daudé1-1/+0
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster1-1/+0
2023-02-04tcg/aarch64: Fix patching of LDR in tb_target_set_jmp_targetRichard Henderson1-1/+1
2023-02-04tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}Richard Henderson1-48/+88
2023-02-04tcg: Add tcg_gen_{non}atomic_cmpxchg_i128Richard Henderson1-0/+85