aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2022-11-09tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_codeRichard Henderson1-0/+12
2022-11-01Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...Stefan Hajnoczi1-1/+2
2022-10-31tcg: Avoid using hardcoded /tmpBin Meng1-1/+2
2022-11-01tcg/tci: fix logic error when registering helpers via FFIIcenowy Zheng1-3/+3
2022-11-01tcg/sparc64: Remove sparc32plus constraintsRichard Henderson3-84/+44
2022-11-01tcg/sparc64: Rename from tcg/sparcRichard Henderson4-0/+0
2022-11-01tcg/sparc: Remove support for sparc32plusRichard Henderson3-220/+34
2022-10-25tcg/aarch64: Remove unused code in tcg_out_opQi Hu1-17/+14
2022-10-25tcg/loongarch64: Add direct jump supportQi Hu2-7/+50
2022-10-04tcg/ppc: Optimize 26-bit jumpsLeandro Lupori1-31/+88
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-4/+4
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé1-1/+1
2022-07-12tcg: Fix returned type in alloc_code_gen_buffer_splitwx_memfd()Shaobo Song1-1/+1
2022-07-05tcg/tci: Remove CONFIG_DEBUG_TCG_INTERPRETERRichard Henderson2-12/+0
2022-06-20tcg/ppc: implement rem[u]_i{32,64} with mod[su][wd]Matheus Kowalczuk Ferst2-2/+24
2022-06-02tcg/aarch64: Fix illegal insn from out-of-range shliRichard Henderson1-1/+1
2022-06-02tcg/i386: Fix encoding of OPC_VPSRAQ for INDEX_op_sars_vecRichard Henderson1-1/+1
2022-05-26tcg/ppc: Optimize memory ordering generation with lwsyncNicholas Piggin1-3/+6
2022-05-26tcg/ppc: ST_ST memory ordering is not provided with eieioNicholas Piggin1-2/+0
2022-05-26target/ppc: declare vmsumuh[ms] helper with call flagsMatheus Ferst1-0/+1
2022-05-11Normalize header guard symbol definitionMarkus Armbruster1-1/+1
2022-05-04tcg: Implement tcg_gen_{h,w}swap_{i32,i64}Richard Henderson1-0/+30
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-1/+2
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-7/+27
2022-04-20tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCHRichard Henderson1-7/+27
2022-04-20util/log: Remove qemu_log_flushRichard Henderson1-1/+0
2022-04-20tcg: Pass the locked filepointer to tcg_dump_opsRichard Henderson1-57/+52
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson1-34/+44
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson1-4/+4
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-4/+4
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau7-20/+20
2022-03-31tcg/aarch64: Use 'ull' suffix to force 64-bit constantRichard Henderson1-2/+2
2022-03-14tcg/arm: Don't emit UNPREDICTABLE LDRD with Rm == Rt or Rt+1Richard Henderson1-2/+15
2022-03-14tcg/s390x: Fix tcg_out_dup_vec vs general registersRichard Henderson1-0/+1
2022-03-14tcg/s390x: Fix INDEX_op_bitsel_vec vs VSELRichard Henderson1-1/+1
2022-03-14tcg/s390x: Fix tcg_out_dupi_vec vs VGMRichard Henderson1-2/+2
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2022-03-04tcg/i386: Implement bitsel for avx512Richard Henderson2-2/+20
2022-03-04tcg/i386: Implement more logical operations for avx512Richard Henderson2-5/+39
2022-03-04tcg/i386: Implement avx512 multiplyRichard Henderson1-6/+6
2022-03-04tcg/i386: Implement avx512 min/max/absRichard Henderson1-7/+11
2022-03-04tcg/i386: Expand scalar rotate with avx512 insnsRichard Henderson1-20/+29
2022-03-04tcg/i386: Remove rotls_vec from tcg_target_op_defRichard Henderson1-1/+0
2022-03-04tcg/i386: Expand vector word rotate as avx512vbmi2 shift-doubleRichard Henderson1-1/+17
2022-03-04tcg/i386: Support avx512vbmi2 vector shift-double instructionsRichard Henderson3-0/+42
2022-03-04tcg/i386: Implement avx512 variable rotateRichard Henderson2-2/+25
2022-03-04tcg/i386: Implement avx512 immediate rotateRichard Henderson2-3/+14
2022-03-04tcg/i386: Implement avx512 immediate sari shiftRichard Henderson1-9/+21
2022-03-04tcg/i386: Implement avx512 scalar shiftRichard Henderson1-2/+10