aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2022-06-02tcg/aarch64: Fix illegal insn from out-of-range shliRichard Henderson
2022-06-02tcg/i386: Fix encoding of OPC_VPSRAQ for INDEX_op_sars_vecRichard Henderson
2022-05-26tcg/ppc: Optimize memory ordering generation with lwsyncNicholas Piggin
2022-05-26tcg/ppc: ST_ST memory ordering is not provided with eieioNicholas Piggin
2022-05-26target/ppc: declare vmsumuh[ms] helper with call flagsMatheus Ferst
2022-05-11Normalize header guard symbol definitionMarkus Armbruster
2022-05-04tcg: Implement tcg_gen_{h,w}swap_{i32,i64}Richard Henderson
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-04-20tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCHRichard Henderson
2022-04-20util/log: Remove qemu_log_flushRichard Henderson
2022-04-20tcg: Pass the locked filepointer to tcg_dump_opsRichard Henderson
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-31tcg/aarch64: Use 'ull' suffix to force 64-bit constantRichard Henderson
2022-03-14tcg/arm: Don't emit UNPREDICTABLE LDRD with Rm == Rt or Rt+1Richard Henderson
2022-03-14tcg/s390x: Fix tcg_out_dup_vec vs general registersRichard Henderson
2022-03-14tcg/s390x: Fix INDEX_op_bitsel_vec vs VSELRichard Henderson
2022-03-14tcg/s390x: Fix tcg_out_dupi_vec vs VGMRichard Henderson
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-03-04tcg/i386: Implement bitsel for avx512Richard Henderson
2022-03-04tcg/i386: Implement more logical operations for avx512Richard Henderson
2022-03-04tcg/i386: Implement avx512 multiplyRichard Henderson
2022-03-04tcg/i386: Implement avx512 min/max/absRichard Henderson
2022-03-04tcg/i386: Expand scalar rotate with avx512 insnsRichard Henderson
2022-03-04tcg/i386: Remove rotls_vec from tcg_target_op_defRichard Henderson
2022-03-04tcg/i386: Expand vector word rotate as avx512vbmi2 shift-doubleRichard Henderson
2022-03-04tcg/i386: Support avx512vbmi2 vector shift-double instructionsRichard Henderson
2022-03-04tcg/i386: Implement avx512 variable rotateRichard Henderson
2022-03-04tcg/i386: Implement avx512 immediate rotateRichard Henderson
2022-03-04tcg/i386: Implement avx512 immediate sari shiftRichard Henderson
2022-03-04tcg/i386: Implement avx512 scalar shiftRichard Henderson
2022-03-04tcg/i386: Implement avx512 variable shiftsRichard Henderson
2022-03-04tcg/i386: Use tcg_can_emit_vec_op in expand_vec_cmp_noinvRichard Henderson
2022-03-04tcg/i386: Add tcg_out_evex_opcRichard Henderson
2022-03-04tcg/i386: Detect AVX512Richard Henderson
2022-03-04tcg/s390x: Implement vector NAND, NOR, EQVRichard Henderson
2022-03-04tcg/ppc: Implement vector NAND, NOR, EQVRichard Henderson
2022-03-04tcg: Add opcodes for vector nand, nor, eqvRichard Henderson
2022-03-04tcg: Set MAX_OPC_PARAM_IARGS to 7Ziqiao Kong
2022-03-04tcg/optimize: only read val after const checkAlex Bennée
2022-03-02tcg/tcg-op-gvec.c: Introduce tcg_gen_gvec_4iMatheus Ferst
2022-03-02target/ppc: moved vector even and odd multiplication to decodetreeLucas Mateus Castro (alqotel)
2022-02-28tcg/tci: Use tcg_out_ldst in tcg_out_stRichard Henderson
2022-02-21include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell
2022-02-21include: Move qemu_mprotect_*() to new qemu/mprotect.hPeter Maydell
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell