aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-07configure, meson: remove target OS symbols from config-host.makPaolo Bonzini
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé
2023-08-29tcg/sparc64: Disable TCG_TARGET_HAS_extr_i64_i32Richard Henderson
2023-08-29tcg: Remove vecop_list check from tcg_gen_not_vecRichard Henderson
2023-08-24tcg: spelling fixesMichael Tokarev
2023-08-24tcg/tcg-op: Document wswap_i64() byte patternPhilippe Mathieu-Daudé
2023-08-24tcg/tcg-op: Document hswap_i32/64() byte patternPhilippe Mathieu-Daudé
2023-08-24tcg/tcg-op: Document bswap64_i64() byte patternPhilippe Mathieu-Daudé
2023-08-24tcg/tcg-op: Document bswap32_i64() byte patternPhilippe Mathieu-Daudé
2023-08-24tcg/tcg-op: Document bswap32_i32() byte patternPhilippe Mathieu-Daudé
2023-08-24tcg/tcg-op: Document bswap16_i64() byte patternPhilippe Mathieu-Daudé
2023-08-24tcg/tcg-op: Document bswap16_i32() byte patternPhilippe Mathieu-Daudé
2023-08-24tcg/i386: Implement negsetcond_*Richard Henderson
2023-08-24tcg/i386: Use shift in tcg_out_setcondRichard Henderson
2023-08-24tcg/i386: Clear dest first in tcg_out_setcond if possibleRichard Henderson
2023-08-24tcg/i386: Use CMP+SBB in tcg_out_setcondRichard Henderson
2023-08-24tcg/i386: Merge tcg_out_movcond{32,64}Richard Henderson
2023-08-24tcg/i386: Merge tcg_out_setcond{32,64}Richard Henderson
2023-08-24tcg/i386: Merge tcg_out_brcond{32,64}Richard Henderson
2023-08-24tcg/sparc64: Implement negsetcond_*Richard Henderson
2023-08-24tcg/s390x: Implement negsetcond_*Richard Henderson
2023-08-24tcg/riscv: Implement negsetcond_*Richard Henderson
2023-08-24tcg/arm: Implement negsetcond_i32Richard Henderson
2023-08-24tcg/aarch64: Implement negsetcond_*Richard Henderson
2023-08-24tcg/ppc: Use the Set Boolean ExtensionRichard Henderson
2023-08-24tcg/ppc: Implement negsetcond_*Richard Henderson
2023-08-24tcg: Use tcg_gen_negsetcond_*Richard Henderson
2023-08-24tcg: Introduce negsetcond opcodesRichard Henderson
2023-08-24tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32Richard Henderson
2023-08-24tcg/i386: Allow immediate as input to deposit_*Richard Henderson
2023-08-24tcg: Fold deposit with zero to andRichard Henderson
2023-08-24tcg/i386: Drop BYTEH deposits for 64-bitRichard Henderson
2023-08-12tcg/i386: Output %gs prefix in tcg_out_vex_opcRichard Henderson
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é