aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)Author
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
2021-01-07tcg: Adjust TCGLabel for constRichard Henderson
2021-01-07tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson
2021-01-07tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson
2021-01-07tcg: Move tcg prologue pointer out of TCGContextRichard Henderson
2021-01-07util: Enhance flush_icache_range with separate data pointerRichard Henderson
2021-01-07tcg: Do not flush icache for interpreterRichard Henderson
2021-01-07tcg: Introduce INDEX_op_qemu_st8_i32Richard Henderson
2021-01-02util: Extract flush_icache_range to cacheflush.cRichard Henderson
2020-11-04tcg: Remove assert from set_jmp_reset_offsetRichard Henderson
2020-10-27tcg: Do not kill globals at conditional branchesRichard Henderson
2020-10-08tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfieldsRichard Henderson
2020-10-08tcg: Remove TCG_CT_REGRichard Henderson
2020-10-08tcg: Move sorted_args into TCGArgConstraint.sort_indexRichard Henderson
2020-10-08tcg: Drop union from TCGArgConstraintRichard Henderson
2020-10-03disas: Move host asm annotations to tb_gen_codeRichard Henderson
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-06-16tcg: call qemu_spin_destroy for tb->jmp_lockEmilio G. Cota
2020-06-02tcg: Improve move ops in liveness_pass_2Richard Henderson
2020-06-02tcg: Implement gvec support for rotate by scalarRichard Henderson
2020-06-02tcg: Implement gvec support for rotate by vectorRichard Henderson
2020-06-02tcg: Implement gvec support for rotate by immediateRichard Henderson
2020-05-15disas: include an optional note for the start of disassemblyAlex Bennée
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-12-18Add use of RCU for qemu_logfile.Robert Foley
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley
2019-10-28plugin-gen: add module for TCG-related codeEmilio G. Cota
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen