aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley1-8/+8
2019-10-28plugin-gen: add module for TCG-related codeEmilio G. Cota1-0/+22
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen1-1/+1
2019-08-20configure: Define target access alignment in configuretony.nguyen@bt.com1-1/+1
2019-08-16Clean up inclusion of exec/cpu-common.hMarkus Armbruster1-1/+0
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu1-1/+12
2019-05-22tcg: Add support for vector compare selectRichard Henderson1-0/+3
2019-05-22tcg: Add support for vector bitwise selectRichard Henderson1-0/+2
2019-05-13tcg: Add support for vector absolute valueRichard Henderson1-0/+2
2019-05-13tcg: Add INDEX_op_dupm_vecRichard Henderson1-0/+1
2019-05-13tcg: Add tcg_out_dupm_vec to the backend interfaceRichard Henderson1-1/+18