aboutsummaryrefslogtreecommitdiff
path: root/include/tcg
AgeCommit message (Expand)Author
2024-10-22tcg/riscv: Add basic support for vectorHuang Shiyuan
2024-10-13include/exec/memop: Move get_alignment_bits from tcg.hRichard Henderson
2024-05-22tcg: Introduce TCG_TARGET_HAS_tst_vecRichard Henderson
2024-05-15accel/tcg: Record DisasContextBase in tcg_ctx for pluginsRichard Henderson
2024-05-06tcg: Add write_aofs to GVecGen3iRichard Henderson
2024-04-30plugins: Replace pr_ops with a proper debug dump flagRichard Henderson
2024-04-30tcg: Remove INDEX_op_plugin_cb_{start,end}Richard Henderson
2024-04-30tcg: Remove TCG_CALL_PLUGINRichard Henderson
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEMRichard Henderson
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSNRichard Henderson
2024-04-30tcg: Pass function pointer to tcg_gen_call*Richard Henderson
2024-04-30tcg: Make tcg/helper-info.h self-containedRichard Henderson
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