[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/5] tcg/tci: Merge identical cases in generation
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 0/5] tcg/tci: Merge identical cases in generation |
Date: |
Fri, 19 Feb 2021 00:28:35 +0100 |
Hi Richard,
This is your patch (#4/71 of v4 [*]) split in 5 parts for
easier review. Please consider using this series instead of
your original patch.
Regards,
Phil.
[*] https://www.mail-archive.com/qemu-devel@nongnu.org/msg783450.html
Richard Henderson (5):
tcg/tci: Merge identical cases in generation (arithmetic opcodes)
tcg/tci: Merge identical cases in generation (exchange opcodes)
tcg/tci: Merge identical cases in generation (deposit opcode)
tcg/tci: Merge identical cases in generation (conditional opcodes)
tcg/tci: Merge identical cases in generation (load/store opcodes)
tcg/tci/tcg-target.c.inc | 204 ++++++++++++++-------------------------
1 file changed, 73 insertions(+), 131 deletions(-)
--
2.26.2
- [PATCH 0/5] tcg/tci: Merge identical cases in generation,
Philippe Mathieu-Daudé <=
- [PATCH 2/5] tcg/tci: Merge identical cases in generation (exchange opcodes), Philippe Mathieu-Daudé, 2021/02/18
- [PATCH 1/5] tcg/tci: Merge identical cases in generation (arithmetic opcodes), Philippe Mathieu-Daudé, 2021/02/18
- [PATCH 3/5] tcg/tci: Merge identical cases in generation (deposit opcode), Philippe Mathieu-Daudé, 2021/02/18
- [PATCH 4/5] tcg/tci: Merge identical cases in generation (conditional opcodes), Philippe Mathieu-Daudé, 2021/02/18
- [PATCH 5/5] tcg/tci: Merge identical cases in generation (load/store opcodes), Philippe Mathieu-Daudé, 2021/02/18
- Re: [PATCH 0/5] tcg/tci: Merge identical cases in generation, Richard Henderson, 2021/02/28