]> git.proxmox.com Git - mirror_qemu.git/history - tcg
tests/9p: fix potential leak in v9fs_rreaddir()
[mirror_qemu.git] / tcg /
2023-05-13 Richard HendersonMerge tag 'or1k-pull-request-20230513' of https://githu...
2023-05-11 Richard HendersonMerge tag 'pull-tcg-20230511-2' of https://gitlab.com...
2023-05-11 Richard Hendersontcg: Remove TARGET_ALIGNED_ONLY
2023-05-11 Richard Hendersontcg/s390x: Simplify constraints on qemu_ld/st
2023-05-11 Richard Hendersontcg/s390x: Use ALGFR in constructing softmmu host address
2023-05-11 Richard Hendersontcg/riscv: Simplify constraints on qemu_ld/st
2023-05-11 Richard Hendersontcg/ppc: Remove unused constraint J
2023-05-11 Richard Hendersontcg/ppc: Remove unused constraints A, B, C, D
2023-05-11 Richard Hendersontcg/ppc: Adjust constraints on qemu_ld/st
2023-05-11 Richard Hendersontcg/ppc: Reorg tcg_out_tlb_read
2023-05-11 Richard Hendersontcg/mips: Simplify constraints on qemu_ld/st
2023-05-11 Richard Hendersontcg/mips: Reorg tlb load within prepare_host_addr
2023-05-11 Richard Hendersontcg/mips: Remove MO_BSWAP handling
2023-05-11 Richard Hendersontcg/loongarch64: Simplify constraints on qemu_ld/st
2023-05-11 Richard Hendersontcg/s390x: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/riscv: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/ppc: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/mips: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/loongarch64: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/arm: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/aarch64: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/i386: Convert tcg_out_qemu_st_slow_path
2023-05-11 Richard Hendersontcg/i386: Convert tcg_out_qemu_ld_slow_path
2023-05-11 Richard Hendersontcg: Add routines for calling slow-path helpers
2023-05-11 Richard Hendersontcg/s390x: Introduce prepare_host_addr
2023-05-11 Richard Hendersontcg/riscv: Introduce prepare_host_addr
2023-05-11 Richard Hendersontcg/ppc: Introduce prepare_host_addr
2023-05-11 Richard Hendersontcg/mips: Introduce prepare_host_addr
2023-05-11 Richard Hendersontcg/loongarch64: Introduce prepare_host_addr
2023-05-11 Richard Hendersontcg/arm: Introduce prepare_host_addr
2023-05-11 Richard Hendersontcg/aarch64: Introduce prepare_host_addr
2023-05-11 Richard Hendersontcg/i386: Use indexed addressing for softmmu fast path
2023-05-11 Richard Hendersontcg/i386: Introduce prepare_host_addr
2023-05-06 Richard HendersonMerge tag 'pull-loongarch-20230506' of https://gitlab...
2023-05-05 Richard HendersonMerge tag 'pull-tcg-20230505' of https://gitlab.com...
2023-05-05 Richard Hendersontcg: Introduce arg_slot_stk_ofs
2023-05-05 Richard Hendersontcg: Replace REG_P with arg_loc_reg_p
2023-05-05 Richard Hendersontcg: Move TCGLabelQemuLdst to tcg.c
2023-05-05 Richard Hendersontcg/sparc64: Pass TCGType to tcg_out_qemu_{ld,st}
2023-05-05 Richard Hendersontcg/sparc64: Drop is_64 test from tcg_out_qemu_ld data...
2023-05-05 Richard Hendersontcg/s390x: Introduce HostAddress
2023-05-05 Richard Hendersontcg/s390x: Pass TCGType to tcg_out_qemu_{ld,st}
2023-05-05 Richard Hendersontcg/riscv: Rationalize args to tcg_out_qemu_{ld,st}
2023-05-05 Richard Hendersontcg/riscv: Require TCG_TARGET_REG_BITS == 64
2023-05-05 Richard Hendersontcg/ppc: Introduce HostAddress
2023-05-05 Richard Hendersontcg/ppc: Rationalize args to tcg_out_qemu_{ld,st}
2023-05-05 Richard Hendersontcg/mips: Rationalize args to tcg_out_qemu_{ld,st}
2023-05-05 Richard Hendersontcg/loongarch64: Introduce HostAddress
2023-05-05 Richard Hendersontcg/loongarch64: Rationalize args to tcg_out_qemu_...
2023-05-05 Richard Hendersontcg/arm: Introduce HostAddress
2023-05-05 Richard Hendersontcg/arm: Rationalize args to tcg_out_qemu_{ld,st}
2023-05-05 Richard Hendersontcg/aarch64: Introduce HostAddress
2023-05-05 Richard Hendersontcg/aarch64: Rationalize args to tcg_out_qemu_{ld,st}
2023-05-05 Richard Hendersontcg/i386: Introduce tcg_out_testi
2023-05-05 Richard Hendersontcg/i386: Drop r0+r1 local variables from tcg_out_tlb_load
2023-05-05 Richard Hendersontcg/i386: Introduce HostAddress
2023-05-05 Richard Hendersontcg/i386: Generalize multi-part load overlap test
2023-05-05 Richard Hendersontcg/i386: Rationalize args to tcg_out_qemu_{ld,st}
2023-05-02 Richard HendersonMerge tag 'pull-tcg-20230502-2' of https://gitlab.com...
2023-05-02 Richard Hendersontcg: Introduce tcg_out_movext2
2023-05-02 Richard Hendersontcg/mips: Conditionalize tcg_out_exts_i32_i64
2023-05-02 Richard Hendersontcg/loongarch64: Conditionalize tcg_out_exts_i32_i64
2023-05-02 Nazar Kazakovtcg: Add tcg_gen_gvec_rotrs
2023-05-02 Nazar Kazakovtcg: Add tcg_gen_gvec_andcs
2023-05-02 Richard HendersonMerge tag 'pull-target-arm-20230502-2' of https://git...
2023-05-02 Peter MaydellDocument that -singlestep command line option is deprecated
2023-04-25 Richard HendersonMerge tag 'for_upstream' of https://git.kernel.org...
2023-04-23 Richard HendersonMerge tag 'pull-tcg-20230423' of https://gitlab.com...
2023-04-23 Richard Hendersontcg/riscv: Conditionalize tcg_out_exts_i32_i64
2023-04-23 Richard Hendersontcg: Clear TCGLabelQemuLdst on allocation
2023-04-23 Richard Hendersontcg: Introduce tcg_out_xchg
2023-04-23 Richard Hendersontcg: Introduce tcg_out_movext
2023-04-23 Richard Hendersontcg: Split out tcg_out_extrl_i64_i32
2023-04-23 Richard Hendersontcg: Split out tcg_out_extu_i32_i64
2023-04-23 Richard Hendersontcg: Split out tcg_out_exts_i32_i64
2023-04-23 Richard Hendersontcg: Split out tcg_out_ext32u
2023-04-23 Richard Hendersontcg: Split out tcg_out_ext32s
2023-04-23 Richard Hendersontcg: Split out tcg_out_ext16u
2023-04-23 Richard Hendersontcg: Split out tcg_out_ext16s
2023-04-23 Richard Hendersontcg: Split out tcg_out_ext8u
2023-04-23 Richard Hendersontcg: Split out tcg_out_ext8s
2023-04-23 Richard Hendersontcg: Replace tcg_abort with g_assert_not_reached
2023-04-23 Richard Hendersontcg: Replace if + tcg_abort with tcg_debug_assert
2023-04-22 Richard HendersonMerge tag 'pull-hex-20230421' of https://github.com...
2023-04-10 Peter MaydellMerge tag 'pull-tcg-20230410' of https://gitlab.com...
2023-04-10 Richard Hendersontcg/ppc: Fix TCG_TARGET_CALL_{ARG,RET}_I128 for ppc32
2023-04-10 Richard Hendersontcg/mips: Fix TCG_TARGET_CALL_RET_I128 for o32 abi
2023-04-10 Richard Hendersontcg/i386: Adjust assert in tcg_out_addi_ptr
2023-04-10 Peter MaydellMerge tag 'pull_error_handle_fix_use_after_free.v1...
2023-04-04 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-04-04 Peter MaydellMerge tag 'pull-tcg-20230404' of https://gitlab.com...
2023-04-04 Richard Hendersontcg/sparc64: Disable direct linking for goto_tb
2023-03-29 Peter MaydellMerge tag 'pull-tcg-20230328' of https://gitlab.com...
2023-03-28 Emilio Cotatcg: use QTree instead of GTree
2023-03-24 Peter MaydellMerge tag 'qga-pull-2023-03-22' of github.com:kostyanf1...
2023-03-22 Peter MaydellMerge tag 'pull-for-8.0-220323-1' of https://gitlab...
2023-03-22 Richard Hendersontcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_e...
2023-03-15 Peter MaydellMerge tag 'misc-next-pull-request' of https://gitlab...
2023-03-14 Peter MaydellMerge tag 'display-pull-request' of https://gitlab...
2023-03-14 Peter MaydellMerge tag 'pull-riscv-to-apply-20230314' of https:...
next