Age | Commit message (Expand) | Author |
2023-05-30 | tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITS | Richard Henderson |
2023-05-30 | tcg/s390x: Support 128-bit load/store | Richard Henderson |
2023-05-30 | tcg/ppc: Support 128-bit load/store | Richard Henderson |
2023-05-30 | tcg/aarch64: Support 128-bit load/store | Richard Henderson |
2023-05-30 | tcg/aarch64: Simplify constraints on qemu_ld/st | Richard Henderson |
2023-05-30 | tcg/aarch64: Reserve TCG_REG_TMP1, TCG_REG_TMP2 | Richard Henderson |
2023-05-30 | tcg/aarch64: Rename temporaries | Richard Henderson |
2023-05-30 | tcg/i386: Support 128-bit load/store | Richard Henderson |
2023-05-30 | tcg: Fix register move type in tcg_out_ld_helper_ret | Richard Henderson |
2023-05-25 | tcg/riscv: Support CTZ, CLZ from Zbb | Richard Henderson |
2023-05-25 | tcg/riscv: Implement movcond | Richard Henderson |
2023-05-25 | tcg/riscv: Improve setcond expansion | Richard Henderson |
2023-05-25 | tcg/riscv: Support CPOP from Zbb | Richard Henderson |
2023-05-25 | tcg/riscv: Support REV8 from Zbb | Richard Henderson |
2023-05-25 | tcg/riscv: Support rotates from Zbb | Richard Henderson |
2023-05-25 | tcg/riscv: Use ADD.UW for guest address generation | Richard Henderson |
2023-05-25 | tcg/riscv: Support ADD.UW, SEXT.B, SEXT.H, ZEXT.H from Zba+Zbb | Richard Henderson |
2023-05-25 | tcg/riscv: Support ANDN, ORN, XNOR from Zbb | Richard Henderson |
2023-05-25 | tcg/riscv: Probe for Zba, Zbb, Zicond extensions | Richard Henderson |
2023-05-25 | tcg/mips: Replace MIPS_BE with HOST_BIG_ENDIAN | Richard Henderson |
2023-05-25 | tcg/mips: Use qemu_build_not_reached for LO/HI_OFF | Richard Henderson |
2023-05-25 | tcg/mips: Try three insns with shift and add in tcg_out_movi | Richard Henderson |
2023-05-25 | tcg/mips: Try tb-relative addresses in tcg_out_movi | Richard Henderson |
2023-05-25 | tcg/mips: Aggressively use the constant pool for n64 calls | Richard Henderson |
2023-05-25 | tcg/mips: Use the constant pool for 64-bit constants | Richard Henderson |
2023-05-25 | tcg/mips: Split out tcg_out_movi_two | Richard Henderson |
2023-05-25 | tcg/mips: Split out tcg_out_movi_one | Richard Henderson |
2023-05-25 | tcg/mips: Create and use TCG_REG_TB | Richard Henderson |
2023-05-25 | tcg/mips: Unify TCG_GUEST_BASE_REG tests | Richard Henderson |
2023-05-25 | tcg/mips: Move TCG_GUEST_BASE_REG to S7 | Richard Henderson |
2023-05-25 | tcg/mips: Move TCG_AREG0 to S8 | Richard Henderson |
2023-05-23 | tcg: Remove USE_TCG_OPTIMIZATIONS | Richard Henderson |
2023-05-23 | tcg: Remove DEBUG_DISAS | Richard Henderson |
2023-05-23 | accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmu | Richard Henderson |
2023-05-23 | util: Add cpuinfo-aarch64.c | Richard Henderson |
2023-05-23 | tcg/i386: Use host/cpuinfo.h | Richard Henderson |
2023-05-18 | meson: remove static_kwargs | Paolo Bonzini |
2023-05-16 | tcg: Split out exec/user/guest-base.h | Richard Henderson |
2023-05-16 | tcg: Add tlb_dyn_max_bits to TCGContext | Richard Henderson |
2023-05-16 | tcg: Add page_bits and page_mask to TCGContext | Richard Henderson |
2023-05-16 | tcg: Remove TARGET_LONG_BITS, TCG_TYPE_TL | Richard Henderson |
2023-05-16 | tcg/mips: Remove TARGET_LONG_BITS, TCG_TYPE_TL | Richard Henderson |
2023-05-16 | tcg/loongarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TL | Richard Henderson |
2023-05-16 | tcg/aarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TL | Richard Henderson |
2023-05-16 | tcg/aarch64: Remove USE_GUEST_BASE | Richard Henderson |
2023-05-16 | tcg/arm: Remove TARGET_LONG_BITS | Richard Henderson |
2023-05-16 | tcg/i386: Remove TARGET_LONG_BITS, TCG_TYPE_TL | Richard Henderson |
2023-05-16 | tcg/i386: Adjust type of tlb_mask | Richard Henderson |
2023-05-16 | tcg/i386: Conditionalize tcg_out_extu_i32_i64 | Richard Henderson |
2023-05-16 | tcg/i386: Always enable TCG_TARGET_HAS_extr[lh]_i64_i32 | Richard Henderson |