aboutsummaryrefslogtreecommitdiff
path: root/include/tcg/tcg.h
AgeCommit message (Expand)Author
2024-04-09tcg: Add TCGContext.emit_before_opRichard Henderson
2024-02-13tcg: Increase width of temp_subindexRichard Henderson
2023-11-06tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}Richard Henderson
2023-11-06tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}Richard Henderson
2023-11-06tcg: Move tcg_temp_new_*, tcg_global_mem_new_* out of lineRichard Henderson
2023-11-06tcg: Move tcg_constant_* out of lineRichard Henderson
2023-11-06accel/tcg: Move HMP info jit and info opcount codeRichard Henderson
2023-10-22tcg: Introduce tcg_use_softmmuRichard Henderson
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson
2023-10-04tcg: Remove TCGContext.tlb_fast_offsetRichard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-08-31accel/tcg: spelling fixesMichael Tokarev
2023-08-24tcg: Introduce negsetcond opcodesRichard Henderson
2023-08-24tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32Richard Henderson
2023-07-01tcg: Reduce tcg_assert_listed_vecop() scopePhilippe Mathieu-Daudé
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu
2023-06-05tcg: Remove target-specific headers from tcg.[ch]Richard Henderson
2023-06-05tcg: Move TLB_FLAGS_MASK check out of get_alignment_bitsRichard Henderson
2023-06-05tcg: Add guest_mo to TCGContextRichard Henderson
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson
2023-06-05tcg: Split tcg_gen_callNRichard Henderson
2023-06-05tcg: Move temp_idx and tcgv_i32_temp debug out of lineRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-06-05tcg: Move TCGv, dup_const_tl definitions to tcg-op.hRichard Henderson
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson
2023-06-05tcg: Split out tcg-target-reg-bits.hRichard Henderson
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson
2023-06-05tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.hRichard Henderson
2023-05-23tcg: Split out tcg/debug-assert.hRichard Henderson
2023-05-16tcg: Add tlb_dyn_max_bits to TCGContextRichard Henderson
2023-05-16tcg: Add page_bits and page_mask to TCGContextRichard Henderson
2023-05-16tcg: Add addr_type to TCGContextRichard Henderson
2023-05-16tcg: Widen tcg_gen_code pc_start argument to uint64_tRichard Henderson
2023-05-16tcg: Widen gen_insn_data to uint64_tRichard Henderson
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson
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: 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: Add temp allocation for TCGv_i128Richard Henderson
2023-02-04tcg: Define TCG_TYPE_I128 and related helper macrosRichard Henderson