aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
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
2023-01-17tcg/i386: Remove unused goto_tb code for indirect jumpRichard Henderson
2023-01-17tcg: Split out tcg_out_exit_tbRichard Henderson
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich
2023-01-08Merge tag 'pull-tcg-20230106' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-01-06tcg/s390x: Avoid the constant pool in tcg_out_moviRichard Henderson
2023-01-06tcg/s390x: Cleanup tcg_out_moviRichard Henderson
2023-01-06tcg/s390x: Tighten constraints for 64-bit compareRichard Henderson
2023-01-06tcg/s390x: Implement ctpop operationRichard Henderson
2023-01-06tcg/s390x: Use tgen_movcond_int in tgen_clzRichard Henderson
2023-01-06tcg/s390x: Support SELGR instruction in movcondRichard Henderson
2023-01-06tcg/s390x: Generalize movcond implementationRichard Henderson
2023-01-06tcg/s390x: Create tgen_cmp2 to simplify movcondRichard Henderson
2023-01-06tcg/s390x: Support MIE3 logical operationsRichard Henderson
2023-01-06tcg/s390x: Tighten constraints for and_i64Richard Henderson
2023-01-06tcg/s390x: Tighten constraints for or_i64 and xor_i64Richard Henderson
2023-01-06tcg/s390x: Issue XILF directly for xor_i32Richard Henderson
2023-01-06tcg/s390x: Support MIE2 MGRK instructionRichard Henderson
2023-01-06tcg/s390x: Support MIE2 multiply single instructionsRichard Henderson
2023-01-06tcg/s390x: Distinguish RIE formatsRichard Henderson
2023-01-06tcg/s390x: Distinguish RRF-a and RRF-c formatsRichard Henderson
2023-01-06tcg/s390x: Use LARL+AGHI for odd addressesRichard Henderson
2023-01-06tcg/s390x: Remove DISTINCT_OPERANDS facility checkRichard Henderson
2023-01-06tcg/s390x: Remove FAST_BCR_SER facility checkRichard Henderson
2023-01-06tcg/s390x: Check for load-on-condition facility at startupRichard Henderson
2023-01-06tcg/s390x: Check for general-instruction-extension facility at startupRichard Henderson
2023-01-06tcg/s390x: Check for extended-immediate facility at startupRichard Henderson
2023-01-06tcg/s390x: Check for long-displacement facility at startupRichard Henderson
2023-01-06tcg/s390x: Remove USE_LONG_BRANCHESRichard Henderson
2023-01-06tcg/s390x: Always set TCG_TARGET_HAS_direct_jumpRichard Henderson