aboutsummaryrefslogtreecommitdiff
path: root/include/tcg
AgeCommit message (Expand)Author
2024-04-09tcg: Add TCGContext.emit_before_opRichard Henderson
2024-02-13tcg: Increase width of temp_subindexRichard Henderson
2024-02-03tcg: Introduce TCG_COND_TST{EQ,NE}Richard Henderson
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich
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_free_* out of lineRichard 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-06tcg: Unexport tcg_gen_op*_{i32,i64}Richard Henderson
2023-11-06tcg: Move tcg_gen_opN declarations to tcg-internal.hRichard Henderson
2023-11-06tcg: Move vec_gen_* declarations to tcg-internal.hRichard Henderson
2023-11-06tcg: Move 64-bit expanders out of lineRichard Henderson
2023-11-06tcg: Move 32-bit expanders out of lineRichard Henderson
2023-11-06tcg: Move generic expanders out of lineRichard Henderson
2023-11-06tcg: Move tcg_gen_op* out of lineRichard Henderson
2023-11-06accel/tcg: Move HMP info jit and info opcount codeRichard Henderson
2023-10-22tcg: Export tcg_gen_ext_{i32,i64,tl}Richard Henderson
2023-10-22tcg: add negsetcondiPaolo Bonzini
2023-10-22tcg: Add tcg_gen_{ld,st}_i128Richard Henderson
2023-10-22tcg: drop unused tcg_temp_free defineMike Frysinger
2023-10-22tcg: Introduce tcg_use_softmmuRichard Henderson
2023-10-07tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé
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-09-16tcg: Add gvec compare with immediate and scalar operandRichard 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: Split tcg/tcg-op-gvec.hRichard 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 helper-proto.hRichard Henderson
2023-06-05tcg: Split helper-gen.hRichard 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 TCGHelperInfo and dependencies to tcg/helper-info.hRichard Henderson
2023-06-05tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.hRichard 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