From: Stefan Hajnoczi <stefanha@redhat.com>
To: Richard Henderson <richard.henderson@linaro.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [PULL 00/72] tcg patch queue
Date: Wed, 25 Dec 2024 10:00:17 -0500 [thread overview]
Message-ID: <20241225150017.GA948538@fedora> (raw)
In-Reply-To: <20241224200521.310066-1-richard.henderson@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 116 bytes --]
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/10.0 for any user-visible changes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 484 bytes --]
prev parent reply other threads:[~2024-12-25 15:01 UTC|newest]
Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-24 20:04 [PULL 00/72] tcg patch queue Richard Henderson
2024-12-24 20:04 ` [PULL 01/72] tests/tcg: Do not use inttypes.h in multiarch/system/memory.c Richard Henderson
2024-12-24 20:04 ` [PULL 02/72] plugins: optimize cpu_index code generation Richard Henderson
2024-12-24 20:04 ` [PULL 03/72] tcg/optimize: Split out finish_bb, finish_ebb Richard Henderson
2024-12-24 20:04 ` [PULL 04/72] tcg/optimize: Split out fold_affected_mask Richard Henderson
2024-12-24 20:04 ` [PULL 05/72] tcg/optimize: Copy mask writeback to fold_masks Richard Henderson
2024-12-24 20:04 ` [PULL 06/72] tcg/optimize: Split out fold_masks_zs Richard Henderson
2024-12-24 20:04 ` [PULL 07/72] tcg/optimize: Augment s_mask from z_mask in fold_masks_zs Richard Henderson
2024-12-24 20:04 ` [PULL 08/72] tcg/optimize: Change representation of s_mask Richard Henderson
2024-12-24 20:04 ` [PULL 09/72] tcg/optimize: Use finish_folding in fold_add, fold_add_vec, fold_addsub2 Richard Henderson
2024-12-24 20:04 ` [PULL 10/72] tcg/optimize: Introduce const value accessors for TempOptInfo Richard Henderson
2024-12-24 20:04 ` [PULL 11/72] tcg/optimize: Use fold_masks_zs in fold_and Richard Henderson
2024-12-24 20:04 ` [PULL 12/72] tcg/optimize: Use fold_masks_zs in fold_andc Richard Henderson
2024-12-24 20:04 ` [PULL 13/72] tcg/optimize: Use fold_masks_zs in fold_bswap Richard Henderson
2024-12-24 20:04 ` [PULL 14/72] tcg/optimize: Use fold_masks_zs in fold_count_zeros Richard Henderson
2024-12-24 20:04 ` [PULL 15/72] tcg/optimize: Use fold_masks_z in fold_ctpop Richard Henderson
2024-12-24 20:04 ` [PULL 16/72] tcg/optimize: Use fold_and and fold_masks_z in fold_deposit Richard Henderson
2024-12-24 20:04 ` [PULL 17/72] tcg/optimize: Compute sign mask " Richard Henderson
2024-12-24 20:04 ` [PULL 18/72] tcg/optimize: Use finish_folding in fold_divide Richard Henderson
2024-12-24 20:04 ` [PULL 19/72] tcg/optimize: Use finish_folding in fold_dup, fold_dup2 Richard Henderson
2024-12-24 20:04 ` [PULL 20/72] tcg/optimize: Use fold_masks_s in fold_eqv Richard Henderson
2024-12-24 20:04 ` [PULL 21/72] tcg/optimize: Use fold_masks_z in fold_extract Richard Henderson
2024-12-24 20:04 ` [PULL 22/72] tcg/optimize: Use finish_folding in fold_extract2 Richard Henderson
2024-12-24 20:04 ` [PULL 23/72] tcg/optimize: Use fold_masks_zs in fold_exts Richard Henderson
2024-12-24 20:04 ` [PULL 24/72] tcg/optimize: Use fold_masks_z in fold_extu Richard Henderson
2024-12-24 20:04 ` [PULL 25/72] tcg/optimize: Use fold_masks_zs in fold_movcond Richard Henderson
2024-12-24 20:04 ` [PULL 26/72] tcg/optimize: Use finish_folding in fold_mul* Richard Henderson
2024-12-24 20:04 ` [PULL 27/72] tcg/optimize: Use fold_masks_s in fold_nand Richard Henderson
2024-12-24 20:04 ` [PULL 28/72] tcg/optimize: Use fold_masks_z in fold_neg_no_const Richard Henderson
2024-12-24 20:04 ` [PULL 29/72] tcg/optimize: Use fold_masks_s in fold_nor Richard Henderson
2024-12-24 20:04 ` [PULL 30/72] tcg/optimize: Use fold_masks_s in fold_not Richard Henderson
2024-12-24 20:04 ` [PULL 31/72] tcg/optimize: Use fold_masks_zs in fold_or Richard Henderson
2024-12-24 20:04 ` [PULL 32/72] tcg/optimize: Use fold_masks_zs in fold_orc Richard Henderson
2024-12-24 20:04 ` [PULL 33/72] tcg/optimize: Use fold_masks_zs in fold_qemu_ld Richard Henderson
2024-12-24 20:04 ` [PULL 34/72] tcg/optimize: Return true from fold_qemu_st, fold_tcg_st Richard Henderson
2024-12-24 20:04 ` [PULL 35/72] tcg/optimize: Use finish_folding in fold_remainder Richard Henderson
2024-12-24 20:04 ` [PULL 36/72] tcg/optimize: Distinguish simplification in fold_setcond_zmask Richard Henderson
2024-12-24 20:04 ` [PULL 37/72] tcg/optimize: Use fold_masks_z in fold_setcond Richard Henderson
2024-12-24 20:04 ` [PULL 38/72] tcg/optimize: Use fold_masks_s in fold_negsetcond Richard Henderson
2024-12-24 20:04 ` [PULL 39/72] tcg/optimize: Use fold_masks_z in fold_setcond2 Richard Henderson
2024-12-24 20:04 ` [PULL 40/72] tcg/optimize: Use finish_folding in fold_cmp_vec Richard Henderson
2024-12-24 20:04 ` [PULL 41/72] tcg/optimize: Use finish_folding in fold_cmpsel_vec Richard Henderson
2024-12-24 20:04 ` [PULL 42/72] tcg/optimize: Use fold_masks_zs in fold_sextract Richard Henderson
2024-12-24 20:04 ` [PULL 43/72] tcg/optimize: Use fold_masks_zs, fold_masks_s in fold_shift Richard Henderson
2024-12-24 20:04 ` [PULL 44/72] tcg/optimize: Simplify sign bit test " Richard Henderson
2024-12-24 20:04 ` [PULL 45/72] tcg/optimize: Use finish_folding in fold_sub, fold_sub_vec Richard Henderson
2024-12-24 20:04 ` [PULL 46/72] tcg/optimize: Use fold_masks_zs in fold_tcg_ld Richard Henderson
2024-12-24 20:04 ` [PULL 47/72] tcg/optimize: Use finish_folding in fold_tcg_ld_memcopy Richard Henderson
2024-12-24 20:04 ` [PULL 48/72] tcg/optimize: Use fold_masks_zs in fold_xor Richard Henderson
2024-12-24 20:04 ` [PULL 49/72] tcg/optimize: Use finish_folding in fold_bitsel_vec Richard Henderson
2024-12-24 20:04 ` [PULL 50/72] tcg/optimize: Use finish_folding as default in tcg_optimize Richard Henderson
2024-12-24 20:05 ` [PULL 51/72] tcg/optimize: Remove z_mask, s_mask from OptContext Richard Henderson
2024-12-24 20:05 ` [PULL 52/72] tcg/optimize: Re-enable sign-mask optimizations Richard Henderson
2024-12-24 20:05 ` [PULL 53/72] tcg/optimize: Move fold_bitsel_vec into alphabetic sort Richard Henderson
2024-12-24 20:05 ` [PULL 54/72] tcg/optimize: Move fold_cmp_vec, fold_cmpsel_vec " Richard Henderson
2024-12-24 20:05 ` [PULL 55/72] softfloat: Add float{16,32,64}_muladd_scalbn Richard Henderson
2024-12-24 20:05 ` [PULL 56/72] target/arm: Use float*_muladd_scalbn Richard Henderson
2024-12-24 20:05 ` [PULL 57/72] target/sparc: " Richard Henderson
2024-12-24 20:05 ` [PULL 58/72] softfloat: Remove float_muladd_halve_result Richard Henderson
2024-12-24 20:05 ` [PULL 59/72] softfloat: Add float_round_nearest_even_max Richard Henderson
2024-12-24 20:05 ` [PULL 60/72] softfloat: Add float_muladd_suppress_add_product_zero Richard Henderson
2024-12-24 20:05 ` [PULL 61/72] target/hexagon: Use float32_mul in helper_sfmpy Richard Henderson
2024-12-24 20:05 ` [PULL 62/72] target/hexagon: Use float32_muladd for helper_sffma Richard Henderson
2024-12-24 20:05 ` [PULL 63/72] target/hexagon: Use float32_muladd for helper_sffms Richard Henderson
2024-12-24 20:05 ` [PULL 64/72] target/hexagon: Use float32_muladd_scalbn for helper_sffma_sc Richard Henderson
2024-12-24 20:05 ` [PULL 65/72] target/hexagon: Use float32_muladd for helper_sffm[as]_lib Richard Henderson
2024-12-24 20:05 ` [PULL 66/72] target/hexagon: Remove internal_fmafx Richard Henderson
2024-12-24 20:05 ` [PULL 67/72] target/hexagon: Expand GEN_XF_ROUND Richard Henderson
2024-12-24 20:05 ` [PULL 68/72] target/hexagon: Remove Float Richard Henderson
2024-12-24 20:05 ` [PULL 69/72] target/hexagon: Remove Double Richard Henderson
2024-12-24 20:05 ` [PULL 70/72] target/hexagon: Use mulu64 for int128_mul_6464 Richard Henderson
2024-12-24 20:05 ` [PULL 71/72] target/hexagon: Simplify internal_mpyhh setup Richard Henderson
2024-12-24 20:05 ` [PULL 72/72] accel/tcg: Move gen_intermediate_code to TCGCPUOps.translate_core Richard Henderson
2024-12-25 15:00 ` Stefan Hajnoczi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241225150017.GA948538@fedora \
--to=stefanha@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.