aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-09tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson1-6/+2
2021-07-09tcg: Fix prologue disassemblyRichard Henderson1-2/+2
2021-07-09tcg: Add separator in INDEX_op_call dumpRichard Henderson1-1/+1
2021-06-29tcg: Add flags argument to bswap opcodesRichard Henderson1-0/+28
2021-06-19tcg: Restart when exhausting the stack frameRichard Henderson1-1/+5
2021-06-19tcg: Allocate sufficient storage in temp_allocate_frameRichard Henderson1-5/+26
2021-06-19tcg/sparc: Fix temp_allocate_frame vs sparc stack biasRichard Henderson1-6/+3
2021-06-19tcg/tci: Implement goto_ptrRichard Henderson1-1/+7
2021-06-19tcg/tci: Use ffi for callsRichard Henderson1-18/+46
2021-06-19tcg: Build ffi data structures for helpersRichard Henderson1-0/+58
2021-06-19tcg: Add tcg_call_funcRichard Henderson1-3/+2
2021-06-19tcg: Store the TCGHelperInfo in the TCGOp for callRichard Henderson1-28/+21
2021-06-19tcg: Add tcg_call_flagsRichard Henderson1-8/+6
2021-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson1-30/+41
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