aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
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
2023-01-23tcg/loongarch64: Update tcg-insn-defs.c.incRichard Henderson
2023-01-23tcg/loongarch64: Optimize immediate loadingRui Wang
2023-01-23tcg/arm: Use register pair allocation for qemu_{ld,st}_i64Richard Henderson
2023-01-23tcg: Avoid recursion in tcg_gen_mulu2_i32Richard Henderson
2023-01-20tcg/riscv: Use tcg_pcrel_diff in tcg_out_ldstRichard Henderson
2023-01-17tcg/riscv: Implement direct branch for goto_tbRichard Henderson
2023-01-17tcg/riscv: Introduce OPC_NOPRichard Henderson
2023-01-17tcg/arm: Implement direct branch for goto_tbRichard Henderson
2023-01-17tcg/sparc64: Reorg goto_tb implementationRichard Henderson
2023-01-17tcg/sparc64: Remove USE_REG_TBRichard Henderson
2023-01-17tcg/ppc: Reorg goto_tb implementationRichard Henderson
2023-01-17tcg/aarch64: Reorg goto_tb implementationRichard Henderson
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson
2023-01-17tcg: Always define tb_target_set_jmp_targetRichard Henderson
2023-01-17tcg: Move tb_target_set_jmp_target declaration to tcg.hRichard Henderson
2023-01-17tcg: Change tb_target_set_jmp_target argumentsRichard 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: Replace asserts on tcg_jmp_insn_offsetRichard Henderson
2023-01-17tcg/sparc64: Remove unused goto_tb code for indirect jumpRichard Henderson
2023-01-17tcg/ppc: Remove unused goto_tb code for indirect jumpRichard Henderson