]> git.proxmox.com Git - mirror_qemu.git/history - tcg
decodetree: Open files with encoding='utf-8'
[mirror_qemu.git] / tcg /
2021-01-13 Richard Hendersontcg/aarch64: Use tcg_constant_vec with tcg vec expanders
2021-01-13 Richard Hendersontcg/ppc: Use tcg_constant_vec with tcg vec expanders
2021-01-13 Richard Hendersontcg: Remove tcg_gen_dup{8,16,32,64}i_vec
2021-01-13 Richard Hendersontcg/i386: Use tcg_constant_vec with tcg vec expanders
2021-01-13 Richard Hendersontcg: Add tcg_reg_alloc_dup2
2021-01-13 Richard Hendersontcg: Remove movi and dupi opcodes
2021-01-13 Richard Hendersontcg/tci: Add special tci_movi_{i32,i64} opcodes
2021-01-13 Richard Hendersontcg: Use tcg_constant_{i32,i64,vec} with gvec expanders
2021-01-13 Richard Hendersontcg: Use tcg_constant_{i32,i64} with tcg int expanders
2021-01-13 Richard Hendersontcg: Convert tcg_gen_dupi_vec to TCG_CONST
2021-01-13 Richard Hendersontcg/optimize: Use tcg_constant_internal with constant...
2021-01-13 Richard Hendersontcg/optimize: Adjust TempOptInfo allocation
2021-01-13 Richard Hendersontcg/optimize: Improve find_better_copy
2021-01-13 Richard Hendersontcg: Introduce TYPE_CONST temporaries
2021-01-13 Richard Hendersontcg: Expand TempOptInfo to 64-bits
2021-01-13 Richard Hendersontcg: Rename struct tcg_temp_info to TempOptInfo
2021-01-13 Richard Hendersontcg: Expand TCGTemp.val to 64-bits
2021-01-13 Richard Hendersontcg: Add temp_readonly
2021-01-13 Richard Hendersontcg: Consolidate 3 bits into enum TCGTempKind
2021-01-13 Richard Hendersontcg: Increase tcg_out_dupi_vec immediate to int64_t
2021-01-13 Richard Hendersontcg: Use tcg_out_dupi_vec from temp_load
2021-01-07 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-01-07 Richard Hendersontcg: Constify TCGLabelQemuLdst.raddr
2021-01-07 Richard Hendersontcg: Constify tcg_code_gen_epilogue
2021-01-07 Richard Hendersontcg: Remove TCG_TARGET_SUPPORT_MIRROR
2021-01-07 Richard Hendersontcg/arm: Support split-wx code generation
2021-01-07 Richard Hendersontcg/mips: Support split-wx code generation
2021-01-07 Richard Hendersontcg/mips: Do not assert on relocation overflow
2021-01-07 Richard Hendersontcg/riscv: Support split-wx code generation
2021-01-07 Richard Hendersontcg/riscv: Remove branch-over-branch fallback
2021-01-07 Richard Hendersontcg/riscv: Fix branch range checks
2021-01-07 Richard Hendersontcg/s390: Support split-wx code generation
2021-01-07 Richard Hendersontcg/s390: Use tcg_tbrel_diff
2021-01-07 Richard Hendersontcg/sparc: Support split-wx code generation
2021-01-07 Richard Hendersontcg/sparc: Use tcg_tbrel_diff
2021-01-07 Richard Hendersontcg/ppc: Support split-wx code generation
2021-01-07 Richard Hendersontcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TB
2021-01-07 Richard Hendersontcg/ppc: Use tcg_tbrel_diff
2021-01-07 Richard Hendersontcg/tci: Push const down through bytecode reading
2021-01-07 Richard Hendersontcg/aarch64: Support split-wx code generation
2021-01-07 Richard Hendersontcg/aarch64: Use B not BL for tcg_out_goto_long
2021-01-07 Richard Hendersontcg/i386: Support split-wx code generation
2021-01-07 Richard Hendersontcg: Return the TB pointer from the rx region from...
2021-01-07 Richard Hendersontcg: Add --accel tcg,split-wx property
2021-01-07 Richard Hendersontcg: Make DisasContextBase.tb const
2021-01-07 Richard Hendersontcg: Adjust tb_target_set_jmp_target for split-wx
2021-01-07 Richard Hendersontcg: Adjust tcg_register_jit for const
2021-01-07 Richard Hendersontcg: Adjust tcg_out_label for const
2021-01-07 Richard Hendersontcg: Adjust tcg_out_call for const
2021-01-07 Richard Hendersontcg: Adjust TCGLabel for const
2021-01-07 Richard Hendersontcg: Introduce tcg_splitwx_to_{rx,rw}
2021-01-07 Richard Hendersontcg: Move tcg epilogue pointer out of TCGContext
2021-01-07 Richard Hendersontcg: Move tcg prologue pointer out of TCGContext
2021-01-07 Richard Hendersonutil: Enhance flush_icache_range with separate data...
2021-01-07 Richard Hendersontcg: Do not flush icache for interpreter
2021-01-07 Richard Hendersontcg: Introduce INDEX_op_qemu_st8_i32
2021-01-07 Richard Hendersontcg/i386: Adjust TCG_TARGET_HAS_MEMORY_BSWAP
2021-01-06 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-01-05 Peter MaydellMerge remote-tracking branch 'remotes/philmd-gitlab...
2021-01-05 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-01-04 Zihao Yutcg/riscv: Fix illegal shift instructions
2021-01-04 Richard Hendersontcg: Use memset for large vector byte replication
2021-01-02 Richard Hendersonutil: Extract flush_icache_range to cacheflush.c
2021-01-02 Daniele Buonocfi: Initial support for cfi-icall in QEMU
2021-01-01 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost-gl/tags...
2021-01-01 Peter MaydellMerge remote-tracking branch 'remotes/cohuck-gitlab...
2021-01-01 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2021-01-01 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-01-01 Peter MaydellMerge remote-tracking branch 'remotes/marcel/tags/rdma...
2020-12-31 Peter MaydellMerge remote-tracking branch 'remotes/maxreitz/tags...
2020-12-31 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2020-12-31 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert/tags...
2020-12-31 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2020-12-30 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2020-12-18 Thomas Huthtcg/optimize: Add fallthrough annotations
2020-11-23 Peter MaydellMerge remote-tracking branch 'remotes/stefanha-gitlab...
2020-11-10 Peter MaydellMerge remote-tracking branch 'remotes/alistair/tags...
2020-11-06 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2020-11-06 Peter MaydellMerge remote-tracking branch 'remotes/cschoenebeck...
2020-11-05 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2020-11-05 Peter MaydellMerge remote-tracking branch 'remotes/dg-gitlab/tags...
2020-11-05 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2020-11-04 Richard Hendersontcg: Revert "tcg/optimize: Flush data at labels not...
2020-11-04 Richard Hendersontcg: Remove assert from set_jmp_reset_offset
2020-11-02 Peter MaydellMerge remote-tracking branch 'remotes/nvme/tags/pull...
2020-11-01 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2020-11-01 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2020-10-31 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/modul...
2020-10-31 Peter MaydellMerge remote-tracking branch 'remotes/berrange-gitlab...
2020-10-31 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2020-10-30 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2020-10-27 Richard Hendersontcg/optimize: Flush data at labels not TCG_OPF_BB_END
2020-10-27 Richard Hendersontcg: Do not kill globals at conditional branches
2020-10-08 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2020-10-08 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2020-10-08 Richard Hendersontcg: Remove TCG_TARGET_HAS_cmp_vec
2020-10-08 Richard Hendersontcg/optimize: Fold dup2_vec
2020-10-08 Richard Hendersontcg: Fix generation of dupi_vec for 32-bit host
2020-10-08 Richard Hendersontcg/i386: Fix dupi for avx2 32-bit hosts
2020-10-08 Richard Hendersontcg: Move some TCG_CT_* bits to TCGArgConstraint bitfields
next