aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)Author
2021-06-29tcg: Add flags argument to bswap opcodesRichard Henderson
2021-06-19tcg: Restart when exhausting the stack frameRichard Henderson
2021-06-19tcg: Allocate sufficient storage in temp_allocate_frameRichard Henderson
2021-06-19tcg/sparc: Fix temp_allocate_frame vs sparc stack biasRichard Henderson
2021-06-19tcg/tci: Implement goto_ptrRichard Henderson
2021-06-19tcg/tci: Use ffi for callsRichard Henderson
2021-06-19tcg: Build ffi data structures for helpersRichard Henderson
2021-06-19tcg: Add tcg_call_funcRichard Henderson
2021-06-19tcg: Store the TCGHelperInfo in the TCGOp for callRichard Henderson
2021-06-19tcg: Add tcg_call_flagsRichard Henderson
2021-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson
2021-06-13tcg: Introduce tcg_remove_ops_afterRichard Henderson
2021-06-13tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson
2021-06-11tcg: Move in_code_gen_buffer and tests to region.cRichard Henderson
2021-06-11tcg: Introduce tcg_max_ctxsRichard Henderson
2021-06-11accel/tcg: Pass down max_cpus to tcg_initRichard Henderson
2021-06-11tcg: Create tcg_initRichard Henderson
2021-06-11tcg: Split out region.cRichard Henderson
2021-06-11tcg: Split out tcg_region_prologue_setRichard Henderson
2021-06-11tcg: Split out tcg_region_initial_allocRichard Henderson
2021-06-11tcg: Remove error return from tcg_region_initial_alloc__lockedRichard Henderson
2021-06-11tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson
2021-06-04tcg: Change parameters for tcg_target_const_matchRichard Henderson
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-03-23tcg: Workaround macOS 11.2 mprotect bugRichard Henderson
2021-03-23tcg: Do not set guard pages on the rx portion of code_gen_bufferRichard Henderson
2021-03-17tcg: Fix prototypes for tcg_out_vec_op and tcg_out_opMiroslav Rezanina
2021-03-06tcg: Manage splitwx in tc_ptr_to_region_tree by handRichard Henderson
2021-03-06tcg: Split out tcg_raise_tb_overflowRichard Henderson
2021-02-02tcg: Remove TCG_TARGET_CON_SET_HRichard Henderson
2021-02-02tcg/i386: Split out constraint sets to tcg-target-con-set.hRichard Henderson
2021-02-02tcg: Remove TCG_TARGET_CON_STR_HRichard Henderson
2021-02-02tcg/i386: Split out target constraints to tcg-target-con-str.hRichard Henderson
2021-01-24tcg: Restart code generation when we run out of tempsRichard Henderson
2021-01-23tcg: Toggle page execution for Apple SiliconRoman Bolshakov
2021-01-13tcg: Add tcg_reg_alloc_dup2Richard Henderson
2021-01-13tcg: Remove movi and dupi opcodesRichard Henderson
2021-01-13tcg: Use tcg_constant_{i32,i64,vec} with gvec expandersRichard Henderson
2021-01-13tcg: Convert tcg_gen_dupi_vec to TCG_CONSTRichard Henderson
2021-01-13tcg: Introduce TYPE_CONST temporariesRichard Henderson
2021-01-13tcg: Expand TCGTemp.val to 64-bitsRichard Henderson
2021-01-13tcg: Add temp_readonlyRichard Henderson
2021-01-13tcg: Consolidate 3 bits into enum TCGTempKindRichard Henderson
2021-01-13tcg: Increase tcg_out_dupi_vec immediate to int64_tRichard Henderson
2021-01-13tcg: Use tcg_out_dupi_vec from temp_loadRichard Henderson
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson
2021-01-07tcg: Adjust tcg_register_jit for constRichard Henderson
2021-01-07tcg: Adjust tcg_out_label for constRichard Henderson
2021-01-07tcg: Adjust tcg_out_call for constRichard Henderson