aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2021-01-07tcg: Constify TCGLabelQemuLdst.raddrRichard Henderson8-15/+8
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson9-17/+9
2021-01-07tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson9-9/+0
2021-01-07tcg/arm: Support split-wx code generationRichard Henderson2-17/+22
2021-01-07tcg/mips: Support split-wx code generationRichard Henderson2-20/+25
2021-01-07tcg/mips: Do not assert on relocation overflowRichard Henderson1-34/+19
2021-01-07tcg/riscv: Support split-wx code generationRichard Henderson2-19/+24
2021-01-07tcg/riscv: Remove branch-over-branch fallbackRichard Henderson1-50/+6
2021-01-07tcg/riscv: Fix branch range checksRichard Henderson1-13/+15
2021-01-07tcg/s390: Support split-wx code generationRichard Henderson2-40/+31
2021-01-07tcg/s390: Use tcg_tbrel_diffRichard Henderson1-8/+8
2021-01-07tcg/sparc: Support split-wx code generationRichard Henderson2-12/+14
2021-01-07tcg/sparc: Use tcg_tbrel_diffRichard Henderson1-8/+7
2021-01-07tcg/ppc: Support split-wx code generationRichard Henderson2-24/+31
2021-01-07tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TBRichard Henderson1-3/+2
2021-01-07tcg/ppc: Use tcg_tbrel_diffRichard Henderson1-3/+3
2021-01-07tcg/tci: Push const down through bytecode readingRichard Henderson1-26/+34
2021-01-07tcg/aarch64: Support split-wx code generationRichard Henderson2-26/+33
2021-01-07tcg/aarch64: Use B not BL for tcg_out_goto_longRichard Henderson1-1/+1
2021-01-07tcg/i386: Support split-wx code generationRichard Henderson2-10/+12
2021-01-07tcg: Return the TB pointer from the rx region from exit_tbRichard Henderson1-1/+12
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson9-0/+9
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson1-1/+1
2021-01-07tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson13-41/+41
2021-01-07tcg: Adjust tcg_register_jit for constRichard Henderson9-13/+13
2021-01-07tcg: Adjust tcg_out_label for constRichard Henderson2-8/+8
2021-01-07tcg: Adjust tcg_out_call for constRichard Henderson10-19/+19
2021-01-07tcg: Adjust TCGLabel for constRichard Henderson6-8/+9
2021-01-07tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson3-9/+59
2021-01-07tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson9-13/+14
2021-01-07tcg: Move tcg prologue pointer out of TCGContextRichard Henderson2-3/+10
2021-01-07util: Enhance flush_icache_range with separate data pointerRichard Henderson5-8/+10
2021-01-07tcg: Do not flush icache for interpreterRichard Henderson1-0/+4
2021-01-07tcg: Introduce INDEX_op_qemu_st8_i32Richard Henderson14-12/+44
2021-01-07tcg/i386: Adjust TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson2-75/+47
2021-01-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell12-69/+8
2021-01-04tcg/riscv: Fix illegal shift instructionsZihao Yu1-6/+6
2021-01-04tcg: Use memset for large vector byte replicationRichard Henderson1-0/+32
2021-01-02util: Extract flush_icache_range to cacheflush.cRichard Henderson11-69/+1
2021-01-02cfi: Initial support for cfi-icall in QEMUDaniele Buono1-0/+7
2020-12-18tcg/optimize: Add fallthrough annotationsThomas Huth1-0/+4
2020-11-04tcg: Revert "tcg/optimize: Flush data at labels not TCG_OPF_BB_END"Richard Henderson1-18/+17
2020-11-04tcg: Remove assert from set_jmp_reset_offsetRichard Henderson1-4/+5
2020-10-27tcg/optimize: Flush data at labels not TCG_OPF_BB_ENDRichard Henderson1-17/+18
2020-10-27tcg: Do not kill globals at conditional branchesRichard Henderson1-2/+53
2020-10-08tcg: Remove TCG_TARGET_HAS_cmp_vecRichard Henderson3-3/+0
2020-10-08tcg/optimize: Fold dup2_vecRichard Henderson1-0/+15
2020-10-08tcg: Fix generation of dupi_vec for 32-bit hostRichard Henderson1-4/+8
2020-10-08tcg/i386: Fix dupi for avx2 32-bit hostsRichard Henderson1-1/+1
2020-10-08tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfieldsRichard Henderson1-16/+12