aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-08tcg: Remove TCG_CT_REGRichard Henderson1-11/+4
2020-10-08tcg: Move sorted_args into TCGArgConstraint.sort_indexRichard Henderson1-18/+17
2020-10-08tcg: Drop union from TCGArgConstraintRichard Henderson1-11/+11
2020-10-03disas: Move host asm annotations to tb_gen_codeRichard Henderson1-2/+2
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-29/+29
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-3/+3
2020-06-16tcg: call qemu_spin_destroy for tb->jmp_lockEmilio G. Cota1-0/+9
2020-06-02tcg: Improve move ops in liveness_pass_2Richard Henderson1-22/+56
2020-06-02tcg: Implement gvec support for rotate by scalarRichard Henderson1-0/+2
2020-06-02tcg: Implement gvec support for rotate by vectorRichard Henderson1-0/+3
2020-06-02tcg: Implement gvec support for rotate by immediateRichard Henderson1-0/+2
2020-05-15disas: include an optional note for the start of disassemblyAlex Bennée1-2/+2
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2019-12-18Add use of RCU for qemu_logfile.Robert Foley1-2/+10