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