aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
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
2023-01-06tcg/s390x: Remove TCG_REG_TBRichard Henderson
2023-01-06tcg/s390x: Use register pair allocation for div and mulu2Richard Henderson
2023-01-06Merge tag 'pull-riscv-to-apply-20230106' of https://github.com/alistair23/qem...Peter Maydell
2023-01-06tcg/riscv: Fix base register for user-only qemu_ld/stRichard Henderson
2023-01-06tcg/riscv: Fix reg overlap case in tcg_out_addsub2Richard Henderson
2023-01-06tcg/riscv: Fix range matched by TCG_CT_CONST_M12Richard Henderson
2023-01-05tcg: Add TCGHelperInfo argument to tcg_out_callRichard Henderson
2023-01-05tcg/aarch64: Merge tcg_out_callr into tcg_out_callRichard Henderson
2023-01-05tcg: Move ffi_cif pointer into TCGHelperInfoRichard Henderson
2023-01-05tcg: Factor init_ffi_layouts() out of tcg_context_init()Philippe Mathieu-Daudé
2023-01-05tcg: Convert typecode_to_ffi from array to functionPhilippe Mathieu-Daudé
2023-01-05tcg: Reorg function callsRichard Henderson
2023-01-05tcg: Use output_pref wrapper functionRichard Henderson
2023-01-05tcg: Vary the allocation size for TCGOpRichard Henderson
2023-01-05tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()Philippe Mathieu-Daudé
2023-01-05tcg: Use TCG_CALL_ARG_EVEN for TCI special caseRichard Henderson
2023-01-05tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32Richard Henderson
2023-01-05tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64Richard Henderson
2023-01-05tcg: Introduce TCGCallReturnKind and TCGCallArgumentKindRichard Henderson
2023-01-05tcg: Introduce tcg_type_sizeRichard Henderson
2023-01-05tcg: Allocate TCGTemp pairs in host memory orderRichard Henderson
2023-01-05tcg: Simplify calls to temp_sync vs mem_coherentRichard Henderson
2023-01-05tcg: Add temp_subindex to TCGTempRichard Henderson
2023-01-05tcg: Move TCG_{LOW,HIGH} to tcg-internal.hRichard Henderson