aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
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 TCGCallReturnKind and TCGCallArgumentKindRichard 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: Move TCG_{LOW,HIGH} to tcg-internal.hRichard 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-04tci: MAX_OPC_PARAM_IARGS is no longer usedRichard 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
2023-01-04tcg/s390x: Fix coding stylePhilippe Mathieu-Daudé
2023-01-04tcg: convert tcg/README to rstMark Cave-Ayland
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