aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2023-05-25tcg/riscv: Support CTZ, CLZ from ZbbRichard Henderson
2023-05-25tcg/riscv: Implement movcondRichard Henderson
2023-05-25tcg/riscv: Improve setcond expansionRichard Henderson
2023-05-25tcg/riscv: Support CPOP from ZbbRichard Henderson
2023-05-25tcg/riscv: Support REV8 from ZbbRichard Henderson
2023-05-25tcg/riscv: Support rotates from ZbbRichard Henderson
2023-05-25tcg/riscv: Use ADD.UW for guest address generationRichard Henderson
2023-05-25tcg/riscv: Support ADD.UW, SEXT.B, SEXT.H, ZEXT.H from Zba+ZbbRichard Henderson
2023-05-25tcg/riscv: Support ANDN, ORN, XNOR from ZbbRichard Henderson
2023-05-25tcg/riscv: Probe for Zba, Zbb, Zicond extensionsRichard Henderson
2023-05-25tcg/mips: Replace MIPS_BE with HOST_BIG_ENDIANRichard Henderson
2023-05-25tcg/mips: Use qemu_build_not_reached for LO/HI_OFFRichard Henderson
2023-05-25tcg/mips: Try three insns with shift and add in tcg_out_moviRichard Henderson
2023-05-25tcg/mips: Try tb-relative addresses in tcg_out_moviRichard Henderson
2023-05-25tcg/mips: Aggressively use the constant pool for n64 callsRichard Henderson
2023-05-25tcg/mips: Use the constant pool for 64-bit constantsRichard Henderson
2023-05-25tcg/mips: Split out tcg_out_movi_twoRichard Henderson
2023-05-25tcg/mips: Split out tcg_out_movi_oneRichard Henderson
2023-05-25tcg/mips: Create and use TCG_REG_TBRichard Henderson
2023-05-25tcg/mips: Unify TCG_GUEST_BASE_REG testsRichard Henderson
2023-05-25tcg/mips: Move TCG_GUEST_BASE_REG to S7Richard Henderson
2023-05-25tcg/mips: Move TCG_AREG0 to S8Richard Henderson
2023-05-23tcg: Remove USE_TCG_OPTIMIZATIONSRichard Henderson
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson
2023-05-23accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmuRichard Henderson
2023-05-23util: Add cpuinfo-aarch64.cRichard Henderson
2023-05-23tcg/i386: Use host/cpuinfo.hRichard Henderson
2023-05-18meson: remove static_kwargsPaolo Bonzini
2023-05-16tcg: Split out exec/user/guest-base.hRichard Henderson
2023-05-16tcg: Add tlb_dyn_max_bits to TCGContextRichard Henderson
2023-05-16tcg: Add page_bits and page_mask to TCGContextRichard Henderson
2023-05-16tcg: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-05-16tcg/mips: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-05-16tcg/loongarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-05-16tcg/aarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-05-16tcg/aarch64: Remove USE_GUEST_BASERichard Henderson
2023-05-16tcg/arm: Remove TARGET_LONG_BITSRichard Henderson
2023-05-16tcg/i386: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-05-16tcg/i386: Adjust type of tlb_maskRichard Henderson
2023-05-16tcg/i386: Conditionalize tcg_out_extu_i32_i64Richard Henderson
2023-05-16tcg/i386: Always enable TCG_TARGET_HAS_extr[lh]_i64_i32Richard Henderson
2023-05-16tcg/tci: Elimnate TARGET_LONG_BITS, target_ulongRichard Henderson
2023-05-16tcg: Split INDEX_op_qemu_{ld,st}* for guest address sizeRichard Henderson
2023-05-16tcg: Remove TCGv from tcg_gen_atomic_*Richard Henderson
2023-05-16tcg: Remove TCGv from tcg_gen_qemu_{ld,st}_*Richard Henderson
2023-05-16tcg: Add addr_type to TCGContextRichard Henderson
2023-05-16accel/tcg: Widen plugin_gen_empty_mem_callback to i64Richard Henderson
2023-05-16tcg: Reduce copies for plugin_gen_mem_callbacksRichard Henderson
2023-05-16tcg: Widen tcg_gen_code pc_start argument to uint64_tRichard Henderson
2023-05-16tcg: Widen helper_atomic_* addresses to uint64_tRichard Henderson