aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-05tcg: Add TCGHelperInfo argument to tcg_out_callRichard Henderson1-10/+2
2023-01-05tcg: Move ffi_cif pointer into TCGHelperInfoRichard Henderson1-16/+14
2023-01-05tcg: Factor init_ffi_layouts() out of tcg_context_init()Philippe Mathieu-Daudé1-39/+44
2023-01-05tcg: Convert typecode_to_ffi from array to functionPhilippe Mathieu-Daudé1-10/+20
2023-01-05tcg: Reorg function callsRichard Henderson1-243/+370
2023-01-05tcg: Use output_pref wrapper functionRichard Henderson1-16/+18
2023-01-05tcg: Vary the allocation size for TCGOpRichard Henderson1-10/+27
2023-01-05tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()Philippe Mathieu-Daudé1-13/+17
2023-01-05tcg: Use TCG_CALL_ARG_EVEN for TCI special caseRichard Henderson1-23/+43
2023-01-05tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32Richard Henderson1-22/+22
2023-01-05tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64Richard Henderson1-2/+4
2023-01-05tcg: Introduce tcg_type_sizeRichard Henderson1-15/+12
2023-01-05tcg: Allocate TCGTemp pairs in host memory orderRichard Henderson1-30/+28
2023-01-05tcg: Simplify calls to temp_sync vs mem_coherentRichard Henderson1-6/+2
2023-01-05tcg: Add temp_subindex to TCGTempRichard Henderson1-0/+3
2023-01-05tcg: Introduce paired register allocationRichard Henderson1-44/+372
2023-01-04tcg: Massage process_op_defs()Philippe Mathieu-Daudé1-27/+34
2023-01-04tcg: Remove check_regsRichard Henderson1-76/+0
2023-01-04tcg: Centralize updates to reg_to_tempRichard Henderson1-74/+85
2023-01-04tcg: Fix tcg_reg_alloc_dup*Richard Henderson1-2/+2
2023-01-04tcg: Remove TCG_TARGET_STACK_GROWSUPRichard Henderson1-30/+2
2023-01-04tcg: Tidy tcg_reg_alloc_opRichard Henderson1-24/+21
2023-01-04tcg: Cleanup trailing whitespaceRichard Henderson1-16/+17
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/sparc: Remove support for sparc32plusRichard Henderson1-73/+2
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-4/+4
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-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-6/+6
2022-03-04tcg: Add opcodes for vector nand, nor, eqvRichard Henderson1-0/+6
2022-02-21include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell1-0/+1
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-2/+2
2021-12-07tcg/arm: Reduce vector alignment requirement for NEONRichard Henderson1-1/+7
2021-11-02qapi: introduce x-query-opcount QMP commandDaniel P. Berrangé1-5/+5
2021-11-02qapi: introduce x-query-jit QMP commandDaniel P. Berrangé1-41/+47
2021-10-28tcg: Extend call args using the correct opcodesRichard Henderson1-3/+3
2021-10-13tcg: Move helper_*_mmu decls to tcg/tcg-ldst.hRichard Henderson1-0/+1
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson1-1/+1
2021-07-09tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson1-6/+2
2021-07-09tcg: Fix prologue disassemblyRichard Henderson1-2/+2
2021-07-09tcg: Add separator in INDEX_op_call dumpRichard Henderson1-1/+1
2021-06-29tcg: Add flags argument to bswap opcodesRichard Henderson1-0/+28