aboutsummaryrefslogtreecommitdiffstats
path: root/tcg (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't include headers already included by qemu/osdep.hMarkus Armbruster2023-02-081-1/+0
* tcg/aarch64: Fix patching of LDR in tb_target_set_jmp_targetRichard Henderson2023-02-041-1/+1
* tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}Richard Henderson2023-02-041-48/+88
* tcg: Add tcg_gen_{non}atomic_cmpxchg_i128Richard Henderson2023-02-041-0/+85
* tcg: Add guest load/store primitives for TCGv_i128Richard Henderson2023-02-041-0/+134
* tcg: Add basic data movement for TCGv_i128Richard Henderson2023-02-042-0/+33
* tcg: Add temp allocation for TCGv_i128Richard Henderson2023-02-041-18/+42
* tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128Richard Henderson2023-02-049-3/+21
* tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128Richard Henderson2023-02-044-26/+48
* tcg/tci: Fix big-endian return register orderingRichard Henderson2023-02-041-9/+10
* tcg/i386: Add TCG_TARGET_CALL_{RET,ARG}_I128Richard Henderson2023-02-042-1/+39
* tcg: Add TCG_CALL_RET_BY_VECRichard Henderson2023-02-042-0/+20
* tcg: Introduce tcg_target_call_oarg_regRichard Henderson2023-02-0411-46/+72
* tcg: Add TCG_CALL_{RET,ARG}_BY_REFRichard Henderson2023-02-042-3/+135
* tcg: Introduce tcg_out_addi_ptrRichard Henderson2023-02-0411-0/+86
* tcg: Allocate objects contiguously in temp_allocate_frameRichard Henderson2023-02-041-8/+26
* tcg: Handle dh_typecode_i128 with TCG_CALL_{RET,ARG}_NORMALRichard Henderson2023-02-041-4/+33
* tcg: Init temp_subindex in liveness_pass_2Richard Henderson2023-02-041-0/+1
* Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2023-02-039-139/+278
|\
| * tcg/loongarch64: Reorg goto_tb implementationRichard Henderson2023-01-232-46/+33
| * tcg/loongarch64: Use tcg_pcrel_diff in tcg_out_ldstRichard Henderson2023-01-231-1/+1
| * tcg/loongarch64: Implement movcondRichard Henderson2023-01-233-2/+36
| * tcg/loongarch64: Improve setcond expansionRichard Henderson2023-01-231-42/+107
| * tcg/loongarch64: Introduce tcg_out_addiRichard Henderson2023-01-233-10/+53
| * tcg/loongarch64: Update tcg-insn-defs.c.incRichard Henderson2023-01-231-1/+9
| * tcg/loongarch64: Optimize immediate loadingRui Wang2023-01-231-23/+12
| * tcg/arm: Use register pair allocation for qemu_{ld,st}_i64Richard Henderson2023-01-233-13/+24
| * tcg: Avoid recursion in tcg_gen_mulu2_i32Richard Henderson2023-01-231-1/+3
* | tcg: exclude non-memory effecting helpers from instrumentationEmilio Cota2023-02-021-2/+4
|/
* tcg/riscv: Use tcg_pcrel_diff in tcg_out_ldstRichard Henderson2023-01-201-1/+1
* tcg/riscv: Implement direct branch for goto_tbRichard Henderson2023-01-171-2/+17
* tcg/riscv: Introduce OPC_NOPRichard Henderson2023-01-171-1/+2
* tcg/arm: Implement direct branch for goto_tbRichard Henderson2023-01-171-15/+37
* tcg/sparc64: Reorg goto_tb implementationRichard Henderson2023-01-171-50/+37
* tcg/sparc64: Remove USE_REG_TBRichard Henderson2023-01-171-41/+21
* tcg/ppc: Reorg goto_tb implementationRichard Henderson2023-01-172-114/+41
* tcg/aarch64: Reorg goto_tb implementationRichard Henderson2023-01-172-39/+29
* tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson2023-01-1716-15/+3
* tcg: Always define tb_target_set_jmp_targetRichard Henderson2023-01-174-0/+24
* tcg: Move tb_target_set_jmp_target declaration to tcg.hRichard Henderson2023-01-1710-40/+0
* tcg: Change tb_target_set_jmp_target argumentsRichard Henderson2023-01-1716-33/+53
* tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson2023-01-171-2/+4
* tcg: Add gen_tb to TCGContextRichard Henderson2023-01-172-18/+10
* tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson2023-01-171-2/+2
* tcg: Split out tcg_out_goto_tbRichard Henderson2023-01-1711-171/+197
* tcg: Introduce get_jmp_target_addrRichard Henderson2023-01-175-4/+13
* tcg: Introduce set_jmp_insn_offsetRichard Henderson2023-01-177-14/+19
* tcg: Replace asserts on tcg_jmp_insn_offsetRichard Henderson2023-01-176-6/+6
* tcg/sparc64: Remove unused goto_tb code for indirect jumpRichard Henderson2023-01-171-29/+12
* tcg/ppc: Remove unused goto_tb code for indirect jumpRichard Henderson2023-01-171-19/+13