aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-13tcg: Introduce tcg_remove_ops_afterRichard Henderson1-0/+13
2021-06-13tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson1-0/+3
2021-06-11tcg: Move in_code_gen_buffer and tests to region.cRichard Henderson1-23/+0
2021-06-11tcg: Introduce tcg_max_ctxsRichard Henderson1-13/+10
2021-06-11accel/tcg: Pass down max_cpus to tcg_initRichard Henderson1-6/+4
2021-06-11tcg: Create tcg_initRichard Henderson1-1/+8
2021-06-11tcg: Split out region.cRichard Henderson1-544/+3
2021-06-11tcg: Split out tcg_region_prologue_setRichard Henderson1-15/+22
2021-06-11tcg: Split out tcg_region_initial_allocRichard Henderson1-3/+10
2021-06-11tcg: Remove error return from tcg_region_initial_alloc__lockedRichard Henderson1-13/+6
2021-06-11tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson1-33/+19
2021-06-04tcg: Change parameters for tcg_target_const_matchRichard Henderson1-3/+2
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-03-23tcg: Workaround macOS 11.2 mprotect bugRichard Henderson1-3/+7
2021-03-23tcg: Do not set guard pages on the rx portion of code_gen_bufferRichard Henderson1-7/+5
2021-03-17tcg: Fix prototypes for tcg_out_vec_op and tcg_out_opMiroslav Rezanina1-8/+11
2021-03-06tcg: Manage splitwx in tc_ptr_to_region_tree by handRichard Henderson1-2/+18
2021-03-06tcg: Split out tcg_raise_tb_overflowRichard Henderson1-2/+7
2021-02-02tcg: Remove TCG_TARGET_CON_SET_HRichard Henderson1-12/+0
2021-02-02tcg/i386: Split out constraint sets to tcg-target-con-set.hRichard Henderson1-0/+119
2021-02-02tcg: Remove TCG_TARGET_CON_STR_HRichard Henderson1-16/+0
2021-02-02tcg/i386: Split out target constraints to tcg-target-con-str.hRichard Henderson1-5/+28
2021-01-24tcg: Restart code generation when we run out of tempsRichard Henderson1-3/+8
2021-01-23tcg: Toggle page execution for Apple SiliconRoman Bolshakov1-0/+1
2021-01-13tcg: Add tcg_reg_alloc_dup2Richard Henderson1-0/+97
2021-01-13tcg: Remove movi and dupi opcodesRichard Henderson1-17/+1
2021-01-13tcg: Use tcg_constant_{i32,i64,vec} with gvec expandersRichard Henderson1-0/+8
2021-01-13tcg: Convert tcg_gen_dupi_vec to TCG_CONSTRichard Henderson1-6/+1
2021-01-13tcg: Introduce TYPE_CONST temporariesRichard Henderson1-47/+177
2021-01-13tcg: Expand TCGTemp.val to 64-bitsRichard Henderson1-1/+1
2021-01-13tcg: Add temp_readonlyRichard Henderson1-11/+10
2021-01-13tcg: Consolidate 3 bits into enum TCGTempKindRichard Henderson1-50/+76
2021-01-13tcg: Increase tcg_out_dupi_vec immediate to int64_tRichard Henderson1-5/+26
2021-01-13tcg: Use tcg_out_dupi_vec from temp_loadRichard Henderson1-1/+5
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson1-1/+1
2021-01-07tcg: Adjust tcg_register_jit for constRichard Henderson1-5/+5
2021-01-07tcg: Adjust tcg_out_label for constRichard Henderson1-3/+3
2021-01-07tcg: Adjust tcg_out_call for constRichard Henderson1-1/+1
2021-01-07tcg: Adjust TCGLabel for constRichard Henderson1-1/+1
2021-01-07tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson1-6/+50
2021-01-07tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson1-1/+2
2021-01-07tcg: Move tcg prologue pointer out of TCGContextRichard Henderson1-1/+8
2021-01-07util: Enhance flush_icache_range with separate data pointerRichard Henderson1-2/+4
2021-01-07tcg: Do not flush icache for interpreterRichard Henderson1-0/+4
2021-01-07tcg: Introduce INDEX_op_qemu_st8_i32Richard Henderson1-0/+4
2021-01-02util: Extract flush_icache_range to cacheflush.cRichard Henderson1-0/+1
2020-11-04tcg: Remove assert from set_jmp_reset_offsetRichard Henderson1-4/+5
2020-10-27tcg: Do not kill globals at conditional branchesRichard Henderson1-2/+53
2020-10-08tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfieldsRichard Henderson1-16/+12