Age | Commit message (Expand) | Author |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé |
2023-06-20 | tcg/ppc: Define _CALL_AIX for clang on ppc64(be) | Richard Henderson |
2023-06-09 | tcg/tci: Fix MemOpIdx operand index for 3-operand memops | Richard Henderson |
2023-06-07 | tcg/tci: Adjust call-clobbered regs for int128_t | Richard Henderson |
2023-06-07 | tcg/tci: Adjust passing of MemOpIdx | Richard Henderson |
2023-06-05 | tcg/tcg-op-vec: Remove left over _link_error() definitions | Philippe Mathieu-Daudé |
2023-06-05 | tcg: Build once for system and once for user-only | Richard Henderson |
2023-06-05 | tcg: Remove target-specific headers from tcg.[ch] | Richard Henderson |
2023-06-05 | tcg: Fix PAGE/PROT confusion | Richard Henderson |
2023-06-05 | tcg: Spit out exec/translation-block.h | Richard Henderson |
2023-06-05 | tcg: Remove NO_CPU_IO_DEFS | Richard Henderson |
2023-06-05 | tcg: Split tcg/tcg-op-gvec.h | Richard Henderson |
2023-06-05 | tcg: Move TLB_FLAGS_MASK check out of get_alignment_bits | Richard Henderson |
2023-06-05 | tcg: Add guest_mo to TCGContext | Richard Henderson |
2023-06-05 | tcg: Add insn_start_words to TCGContext | Richard Henderson |
2023-06-05 | tcg: Split tcg_gen_callN | Richard Henderson |
2023-06-05 | tcg: Move temp_idx and tcgv_i32_temp debug out of line | Richard Henderson |
2023-06-05 | tcg: Pass TCGHelperInfo to tcg_gen_callN | Richard Henderson |
2023-06-05 | tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.h | Richard Henderson |
2023-06-05 | tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h | Richard Henderson |
2023-06-05 | tcg: Split out tcg-target-reg-bits.h | Richard Henderson |
2023-06-05 | tcg: Add tlb_fast_offset to TCGContext | Richard Henderson |
2023-06-05 | tcg: Widen CPUTLBEntry comparators to 64-bits | Richard Henderson |
2023-06-05 | tcg/sparc64: Remove TARGET_LONG_BITS, TCG_TYPE_TL | Richard Henderson |
2023-06-05 | tcg/s390x: Remove TARGET_LONG_BITS, TCG_TYPE_TL | Richard Henderson |
2023-06-05 | tcg/riscv: Remove TARGET_LONG_BITS, TCG_TYPE_TL | Richard Henderson |
2023-06-05 | tcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TL | Richard Henderson |
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 |