aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson
2021-01-07tcg: Adjust tb_target_set_jmp_target for split-wxRichard 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-07tcg/i386: Adjust TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson
2021-01-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-01-04tcg/riscv: Fix illegal shift instructionsZihao Yu
2021-01-04tcg: Use memset for large vector byte replicationRichard Henderson
2021-01-02util: Extract flush_icache_range to cacheflush.cRichard Henderson
2021-01-02cfi: Initial support for cfi-icall in QEMUDaniele Buono
2020-12-18tcg/optimize: Add fallthrough annotationsThomas Huth
2020-11-04tcg: Revert "tcg/optimize: Flush data at labels not TCG_OPF_BB_END"Richard Henderson
2020-11-04tcg: Remove assert from set_jmp_reset_offsetRichard Henderson
2020-10-27tcg/optimize: Flush data at labels not TCG_OPF_BB_ENDRichard Henderson
2020-10-27tcg: Do not kill globals at conditional branchesRichard Henderson
2020-10-08tcg: Remove TCG_TARGET_HAS_cmp_vecRichard Henderson
2020-10-08tcg/optimize: Fold dup2_vecRichard Henderson
2020-10-08tcg: Fix generation of dupi_vec for 32-bit hostRichard Henderson
2020-10-08tcg/i386: Fix dupi for avx2 32-bit hostsRichard 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-08tcg: Adjust simd_desc size encodingRichard 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-09-03tcg: Implement 256-bit dup for tcg_gen_gvec_dup_memRichard Henderson
2020-09-03tcg: Eliminate one store for in-place 128-bit dup_memRichard Henderson
2020-09-03tcg: Fix tcg gen for vectorized absolute valueStephen Long
2020-08-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-08-12target/ppc: add vmulld to INDEX_op_mul_vec caseLijun Pan
2020-07-16tcg: Save/restore vecop_list around minmax fallbackRichard Henderson
2020-07-13tcg/riscv: Remove superfluous breaksLiao Pingfang
2020-07-06tcg: Fix do_nonatomic_op_* vs signed operationsRichard Henderson
2020-07-06tcg/ppc: Sanitize immediate shiftsCatherine A. Frederick
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/ppc: Implement INDEX_op_rot[lr]v_vecRichard Henderson
2020-06-02tcg/aarch64: Implement INDEX_op_rotl{i,v}_vecRichard Henderson
2020-06-02tcg/i386: Implement INDEX_op_rotl{i,s,v}_vecRichard Henderson
2020-06-02tcg: Implement gvec support for rotate by scalarRichard Henderson