aboutsummaryrefslogtreecommitdiff
path: root/include/tcg/tcg.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-06tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}Richard Henderson1-1/+0
2023-11-06tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}Richard Henderson1-1/+0
2023-11-06tcg: Move tcg_temp_new_*, tcg_global_mem_new_* out of lineRichard Henderson1-51/+0
2023-11-06tcg: Move tcg_constant_* out of lineRichard Henderson1-26/+0
2023-11-06accel/tcg: Move HMP info jit and info opcount codeRichard Henderson1-3/+0
2023-10-22tcg: Introduce tcg_use_softmmuRichard Henderson1-2/+6
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson1-3/+0
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson1-1/+1
2023-10-04tcg: Remove TCGContext.tlb_fast_offsetRichard Henderson1-1/+0
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-1/+1
2023-08-31accel/tcg: spelling fixesMichael Tokarev1-2/+2
2023-08-24tcg: Introduce negsetcond opcodesRichard Henderson1-0/+1
2023-08-24tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32Richard Henderson1-2/+1
2023-07-01tcg: Reduce tcg_assert_listed_vecop() scopePhilippe Mathieu-Daudé1-6/+0
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu1-26/+0
2023-06-05tcg: Remove target-specific headers from tcg.[ch]Richard Henderson1-1/+0
2023-06-05tcg: Move TLB_FLAGS_MASK check out of get_alignment_bitsRichard Henderson1-4/+0
2023-06-05tcg: Add guest_mo to TCGContextRichard Henderson1-0/+1
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson1-7/+2
2023-06-05tcg: Split tcg_gen_callNRichard Henderson1-1/+13
2023-06-05tcg: Move temp_idx and tcgv_i32_temp debug out of lineRichard Henderson1-14/+16
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-1/+1
2023-06-05tcg: Move TCGv, dup_const_tl definitions to tcg-op.hRichard Henderson1-19/+0
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson1-9/+0
2023-06-05tcg: Split out tcg-target-reg-bits.hRichard Henderson1-11/+1
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson1-0/+1
2023-06-05tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.hRichard Henderson1-7/+0
2023-05-23tcg: Split out tcg/debug-assert.hRichard Henderson1-8/+1
2023-05-16tcg: Add tlb_dyn_max_bits to TCGContextRichard Henderson1-0/+1
2023-05-16tcg: Add page_bits and page_mask to TCGContextRichard Henderson1-0/+5
2023-05-16tcg: Add addr_type to TCGContextRichard Henderson1-0/+1
2023-05-16tcg: Widen tcg_gen_code pc_start argument to uint64_tRichard Henderson1-1/+1
2023-05-16tcg: Widen gen_insn_data to uint64_tRichard Henderson1-15/+15
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson1-6/+0
2023-03-13tcg: Drop tcg_const_*Richard Henderson1-6/+0
2023-03-13tcg: Drop tcg_const_*_vecRichard Henderson1-4/+0
2023-03-13tcg: Create tcg/tcg-temp-internal.hRichard Henderson1-54/+0
2023-03-05tcg: Remove tcg_check_temp_count, tcg_clear_temp_countRichard Henderson1-14/+0
2023-03-05tcg: Link branches to the labelsRichard Henderson1-6/+13
2023-03-01tcg: Remove tcg_temp_local_new_*, tcg_const_local_*Richard Henderson1-28/+0
2023-03-01tcg: Change default temp lifetime to TEMP_TBRichard Henderson1-4/+4
2023-03-01tcg: Don't re-use TEMP_TB temporariesRichard Henderson1-1/+1
2023-03-01tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}Richard Henderson1-0/+28
2023-03-01tcg: Pass TCGTempKind to tcg_temp_new_internalRichard Henderson1-9/+9
2023-03-01tcg: Remove TEMP_NORMALRichard Henderson1-2/+0
2023-03-01tcg: Rename TEMP_LOCAL to TEMP_TBRichard Henderson1-4/+8
2023-02-04tcg: Add temp allocation for TCGv_i128Richard Henderson1-0/+32
2023-02-04tcg: Define TCG_TYPE_I128 and related helper macrosRichard Henderson1-7/+10
2023-02-03Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell1-7/+0
2023-02-02tcg: exclude non-memory effecting helpers from instrumentationEmilio Cota1-0/+2