summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* tcg: Constify TCGLabelQemuLdst.raddrRichard Henderson2021-01-078-15/+8Star
* tcg: Constify tcg_code_gen_epilogueRichard Henderson2021-01-079-17/+9Star
* tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson2021-01-079-9/+0Star
* tcg/arm: Support split-wx code generationRichard Henderson2021-01-072-17/+22
* tcg/mips: Support split-wx code generationRichard Henderson2021-01-072-20/+25
* tcg/mips: Do not assert on relocation overflowRichard Henderson2021-01-071-34/+19Star
* tcg/riscv: Support split-wx code generationRichard Henderson2021-01-072-19/+24
* tcg/riscv: Remove branch-over-branch fallbackRichard Henderson2021-01-071-50/+6Star
* tcg/riscv: Fix branch range checksRichard Henderson2021-01-071-13/+15
* tcg/s390: Support split-wx code generationRichard Henderson2021-01-072-40/+31Star
* tcg/s390: Use tcg_tbrel_diffRichard Henderson2021-01-071-8/+8
* tcg/sparc: Support split-wx code generationRichard Henderson2021-01-072-12/+14
* tcg/sparc: Use tcg_tbrel_diffRichard Henderson2021-01-071-8/+7Star
* tcg/ppc: Support split-wx code generationRichard Henderson2021-01-072-24/+31
* tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TBRichard Henderson2021-01-071-3/+2Star
* tcg/ppc: Use tcg_tbrel_diffRichard Henderson2021-01-071-3/+3
* tcg/tci: Push const down through bytecode readingRichard Henderson2021-01-071-26/+34
* tcg/aarch64: Support split-wx code generationRichard Henderson2021-01-072-26/+33
* tcg/aarch64: Use B not BL for tcg_out_goto_longRichard Henderson2021-01-071-1/+1
* tcg/i386: Support split-wx code generationRichard Henderson2021-01-072-10/+12
* tcg: Return the TB pointer from the rx region from exit_tbRichard Henderson2021-01-071-1/+12
* tcg: Add --accel tcg,split-wx propertyRichard Henderson2021-01-079-0/+9
* tcg: Make DisasContextBase.tb constRichard Henderson2021-01-071-1/+1
* tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson2021-01-0713-41/+41
* tcg: Adjust tcg_register_jit for constRichard Henderson2021-01-079-13/+13
* tcg: Adjust tcg_out_label for constRichard Henderson2021-01-072-8/+8
* tcg: Adjust tcg_out_call for constRichard Henderson2021-01-0710-19/+19
* tcg: Adjust TCGLabel for constRichard Henderson2021-01-076-8/+9
* tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson2021-01-073-9/+59
* tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson2021-01-079-13/+14
* tcg: Move tcg prologue pointer out of TCGContextRichard Henderson2021-01-072-3/+10
* util: Enhance flush_icache_range with separate data pointerRichard Henderson2021-01-075-8/+10
* tcg: Do not flush icache for interpreterRichard Henderson2021-01-071-0/+4
* tcg: Introduce INDEX_op_qemu_st8_i32Richard Henderson2021-01-0714-12/+44
* tcg/i386: Adjust TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson2021-01-072-75/+47Star
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-01-0612-69/+8Star
|\
| * util: Extract flush_icache_range to cacheflush.cRichard Henderson2021-01-0211-69/+1Star
| * cfi: Initial support for cfi-icall in QEMUDaniele Buono2021-01-021-0/+7
* | tcg/riscv: Fix illegal shift instructionsZihao Yu2021-01-041-6/+6
* | tcg: Use memset for large vector byte replicationRichard Henderson2021-01-041-0/+32
|/
* tcg/optimize: Add fallthrough annotationsThomas Huth2020-12-181-0/+4
* tcg: Revert "tcg/optimize: Flush data at labels not TCG_OPF_BB_END"Richard Henderson2020-11-041-18/+17Star
* tcg: Remove assert from set_jmp_reset_offsetRichard Henderson2020-11-041-4/+5
* tcg/optimize: Flush data at labels not TCG_OPF_BB_ENDRichard Henderson2020-10-271-17/+18
* tcg: Do not kill globals at conditional branchesRichard Henderson2020-10-271-2/+53
* tcg: Remove TCG_TARGET_HAS_cmp_vecRichard Henderson2020-10-083-3/+0Star
* tcg/optimize: Fold dup2_vecRichard Henderson2020-10-081-0/+15
* tcg: Fix generation of dupi_vec for 32-bit hostRichard Henderson2020-10-081-4/+8
* tcg/i386: Fix dupi for avx2 32-bit hostsRichard Henderson2020-10-081-1/+1
* tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfieldsRichard Henderson2020-10-081-16/+12Star