aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
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é
2023-02-27tcg: Silent -Wmissing-field-initializers warningPhilippe Mathieu-Daudé
2023-02-27exec: Remove unused 'qemu/timer.h' timerPhilippe Mathieu-Daudé
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2023-02-04tcg/aarch64: Fix patching of LDR in tb_target_set_jmp_targetRichard Henderson
2023-02-04tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}Richard Henderson
2023-02-04tcg: Add tcg_gen_{non}atomic_cmpxchg_i128Richard Henderson
2023-02-04tcg: Add guest load/store primitives for TCGv_i128Richard Henderson
2023-02-04tcg: Add basic data movement for TCGv_i128Richard Henderson
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/tci: Fix big-endian return register orderingRichard Henderson
2023-02-04tcg/i386: 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-03Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-02-02tcg: exclude non-memory effecting helpers from instrumentationEmilio Cota
2023-01-23tcg/loongarch64: Reorg goto_tb implementationRichard Henderson
2023-01-23tcg/loongarch64: Use tcg_pcrel_diff in tcg_out_ldstRichard Henderson
2023-01-23tcg/loongarch64: Implement movcondRichard Henderson
2023-01-23tcg/loongarch64: Improve setcond expansionRichard Henderson
2023-01-23tcg/loongarch64: Introduce tcg_out_addiRichard Henderson