aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2023-07-23tcg/{i386, s390x}: Add earlyclobber to the op_add2's first outputIlya Leoshkevich
2023-07-23tcg/ppc: Fix race in goto_tb implementationJordan Niethe
2023-07-15tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128Richard Henderson
2023-07-15tcg: Fix info_in_idx increment in layout_arg_by_refRichard Henderson
2023-07-08util: Add cpuinfo-ppc.cRichard Henderson
2023-07-01tcg: Reduce tcg_assert_listed_vecop() scopePhilippe Mathieu-Daudé
2023-06-26accel/tcg: Renumber TLB_DISCARD_WRITERichard Henderson
2023-06-26tcg: Do not elide memory barriers for !CF_PARALLEL in system modeRichard Henderson
2023-06-26tcg: Fix temporary variable in tcg_gen_gvec_andcsMax Chou
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-20tcg/ppc: Define _CALL_AIX for clang on ppc64(be)Richard Henderson
2023-06-09tcg/tci: Fix MemOpIdx operand index for 3-operand memopsRichard Henderson
2023-06-07tcg/tci: Adjust call-clobbered regs for int128_tRichard Henderson
2023-06-07tcg/tci: Adjust passing of MemOpIdxRichard Henderson
2023-06-05tcg/tcg-op-vec: Remove left over _link_error() definitionsPhilippe Mathieu-Daudé
2023-06-05tcg: Build once for system and once for user-onlyRichard Henderson
2023-06-05tcg: Remove target-specific headers from tcg.[ch]Richard Henderson
2023-06-05tcg: Fix PAGE/PROT confusionRichard Henderson
2023-06-05tcg: Spit out exec/translation-block.hRichard Henderson
2023-06-05tcg: Remove NO_CPU_IO_DEFSRichard Henderson
2023-06-05tcg: Split tcg/tcg-op-gvec.hRichard Henderson
2023-06-05tcg: Move TLB_FLAGS_MASK check out of get_alignment_bitsRichard Henderson
2023-06-05tcg: Add guest_mo to TCGContextRichard Henderson
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson
2023-06-05tcg: Split tcg_gen_callNRichard Henderson
2023-06-05tcg: Move temp_idx and tcgv_i32_temp debug out of lineRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-06-05tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.hRichard Henderson
2023-06-05tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.hRichard Henderson
2023-06-05tcg: Split out tcg-target-reg-bits.hRichard Henderson
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson
2023-06-05tcg: Widen CPUTLBEntry comparators to 64-bitsRichard Henderson
2023-06-05tcg/sparc64: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-06-05tcg/s390x: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-06-05tcg/riscv: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-06-05tcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-05-30tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITSRichard Henderson
2023-05-30tcg/s390x: Support 128-bit load/storeRichard Henderson
2023-05-30tcg/ppc: Support 128-bit load/storeRichard Henderson
2023-05-30tcg/aarch64: Support 128-bit load/storeRichard Henderson
2023-05-30tcg/aarch64: Simplify constraints on qemu_ld/stRichard Henderson
2023-05-30tcg/aarch64: Reserve TCG_REG_TMP1, TCG_REG_TMP2Richard Henderson
2023-05-30tcg/aarch64: Rename temporariesRichard Henderson
2023-05-30tcg/i386: Support 128-bit load/storeRichard Henderson
2023-05-30tcg: Fix register move type in tcg_out_ld_helper_retRichard Henderson
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