aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2023-05-02tcg: Introduce tcg_out_movext2Richard Henderson
2023-05-02tcg/mips: Conditionalize tcg_out_exts_i32_i64Richard Henderson
2023-05-02tcg/loongarch64: Conditionalize tcg_out_exts_i32_i64Richard Henderson
2023-05-02tcg: Add tcg_gen_gvec_rotrsNazar Kazakov
2023-05-02tcg: Add tcg_gen_gvec_andcsNazar Kazakov
2023-05-02Document that -singlestep command line option is deprecatedPeter Maydell
2023-04-23tcg/riscv: Conditionalize tcg_out_exts_i32_i64Richard Henderson
2023-04-23tcg: Clear TCGLabelQemuLdst on allocationRichard Henderson
2023-04-23tcg: Introduce tcg_out_xchgRichard Henderson
2023-04-23tcg: Introduce tcg_out_movextRichard Henderson
2023-04-23tcg: Split out tcg_out_extrl_i64_i32Richard Henderson
2023-04-23tcg: Split out tcg_out_extu_i32_i64Richard Henderson
2023-04-23tcg: Split out tcg_out_exts_i32_i64Richard Henderson
2023-04-23tcg: Split out tcg_out_ext32uRichard Henderson
2023-04-23tcg: Split out tcg_out_ext32sRichard Henderson
2023-04-23tcg: Split out tcg_out_ext16uRichard Henderson
2023-04-23tcg: Split out tcg_out_ext16sRichard Henderson
2023-04-23tcg: Split out tcg_out_ext8uRichard Henderson
2023-04-23tcg: Split out tcg_out_ext8sRichard Henderson
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson
2023-04-23tcg: Replace if + tcg_abort with tcg_debug_assertRichard Henderson
2023-04-10tcg/ppc: Fix TCG_TARGET_CALL_{ARG,RET}_I128 for ppc32Richard Henderson
2023-04-10tcg/mips: Fix TCG_TARGET_CALL_RET_I128 for o32 abiRichard Henderson
2023-04-10tcg/i386: Adjust assert in tcg_out_addi_ptrRichard Henderson
2023-04-04tcg/sparc64: Disable direct linking for goto_tbRichard Henderson
2023-03-28tcg: use QTree instead of GTreeEmilio Cota
2023-03-22tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tbRichard Henderson
2023-03-13tcg: Drop tcg_const_*Richard Henderson
2023-03-13tcg: Drop tcg_const_*_vecRichard Henderson
2023-03-13tcg: Replace tcg_const_i64 in tcg-op.cRichard Henderson
2023-03-13tcg: Create tcg/tcg-temp-internal.hRichard Henderson
2023-03-05tcg: Remove tcg_check_temp_count, tcg_clear_temp_countRichard Henderson
2023-03-05tcg: Decode the operand to INDEX_op_mb in dumpsRichard Henderson
2023-03-05tcg/i386: Mark Win64 call-saved vector regs as reservedRichard Henderson
2023-03-05include/qemu/cpuid: Introduce xgetbv_lowRichard Henderson
2023-03-05tcg: Merge two sequential labelsRichard Henderson
2023-03-05tcg: Link branches to the labelsRichard Henderson
2023-03-05tcg: Include "qemu/timer.h" for profile_getclockRichard W.M. Jones
2023-03-01tcg: Remove tcg_temp_local_new_*, tcg_const_local_*Richard Henderson
2023-03-01tcg: Don't re-use TEMP_TB temporariesRichard Henderson
2023-03-01tcg: Use tcg_constant_ptr in do_dupRichard Henderson
2023-03-01tcg: Use tcg_temp_ebb_new_* in tcg/Richard Henderson
2023-03-01tcg: Pass TCGTempKind to tcg_temp_new_internalRichard Henderson
2023-03-01tcg: Remove TEMP_NORMALRichard Henderson
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-27tcg/tcg-op-gvec: Remove unused "qemu/main-loop.h" headerPhilippe Mathieu-Daudé