summaryrefslogtreecommitdiffstats
path: root/tcg/tcg.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Add flags argument to bswap opcodesRichard Henderson2021-06-291-0/+28
* tcg: Restart when exhausting the stack frameRichard Henderson2021-06-191-1/+5
* tcg: Allocate sufficient storage in temp_allocate_frameRichard Henderson2021-06-191-5/+26
* tcg/sparc: Fix temp_allocate_frame vs sparc stack biasRichard Henderson2021-06-191-6/+3Star
* tcg/tci: Implement goto_ptrRichard Henderson2021-06-191-1/+7
* tcg/tci: Use ffi for callsRichard Henderson2021-06-191-18/+46
* tcg: Build ffi data structures for helpersRichard Henderson2021-06-191-0/+58
* tcg: Add tcg_call_funcRichard Henderson2021-06-191-3/+2Star
* tcg: Store the TCGHelperInfo in the TCGOp for callRichard Henderson2021-06-191-28/+21Star
* tcg: Add tcg_call_flagsRichard Henderson2021-06-191-8/+6Star
* tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson2021-06-191-30/+41
* tcg: Introduce tcg_remove_ops_afterRichard Henderson2021-06-141-0/+13
* tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson2021-06-141-0/+3
* tcg: Move in_code_gen_buffer and tests to region.cRichard Henderson2021-06-111-23/+0Star
* tcg: Introduce tcg_max_ctxsRichard Henderson2021-06-111-13/+10Star
* accel/tcg: Pass down max_cpus to tcg_initRichard Henderson2021-06-111-6/+4Star
* tcg: Create tcg_initRichard Henderson2021-06-111-1/+8
* tcg: Split out region.cRichard Henderson2021-06-111-544/+3Star
* tcg: Split out tcg_region_prologue_setRichard Henderson2021-06-111-15/+22
* tcg: Split out tcg_region_initial_allocRichard Henderson2021-06-111-3/+10
* tcg: Remove error return from tcg_region_initial_alloc__lockedRichard Henderson2021-06-111-13/+6Star
* tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson2021-06-111-33/+19Star
* tcg: Change parameters for tcg_target_const_matchRichard Henderson2021-06-041-3/+2Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* tcg: Workaround macOS 11.2 mprotect bugRichard Henderson2021-03-241-3/+7
* tcg: Do not set guard pages on the rx portion of code_gen_bufferRichard Henderson2021-03-241-7/+5Star
* tcg: Fix prototypes for tcg_out_vec_op and tcg_out_opMiroslav Rezanina2021-03-171-8/+11
* tcg: Manage splitwx in tc_ptr_to_region_tree by handRichard Henderson2021-03-061-2/+18
* tcg: Split out tcg_raise_tb_overflowRichard Henderson2021-03-061-2/+7
* tcg: Remove TCG_TARGET_CON_SET_HRichard Henderson2021-02-021-12/+0Star
* tcg/i386: Split out constraint sets to tcg-target-con-set.hRichard Henderson2021-02-021-0/+119
* tcg: Remove TCG_TARGET_CON_STR_HRichard Henderson2021-02-021-16/+0Star
* tcg/i386: Split out target constraints to tcg-target-con-str.hRichard Henderson2021-02-021-5/+28
* tcg: Restart code generation when we run out of tempsRichard Henderson2021-01-241-3/+8
* tcg: Toggle page execution for Apple SiliconRoman Bolshakov2021-01-231-0/+1
* tcg: Add tcg_reg_alloc_dup2Richard Henderson2021-01-131-0/+97
* tcg: Remove movi and dupi opcodesRichard Henderson2021-01-131-17/+1Star
* tcg: Use tcg_constant_{i32,i64,vec} with gvec expandersRichard Henderson2021-01-131-0/+8
* tcg: Convert tcg_gen_dupi_vec to TCG_CONSTRichard Henderson2021-01-131-6/+1Star
* tcg: Introduce TYPE_CONST temporariesRichard Henderson2021-01-131-47/+177
* tcg: Expand TCGTemp.val to 64-bitsRichard Henderson2021-01-131-1/+1
* tcg: Add temp_readonlyRichard Henderson2021-01-131-11/+10Star
* tcg: Consolidate 3 bits into enum TCGTempKindRichard Henderson2021-01-131-50/+76
* tcg: Increase tcg_out_dupi_vec immediate to int64_tRichard Henderson2021-01-131-5/+26
* tcg: Use tcg_out_dupi_vec from temp_loadRichard Henderson2021-01-131-1/+5
* tcg: Constify tcg_code_gen_epilogueRichard Henderson2021-01-071-1/+1
* tcg: Adjust tcg_register_jit for constRichard Henderson2021-01-071-5/+5
* tcg: Adjust tcg_out_label for constRichard Henderson2021-01-071-3/+3
* tcg: Adjust tcg_out_call for constRichard Henderson2021-01-071-1/+1