aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2023-02-03Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell9-139/+278
2023-02-02tcg: exclude non-memory effecting helpers from instrumentationEmilio Cota1-2/+4
2023-01-23tcg/loongarch64: Reorg goto_tb implementationRichard Henderson2-46/+33
2023-01-23tcg/loongarch64: Use tcg_pcrel_diff in tcg_out_ldstRichard Henderson1-1/+1
2023-01-23tcg/loongarch64: Implement movcondRichard Henderson3-2/+36
2023-01-23tcg/loongarch64: Improve setcond expansionRichard Henderson1-42/+107
2023-01-23tcg/loongarch64: Introduce tcg_out_addiRichard Henderson3-10/+53
2023-01-23tcg/loongarch64: Update tcg-insn-defs.c.incRichard Henderson1-1/+9
2023-01-23tcg/loongarch64: Optimize immediate loadingRui Wang1-23/+12
2023-01-23tcg/arm: Use register pair allocation for qemu_{ld,st}_i64Richard Henderson3-13/+24
2023-01-23tcg: Avoid recursion in tcg_gen_mulu2_i32Richard Henderson1-1/+3
2023-01-20tcg/riscv: Use tcg_pcrel_diff in tcg_out_ldstRichard Henderson1-1/+1
2023-01-17tcg/riscv: Implement direct branch for goto_tbRichard Henderson1-2/+17
2023-01-17tcg/riscv: Introduce OPC_NOPRichard Henderson1-1/+2
2023-01-17tcg/arm: Implement direct branch for goto_tbRichard Henderson1-15/+37
2023-01-17tcg/sparc64: Reorg goto_tb implementationRichard Henderson1-50/+37
2023-01-17tcg/sparc64: Remove USE_REG_TBRichard Henderson1-41/+21
2023-01-17tcg/ppc: Reorg goto_tb implementationRichard Henderson2-114/+41
2023-01-17tcg/aarch64: Reorg goto_tb implementationRichard Henderson2-39/+29
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson16-15/+3
2023-01-17tcg: Always define tb_target_set_jmp_targetRichard Henderson4-0/+24
2023-01-17tcg: Move tb_target_set_jmp_target declaration to tcg.hRichard Henderson10-40/+0
2023-01-17tcg: Change tb_target_set_jmp_target argumentsRichard Henderson16-33/+53
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson1-2/+4
2023-01-17tcg: Add gen_tb to TCGContextRichard Henderson2-18/+10
2023-01-17tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson1-2/+2
2023-01-17tcg: Split out tcg_out_goto_tbRichard Henderson11-171/+197
2023-01-17tcg: Introduce get_jmp_target_addrRichard Henderson5-4/+13
2023-01-17tcg: Introduce set_jmp_insn_offsetRichard Henderson7-14/+19
2023-01-17tcg: Replace asserts on tcg_jmp_insn_offsetRichard Henderson6-6/+6
2023-01-17tcg/sparc64: Remove unused goto_tb code for indirect jumpRichard Henderson1-29/+12
2023-01-17tcg/ppc: Remove unused goto_tb code for indirect jumpRichard Henderson1-19/+13
2023-01-17tcg/i386: Remove unused goto_tb code for indirect jumpRichard Henderson1-9/+5
2023-01-17tcg: Split out tcg_out_exit_tbRichard Henderson11-97/+121
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich1-0/+2
2023-01-08Merge tag 'pull-tcg-20230106' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell4-663/+665
2023-01-06tcg/s390x: Avoid the constant pool in tcg_out_moviRichard Henderson1-6/+17
2023-01-06tcg/s390x: Cleanup tcg_out_moviRichard Henderson1-36/+16
2023-01-06tcg/s390x: Tighten constraints for 64-bit compareRichard Henderson2-13/+17
2023-01-06tcg/s390x: Implement ctpop operationRichard Henderson2-2/+38
2023-01-06tcg/s390x: Use tgen_movcond_int in tgen_clzRichard Henderson2-9/+12
2023-01-06tcg/s390x: Support SELGR instruction in movcondRichard Henderson1-0/+15
2023-01-06tcg/s390x: Generalize movcond implementationRichard Henderson2-14/+41
2023-01-06tcg/s390x: Create tgen_cmp2 to simplify movcondRichard Henderson1-3/+16
2023-01-06tcg/s390x: Support MIE3 logical operationsRichard Henderson3-12/+118
2023-01-06tcg/s390x: Tighten constraints for and_i64Richard Henderson3-56/+61
2023-01-06tcg/s390x: Tighten constraints for or_i64 and xor_i64Richard Henderson3-60/+56
2023-01-06tcg/s390x: Issue XILF directly for xor_i32Richard Henderson1-1/+1
2023-01-06tcg/s390x: Support MIE2 MGRK instructionRichard Henderson3-1/+10
2023-01-06tcg/s390x: Support MIE2 multiply single instructionsRichard Henderson3-10/+26