aboutsummaryrefslogtreecommitdiff
path: root/include/tcg
AgeCommit message (Expand)Author
2023-03-13tcg: Drop tcg_const_*Richard Henderson
2023-03-13tcg: Drop tcg_const_*_vecRichard Henderson
2023-03-13tcg: Create tcg/tcg-temp-internal.hRichard Henderson
2023-03-05tcg: Remove tcg_check_temp_count, tcg_clear_temp_countRichard Henderson
2023-03-05tcg: Link branches to the labelsRichard Henderson
2023-03-01tcg: Remove tcg_temp_local_new_*, tcg_const_local_*Richard Henderson
2023-03-01tcg: Change default temp lifetime to TEMP_TBRichard Henderson
2023-03-01tcg: Don't re-use TEMP_TB temporariesRichard Henderson
2023-03-01tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}Richard Henderson
2023-03-01tcg: Add tcg_gen_movi_ptrRichard Henderson
2023-03-01tcg: Pass TCGTempKind to tcg_temp_new_internalRichard Henderson
2023-03-01tcg: Remove TEMP_NORMALRichard Henderson
2023-03-01tcg: Rename TEMP_LOCAL to TEMP_TBRichard Henderson
2023-02-04tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}Richard Henderson
2023-02-04tcg: Add tcg_gen_{non}atomic_cmpxchg_i128Richard Henderson
2023-02-04tcg: Add guest load/store primitives for TCGv_i128Richard Henderson
2023-02-04tcg: Add basic data movement for TCGv_i128Richard Henderson
2023-02-04tcg: Add temp allocation for TCGv_i128Richard Henderson
2023-02-04tcg: Define TCG_TYPE_I128 and related helper macrosRichard Henderson
2023-02-03Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-02-02tcg: exclude non-memory effecting helpers from instrumentationEmilio Cota
2023-01-23tcg: Avoid recursion in tcg_gen_mulu2_i32Richard Henderson
2023-01-17tcg: Move tb_target_set_jmp_target declaration to tcg.hRichard Henderson
2023-01-17tcg: Add gen_tb to TCGContextRichard Henderson
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: Introduce tcg_type_sizeRichard Henderson
2023-01-05tcg: Move TCG_TYPE_COUNT outside enumRichard 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
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson
2022-06-02tcg: Add tcg_gen_mov_ptrRichard Henderson
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-20tcg: Add tcg_constant_ptrRichard Henderson
2022-04-20tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCHRichard Henderson
2022-03-04tcg: Add opcodes for vector nand, nor, eqvRichard Henderson
2022-03-04tcg: Set MAX_OPC_PARAM_IARGS to 7Ziqiao Kong
2022-03-02tcg/tcg-op-gvec.c: Introduce tcg_gen_gvec_4iMatheus Ferst
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-11-03Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques...Richard Henderson
2021-11-02qapi: introduce x-query-opcount QMP commandDaniel P. Berrangé
2021-11-02qapi: introduce x-query-jit QMP commandDaniel P. Berrangé
2021-11-02tcg: Add helper_unaligned_{ld,st} for user-only sigbusRichard Henderson
2021-10-13tcg: Move helper_*_mmu decls to tcg/tcg-ldst.hRichard Henderson
2021-10-13accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson