aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-1/+1
2023-09-07configure, meson: remove target OS symbols from config-host.makPaolo Bonzini1-1/+1
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé1-2/+2
2023-08-29tcg/sparc64: Disable TCG_TARGET_HAS_extr_i64_i32Richard Henderson2-12/+1
2023-08-29tcg: Remove vecop_list check from tcg_gen_not_vecRichard Henderson1-4/+3
2023-08-24tcg: spelling fixesMichael Tokarev3-7/+9
2023-08-24tcg/tcg-op: Document wswap_i64() byte patternPhilippe Mathieu-Daudé1-0/+5
2023-08-24tcg/tcg-op: Document hswap_i32/64() byte patternPhilippe Mathieu-Daudé1-7/+18
2023-08-24tcg/tcg-op: Document bswap64_i64() byte patternPhilippe Mathieu-Daudé1-0/+5
2023-08-24tcg/tcg-op: Document bswap32_i64() byte patternPhilippe Mathieu-Daudé1-1/+10
2023-08-24tcg/tcg-op: Document bswap32_i32() byte patternPhilippe Mathieu-Daudé1-0/+5
2023-08-24tcg/tcg-op: Document bswap16_i64() byte patternPhilippe Mathieu-Daudé1-8/+19
2023-08-24tcg/tcg-op: Document bswap16_i32() byte patternPhilippe Mathieu-Daudé1-8/+19
2023-08-24tcg/i386: Implement negsetcond_*Richard Henderson2-10/+26
2023-08-24tcg/i386: Use shift in tcg_out_setcondRichard Henderson1-0/+15
2023-08-24tcg/i386: Clear dest first in tcg_out_setcond if possibleRichard Henderson1-1/+16
2023-08-24tcg/i386: Use CMP+SBB in tcg_out_setcondRichard Henderson1-0/+50
2023-08-24tcg/i386: Merge tcg_out_movcond{32,64}Richard Henderson1-21/+7
2023-08-24tcg/i386: Merge tcg_out_setcond{32,64}Richard Henderson1-17/+7
2023-08-24tcg/i386: Merge tcg_out_brcond{32,64}Richard Henderson1-61/+49
2023-08-24tcg/sparc64: Implement negsetcond_*Richard Henderson2-12/+32
2023-08-24tcg/s390x: Implement negsetcond_*Richard Henderson2-28/+54
2023-08-24tcg/riscv: Implement negsetcond_*Richard Henderson2-2/+47
2023-08-24tcg/arm: Implement negsetcond_i32Richard Henderson2-1/+10
2023-08-24tcg/aarch64: Implement negsetcond_*Richard Henderson2-2/+14
2023-08-24tcg/ppc: Use the Set Boolean ExtensionRichard Henderson1-0/+22
2023-08-24tcg/ppc: Implement negsetcond_*Richard Henderson2-49/+82
2023-08-24tcg: Use tcg_gen_negsetcond_*Richard Henderson2-8/+4
2023-08-24tcg: Introduce negsetcond opcodesRichard Henderson13-1/+102
2023-08-24tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32Richard Henderson11-22/+12
2023-08-24tcg/i386: Allow immediate as input to deposit_*Richard Henderson2-5/+23
2023-08-24tcg: Fold deposit with zero to andRichard Henderson1-0/+37
2023-08-24tcg/i386: Drop BYTEH deposits for 64-bitRichard Henderson4-8/+6
2023-08-12tcg/i386: Output %gs prefix in tcg_out_vex_opcRichard Henderson1-0/+3
2023-07-23tcg/{i386, s390x}: Add earlyclobber to the op_add2's first outputIlya Leoshkevich5-8/+19
2023-07-23tcg/ppc: Fix race in goto_tb implementationJordan Niethe1-4/+5
2023-07-15tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128Richard Henderson1-1/+1
2023-07-15tcg: Fix info_in_idx increment in layout_arg_by_refRichard Henderson1-1/+1
2023-07-08util: Add cpuinfo-ppc.cRichard Henderson2-51/+9
2023-07-01tcg: Reduce tcg_assert_listed_vecop() scopePhilippe Mathieu-Daudé1-3/+3
2023-06-26accel/tcg: Renumber TLB_DISCARD_WRITERichard Henderson1-1/+1
2023-06-26tcg: Do not elide memory barriers for !CF_PARALLEL in system modeRichard Henderson1-1/+13
2023-06-26tcg: Fix temporary variable in tcg_gen_gvec_andcsMax Chou1-1/+1
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu1-214/+0
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-1/+1
2023-06-20tcg/ppc: Define _CALL_AIX for clang on ppc64(be)Richard Henderson1-7/+16
2023-06-09tcg/tci: Fix MemOpIdx operand index for 3-operand memopsRichard Henderson1-1/+1
2023-06-07tcg/tci: Adjust call-clobbered regs for int128_tRichard Henderson1-4/+5
2023-06-07tcg/tci: Adjust passing of MemOpIdxRichard Henderson2-34/+17
2023-06-05tcg/tcg-op-vec: Remove left over _link_error() definitionsPhilippe Mathieu-Daudé1-11/+0