Message ID | 20200609162504.780080-1-richard.henderson@linaro.org |
---|---|
Headers | show |
Series | decodetree: Add non-overlapping groups | expand |
On Tue, 9 Jun 2020 at 17:25, Richard Henderson <richard.henderson@linaro.org> wrote: > > The following changes since commit 49ee11555262a256afec592dfed7c5902d5eefd2: > > Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-request' into staging (2020-06-08 11:04:57 +0100) > > are available in the Git repository at: > > https://github.com/rth7680/qemu.git tags/pull-dt-20200609 > > for you to fetch changes up to d6084fba47bb9aef79775c1102d4b647eb58c365: > > target/arm: Use a non-overlapping group for misc control (2020-06-09 09:21:19 -0700) > > ---------------------------------------------------------------- > Add non-overlapping groups > > ---------------------------------------------------------------- Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1 for any user-visible changes. -- PMM
On Tue, 9 Jun 2020 at 17:25, Richard Henderson <richard.henderson@linaro.org> wrote: > ---------------------------------------------------------------- > Add non-overlapping groups > > ---------------------------------------------------------------- > Richard Henderson (9): > decodetree: Tidy error_with_file > decodetree: Rename MultiPattern to IncMultiPattern > decodetree: Split out MultiPattern from IncMultiPattern > decodetree: Allow group covering the entire insn space > decodetree: Move semantic propagation into classes > decodetree: Implement non-overlapping groups > tests/decode: Test non-overlapping groups > decodetree: Drop check for less than 2 patterns in a group > target/arm: Use a non-overlapping group for misc control > > target/arm/t32.decode | 4 +- > tests/decode/err_pattern_group_nest1.decode | 11 +- > tests/decode/err_pattern_group_nest2.decode | 6 + > tests/decode/err_pattern_group_nest3.decode | 14 + > tests/decode/succ_pattern_group_nest2.decode | 13 + > tests/decode/succ_pattern_group_nest3.decode | 11 + > tests/decode/succ_pattern_group_nest4.decode | 13 + > scripts/decodetree.py | 513 +++++++++++++++------------ Hi, Richard. I've just noticed that when we added non-overlapping group support to decodetree we forgot to update docs/devel/decodetree.rst, which still thinks the only kind of group is the overlapping kind. Any chance of a patch to update the docs? thanks -- PMM