aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-07tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé1-5/+6
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson1-0/+1
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson1-1/+2
2023-10-04tcg: Remove TCGContext.tlb_fast_offsetRichard Henderson1-6/+9
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-2/+2
2023-09-29tcg: Clean up local variable shadowingPhilippe Mathieu-Daudé1-8/+8
2023-09-16tcg: Add tcg_out_tb_start backend hookRichard Henderson1-0/+3
2023-09-15tcg: pass vece to tcg_target_const_match()Jiajie Chen1-2/+2
2023-08-24tcg: Introduce negsetcond opcodesRichard Henderson1-0/+6
2023-08-24tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32Richard Henderson1-2/+1
2023-07-23tcg/{i386, s390x}: Add earlyclobber to the op_add2's first outputIlya Leoshkevich1-1/+7
2023-07-15tcg: Fix info_in_idx increment in layout_arg_by_refRichard Henderson1-1/+1
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu1-214/+0
2023-06-05tcg: Remove target-specific headers from tcg.[ch]Richard Henderson1-1/+1
2023-06-05tcg: Remove NO_CPU_IO_DEFSRichard Henderson1-6/+0
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson1-5/+11
2023-06-05tcg: Split tcg_gen_callNRichard Henderson1-1/+53
2023-06-05tcg: Move temp_idx and tcgv_i32_temp debug out of lineRichard Henderson1-0/+19
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-71/+41
2023-06-05tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.hRichard Henderson1-1/+1
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson1-0/+13
2023-05-30tcg: Fix register move type in tcg_out_ld_helper_retRichard Henderson1-2/+2
2023-05-23tcg: Remove USE_TCG_OPTIMIZATIONSRichard Henderson1-5/+0
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson1-8/+1
2023-05-16tcg: Split out exec/user/guest-base.hRichard Henderson1-0/+3
2023-05-16tcg: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson1-13/+14
2023-05-16tcg: Split INDEX_op_qemu_{ld,st}* for guest address sizeRichard Henderson1-14/+28
2023-05-16tcg: Add addr_type to TCGContextRichard Henderson1-0/+3
2023-05-16tcg: Widen tcg_gen_code pc_start argument to uint64_tRichard Henderson1-1/+1
2023-05-16accel/tcg: Widen tcg-ldst.h addresses to uint64_tRichard Henderson1-14/+48
2023-05-16tcg: Widen gen_insn_data to uint64_tRichard Henderson1-14/+4
2023-05-16tcg: Introduce atom_and_align_for_opcRichard Henderson1-0/+95
2023-05-16tcg: Support TCG_TYPE_I128 in tcg_out_{ld,st}_helper_{args,ret}Richard Henderson1-33/+163
2023-05-16tcg: Merge tcg_out_helper_load_regs into callerRichard Henderson1-48/+41
2023-05-16tcg: Introduce tcg_out_movext3Richard Henderson1-30/+108
2023-05-16tcg: Add INDEX_op_qemu_{ld,st}_i128Richard Henderson1-1/+9
2023-05-16accel/tcg: Implement helper_{ld,st}*_mmu for user-onlyRichard Henderson1-4/+2
2023-05-16tcg: Unify helper_{be,le}_{ld,st}*Richard Henderson1-0/+21
2023-05-16include/exec/memop: Add MO_ATOM_*Richard Henderson1-6/+21
2023-05-11tcg: Remove TARGET_ALIGNED_ONLYRichard Henderson1-5/+0
2023-05-11tcg: Add routines for calling slow-path helpersRichard Henderson1-4/+471
2023-05-05tcg: Introduce arg_slot_stk_ofsRichard Henderson1-12/+17
2023-05-05tcg: Replace REG_P with arg_loc_reg_pRichard Henderson1-3/+13
2023-05-05tcg: Move TCGLabelQemuLdst to tcg.cRichard Henderson1-0/+13
2023-05-02tcg: Introduce tcg_out_movext2Richard Henderson1-5/+64
2023-04-23tcg: Introduce tcg_out_xchgRichard Henderson1-0/+2
2023-04-23tcg: Introduce tcg_out_movextRichard Henderson1-0/+63
2023-04-23tcg: Split out tcg_out_extrl_i64_i32Richard Henderson1-0/+4
2023-04-23tcg: Split out tcg_out_extu_i32_i64Richard Henderson1-0/+4
2023-04-23tcg: Split out tcg_out_exts_i32_i64Richard Henderson1-0/+4