]> git.proxmox.com Git - mirror_qemu.git/history - tcg
colo: move stubs out of stubs/
[mirror_qemu.git] / tcg /
2024-04-15 Peter MaydellMerge tag 'for_upstream' of https://git.kernel.org...
2024-04-10 Peter MaydellMerge tag 'hw-misc-20240410' of https://github.com...
2024-04-09 Peter MaydellMerge tag 'pull-misc-20240409' of https://gitlab.com...
2024-04-09 Richard Hendersontcg: Add TCGContext.emit_before_op
2024-04-09 Richard Hendersontcg/optimize: Do not attempt to constant fold neg_vec
2024-03-31 Peter MaydellMerge tag 'pull-ppc-for-9.0-3-20240331' of https:/...
2024-03-31 Peter MaydellMerge tag 'pull-9p-20240329' of https://github.com...
2024-03-31 Peter MaydellMerge tag 'pull-pa-20240329' of https://gitlab.com...
2024-03-30 Peter MaydellMerge tag 'pull-tcg-20240329' of https://gitlab.com...
2024-03-29 Richard Hendersontcg/optimize: Fix sign_mask for logical right-shift
2024-03-18 Peter MaydellMerge tag 'migration-20240317-pull-request' of https...
2024-03-13 Peter MaydellMerge tag 'pull-maintainer-final-130324-1' of https...
2024-03-13 Peter MaydellMerge tag 'for_upstream' of https://git.kernel.org...
2024-03-13 Peter MaydellMerge tag 'pull-ppc-for-9.0-2-20240313' of https:/...
2024-03-13 Peter MaydellMerge tag 'tracing-pull-request' of https://gitlab...
2024-03-12 Peter MaydellMerge tag 'pull-tcg-20240312' of https://gitlab.com...
2024-03-12 Richard Hendersontcg/aarch64: Fix tcg_out_brcond for test comparisons
2024-03-12 Richard Hendersontcg/aarch64: Fix tcg_out_cmp for test comparisons
2024-03-08 Peter MaydellMerge tag 'darwin-20240305' of https://github.com/philm...
2024-03-05 Peter MaydellMerge tag 'pull-qapi-2024-03-04' of https://repo.or...
2024-03-05 Peter MaydellMerge tag 'migration-next-pull-request' of https:/...
2024-03-05 Peter MaydellMerge tag 'pull-tcg-20240301' of https://gitlab.com...
2024-02-29 Paolo Bonzinitcg/optimize: fix uninitialized variable
2024-02-29 Richard Hendersontcg/aarch64: Apple does not align __int128_t in even...
2024-02-26 Peter MaydellMerge tag 'edk2-stable202402-20240226-pull-request...
2024-02-14 Peter MaydellMerge tag 'for_upstream' of https://git.kernel.org...
2024-02-14 Peter MaydellMerge tag 'pull-char-2024-02-12-v2' of https://repo...
2024-02-14 Peter MaydellMerge tag 'pull-tcg-20240213' of https://gitlab.com...
2024-02-13 Richard Hendersontcg/arm: Fix goto_tb for large translation blocks
2024-02-13 Peter MaydellMerge tag 'hppa64-pull-request' of https://github.com...
2024-02-12 Peter MaydellMerge tag 'misc-fixes-pull-request' of https://gitlab...
2024-02-09 Peter MaydellMerge tag 'migration-staging-pull-request' of https...
2024-02-08 Peter MaydellMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2024-02-08 Peter MaydellMerge tag 'pull-tcg-20240205-2' of https://gitlab.com...
2024-02-05 Richard Hendersontcg/tci: Support TCG_COND_TST{EQ,NE}
2024-02-05 Richard Hendersontcg/s390x: Support TCG_COND_TST{EQ,NE}
2024-02-03 Richard Hendersontcg/s390x: Add TCG_CT_CONST_CMP
2024-02-03 Richard Hendersontcg/s390x: Split constraint A into J+U
2024-02-03 Richard Hendersontcg/ppc: Support TCG_COND_TST{EQ,NE}
2024-02-03 Richard Hendersontcg/ppc: Add TCG_CT_CONST_CMP
2024-02-03 Richard Hendersontcg/ppc: Tidy up tcg_target_const_match
2024-02-03 Richard Hendersontcg/ppc: Use cr0 in tcg_to_bc and tcg_to_isel
2024-02-03 Richard Hendersontcg/ppc: Sink tcg_to_bc usage into tcg_out_bc
2024-02-03 Richard Hendersontcg/sparc64: Support TCG_COND_TST{EQ,NE}
2024-02-03 Richard Hendersontcg/sparc64: Pass TCGCond to tcg_out_cmp
2024-02-03 Richard Hendersontcg/sparc64: Hoist read of tcg_cond_to_rcond
2024-02-03 Paolo Bonzinitcg/i386: Use TEST r,r to test 8/16/32 bits
2024-02-03 Richard Hendersontcg/i386: Improve TSTNE/TESTEQ vs powers of two
2024-02-03 Richard Hendersontcg/i386: Support TCG_COND_TST{EQ,NE}
2024-02-03 Richard Hendersontcg/i386: Move tcg_cond_to_jcc[] into tcg_out_cmp
2024-02-03 Richard Hendersontcg/i386: Pass x86 condition codes to tcg_out_cmov
2024-02-03 Richard Hendersontcg/arm: Support TCG_COND_TST{EQ,NE}
2024-02-03 Richard Hendersontcg/arm: Split out tcg_out_cmp()
2024-02-03 Richard Hendersontcg/aarch64: Generate CBNZ for TSTNE of UINT32_MAX
2024-02-03 Richard Hendersontcg/aarch64: Generate TBZ, TBNZ
2024-02-03 Philippe Mathieu... tcg/aarch64: Massage tcg_out_brcond()
2024-02-03 Richard Hendersontcg/aarch64: Support TCG_COND_TST{EQ,NE}
2024-02-03 Richard Hendersontcg: Add TCGConst argument to tcg_target_const_match
2024-02-03 Richard Hendersontcg/optimize: Lower TCG_COND_TST{EQ,NE} if unsupported
2024-02-03 Richard Hendersontcg/optimize: Handle TCG_COND_TST{EQ,NE}
2024-02-03 Richard Hendersontcg/optimize: Do swap_commutative2 in do_constant_foldi...
2024-02-03 Richard Hendersontcg/optimize: Split out do_constant_folding_cond1
2024-02-03 Richard Hendersontcg/optimize: Split out arg_is_const_val
2024-02-03 Richard Hendersontcg: Introduce TCG_TARGET_HAS_tst
2024-02-03 Richard Hendersontcg: Introduce TCG_COND_TST{EQ,NE}
2024-02-03 Peter MaydellMerge tag 'pull-qapi-2024-02-03' of https://repo.or...
2024-02-03 Peter MaydellMerge tag 'pull-tcg-20240202-2' of https://gitlab.com...
2024-02-03 Richard Hendersontcg/loongarch64: Set vector registers call clobbered
2024-01-31 Peter MaydellMerge tag 'pull-trivial-patches' of https://gitlab...
2024-01-31 Peter MaydellMerge tag 'block-pull-request' of https://gitlab.com...
2024-01-30 Peter MaydellMerge tag 'qga-pull-2024-01-30' of https://github.com...
2024-01-30 Peter MaydellMerge tag 'pull-tcg-20240130' of https://gitlab.com...
2024-01-29 Ilya Leoshkevichaccel/tcg: Move perf and debuginfo support to tcg/
2024-01-26 Peter MaydellMerge tag 'net-pull-request' of https://github.com...
2024-01-26 Peter MaydellMerge tag 'pull-loongarch-20240125' of https://gitlab...
2024-01-25 Peter MaydellMerge tag 'pull-request-2024-01-24' of https://gitlab...
2024-01-25 Peter MaydellMerge tag 'pull-tcg-20240123' of https://gitlab.com...
2024-01-23 Joseph Burttcg/arm: Fix SIGILL in tcg_out_qemu_st_direct
2024-01-23 Richard Hendersontcg/s390x: Fix encoding of VRIc, VRSa, VRSc insns
2024-01-23 Samuel Tardieutcg: Make the cleanup-on-error path unique
2024-01-23 Samuel Tardieutcg: Remove unreachable code
2024-01-16 Peter MaydellMerge tag 'hppa-fixes-8.2-pull-request' of https:/...
2024-01-12 Peter MaydellMerge tag 'pull-request-2024-01-11' of https://gitlab...
2024-01-11 Peter MaydellMerge tag 'firmware/edk2-20231213-pull-request' of...
2024-01-11 Peter MaydellMerge tag 'pull-loongarch-20240111' of https://gitlab...
2024-01-11 Peter MaydellMerge tag 'pull-target-arm-20240111' of https://git...
2024-01-11 Peter MaydellMerge tag 'pull-tcg-20240111' of https://gitlab.com...
2024-01-10 Richard Hendersontcg/ppc: Use new registers for LQ destination
2024-01-10 Paolo Bonzinitcg/i386: use 8-bit OR or XOR for unsigned 8-bit immediates
2024-01-10 Paolo Bonzinitcg/i386: convert add/sub of 128 to sub/add of -128
2024-01-05 Peter MaydellMerge tag 'migration-20240104-pull-request' of https...
2024-01-04 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-12-31 Paolo Bonzinimeson: remove config_targetos
2023-12-12 Stefan HajnocziMerge tag 'pull-tcg-20231212' of https://gitlab.com...
2023-12-12 Richard Hendersontcg: Reduce serial context atomicity earlier
2023-11-21 Stefan HajnocziMerge tag 'pull-xenfv-20231121' of git://git.infradead...
2023-11-21 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-11-21 Stefan HajnocziMerge tag 'ui-pull-request' of https://gitlab.com/marca...
2023-11-21 Stefan HajnocziMerge tag 'pull-target-arm-20231121' of https://git...
2023-11-21 Stefan HajnocziMerge tag 'net-pull-request' of https://github.com...
next