aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2022-11-09tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_codeRichard Henderson
2022-11-01Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...Stefan Hajnoczi
2022-10-31tcg: Avoid using hardcoded /tmpBin Meng
2022-11-01tcg/tci: fix logic error when registering helpers via FFIIcenowy Zheng
2022-11-01tcg/sparc64: Remove sparc32plus constraintsRichard Henderson
2022-11-01tcg/sparc64: Rename from tcg/sparcRichard Henderson
2022-11-01tcg/sparc: Remove support for sparc32plusRichard Henderson
2022-10-25tcg/aarch64: Remove unused code in tcg_out_opQi Hu
2022-10-25tcg/loongarch64: Add direct jump supportQi Hu
2022-10-04tcg/ppc: Optimize 26-bit jumpsLeandro Lupori
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2022-07-12tcg: Fix returned type in alloc_code_gen_buffer_splitwx_memfd()Shaobo Song
2022-07-05tcg/tci: Remove CONFIG_DEBUG_TCG_INTERPRETERRichard Henderson
2022-06-20tcg/ppc: implement rem[u]_i{32,64} with mod[su][wd]Matheus Kowalczuk Ferst
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