summary refs log tree commit diff stats
path: root/tcg/tcg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* plugins: Replace pr_ops with a proper debug dump flagRichard Henderson2024-04-301-1/+28
* tcg: Remove TCG_CALL_PLUGINRichard Henderson2024-04-301-3/+1
* tcg: Pass function pointer to tcg_gen_call*Richard Henderson2024-04-301-21/+24
* exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h'Philippe Mathieu-Daudé2024-04-261-1/+1
* tcg: Add TCGContext.emit_before_opRichard Henderson2024-04-091-2/+12
* tcg: Add TCGConst argument to tcg_target_const_matchRichard Henderson2024-02-031-2/+32
* tcg/optimize: Lower TCG_COND_TST{EQ,NE} if unsupportedRichard Henderson2024-02-031-1/+1
* tcg: Introduce TCG_COND_TST{EQ,NE}Richard Henderson2024-02-031-1/+3
* accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich2024-01-291-1/+1
* tcg/ppc: Use new registers for LQ destinationRichard Henderson2024-01-111-5/+16
* tcg: Reduce serial context atomicity earlierRichard Henderson2023-12-121-8/+1
* tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}Richard Henderson2023-11-061-4/+2
* tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}Richard Henderson2023-11-061-4/+2
* tcg: Move tcg_temp_free_* out of lineRichard Henderson2023-11-061-0/+25
* tcg: Move tcg_temp_new_*, tcg_global_mem_new_* out of lineRichard Henderson2023-11-061-3/+61
* tcg: Move tcg_constant_* out of lineRichard Henderson2023-11-061-0/+15
* tcg: Add C_N2_I1Richard Henderson2023-11-061-0/+5
* accel/tcg: Move HMP info jit and info opcount codeRichard Henderson2023-11-061-10/+0
* tcg: Provide guest_base fallback for system modeRichard Henderson2023-10-221-0/+4
* tcg: Introduce tcg_use_softmmuRichard Henderson2023-10-221-3/+6
* tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé2023-10-071-5/+6
* tcg: Split out tcg init functions to tcg/startup.hRichard Henderson2023-10-041-0/+1
* tcg: Remove argument to tcg_prologue_initRichard Henderson2023-10-041-1/+2
* tcg: Remove TCGContext.tlb_fast_offsetRichard Henderson2023-10-041-6/+9
* tcg: Rename cpu_env to tcg_envRichard Henderson2023-10-031-2/+2
* tcg: Clean up local variable shadowingPhilippe Mathieu-Daudé2023-09-291-8/+8
* tcg: Add tcg_out_tb_start backend hookRichard Henderson2023-09-161-0/+3
* tcg: pass vece to tcg_target_const_match()Jiajie Chen2023-09-151-2/+2
* tcg: Introduce negsetcond opcodesRichard Henderson2023-08-241-0/+6
* tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32Richard Henderson2023-08-241-2/+1
* tcg/{i386, s390x}: Add earlyclobber to the op_add2's first outputIlya Leoshkevich2023-07-231-1/+7
* tcg: Fix info_in_idx increment in layout_arg_by_refRichard Henderson2023-07-151-1/+1
* accel/tcg: remove CONFIG_PROFILERFei Wu2023-06-261-214/+0
* tcg: Remove target-specific headers from tcg.[ch]Richard Henderson2023-06-051-1/+1
* tcg: Remove NO_CPU_IO_DEFSRichard Henderson2023-06-051-6/+0
* tcg: Add insn_start_words to TCGContextRichard Henderson2023-06-051-5/+11
* tcg: Split tcg_gen_callNRichard Henderson2023-06-051-1/+53
* tcg: Move temp_idx and tcgv_i32_temp debug out of lineRichard Henderson2023-06-051-0/+19
* tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson2023-06-051-71/+41
* tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.hRichard Henderson2023-06-051-1/+1
* tcg: Add tlb_fast_offset to TCGContextRichard Henderson2023-06-051-0/+13
* tcg: Fix register move type in tcg_out_ld_helper_retRichard Henderson2023-05-301-2/+2
* tcg: Remove USE_TCG_OPTIMIZATIONSRichard Henderson2023-05-231-5/+0
* tcg: Remove DEBUG_DISASRichard Henderson2023-05-231-8/+1
* tcg: Split out exec/user/guest-base.hRichard Henderson2023-05-161-0/+3
* tcg: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson2023-05-161-13/+14
* tcg: Split INDEX_op_qemu_{ld,st}* for guest address sizeRichard Henderson2023-05-161-14/+28
* tcg: Add addr_type to TCGContextRichard Henderson2023-05-161-0/+3
* tcg: Widen tcg_gen_code pc_start argument to uint64_tRichard Henderson2023-05-161-1/+1
* accel/tcg: Widen tcg-ldst.h addresses to uint64_tRichard Henderson2023-05-161-14/+48