| Commit message (Expand) | Author | Age | Files | Lines |
* | decodetree: Fix codegen for non-overlapping group inside overlapping group | Peter Maydell | 2020-10-20 | 1 | -1/+1 |
* | scripts/: fix some comment spelling errors | zhaolichang | 2020-09-17 | 1 | -3/+3 |
* | decodetree: Improve identifier matching | Richard Henderson | 2020-09-14 | 1 | -16/+30 |
* | meson: target | Paolo Bonzini | 2020-08-21 | 1 | -1/+1 |
* | Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switch | Thomas Huth | 2020-07-13 | 1 | -8/+4 |
* | decodetree: Drop check for less than 2 patterns in a group | Richard Henderson | 2020-06-09 | 1 | -2/+0 |
* | decodetree: Implement non-overlapping groups | Richard Henderson | 2020-06-08 | 1 | -4/+14 |
* | decodetree: Move semantic propagation into classes | Richard Henderson | 2020-06-08 | 1 | -210/+252 |
* | decodetree: Allow group covering the entire insn space | Richard Henderson | 2020-06-08 | 1 | -3/+11 |
* | decodetree: Split out MultiPattern from IncMultiPattern | Richard Henderson | 2020-06-08 | 1 | -11/+26 |
* | decodetree: Rename MultiPattern to IncMultiPattern | Richard Henderson | 2020-06-08 | 1 | -7/+7 |
* | decodetree: Tidy error_with_file | Richard Henderson | 2020-06-08 | 1 | -10/+14 |
* | python: remove more instances of sys.version_info | John Snow | 2020-05-31 | 1 | -16/+9 |
* | decodetree: Use Python3 floor division operator | Philippe Mathieu-Daudé | 2020-03-30 | 1 | -2/+2 |
* | scripts: Explicit usage of Python 3 (scripts with __main__) | Philippe Mathieu-Daudé | 2020-02-07 | 1 | -1/+1 |
* | decodetree: Suppress redundant declaration warnings | Richard Henderson | 2019-08-19 | 1 | -0/+22 |
* | decodetree: Allow !function with no input bits | Richard Henderson | 2019-08-19 | 1 | -11/+38 |
* | decodetree: Fix comparison of Field | Richard Henderson | 2019-06-13 | 1 | -1/+1 |
* | decodetree: Add DisasContext argument to !function expanders | Richard Henderson | 2019-05-06 | 1 | -4/+5 |
* | decodetree: Expand a decode_load function | Richard Henderson | 2019-05-06 | 1 | -3/+172 |
* | decodetree: Initial support for variable-length ISAs | Richard Henderson | 2019-05-06 | 1 | -12/+37 |
* | decodetree: Properly diagnose fields overflowing an insn | Richard Henderson | 2019-03-12 | 1 | -0/+2 |
* | decodetree: Prefix extract function names with decode_function | Richard Henderson | 2019-03-12 | 1 | -1/+2 |
* | decodetree: Allow +- to begin a number initializing a field | Richard Henderson | 2019-03-12 | 1 | -1/+1 |
* | decodetree: Produce clean output for an empty input file | Richard Henderson | 2019-03-12 | 1 | -7/+8 |
* | decodetree: Add --static-decode option | Richard Henderson | 2019-03-12 | 1 | -1/+4 |
* | decodetree: Allow grouping of overlapping patterns | Richard Henderson | 2019-03-12 | 1 | -22/+143 |
* | decodetree: Do not unconditionaly return from Pattern.output_code | Richard Henderson | 2019-03-12 | 1 | -3/+4 |
* | decodetree: Ensure build_tree does not include values outside insnmask | Philippe Mathieu-Daudé | 2019-03-12 | 1 | -1/+1 |
* | decodetree: Move documentation to docs/devel/decodetree.rst | Richard Henderson | 2019-03-12 | 1 | -133/+1 |
* | decodetree: re.fullmatch was added in 3.4 | Paolo Bonzini | 2019-01-25 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20181031' into staging | Peter Maydell | 2018-11-01 | 1 | -24/+40 |
|\ |
|
| * | decodetree: Allow multiple input files | Richard Henderson | 2018-10-31 | 1 | -10/+15 |
| * | decodetree: Remove "insn" argument from trans_* expanders | Richard Henderson | 2018-10-31 | 1 | -3/+2 |
| * | decodetree: Add !extern flag to argument sets | Richard Henderson | 2018-10-31 | 1 | -11/+23 |
* | | scripts/decodetree.py: fix reference to attributes | Cleber Rosa | 2018-10-31 | 1 | -1/+1 |
|/ |
|
* | scripts/decodetree.py: remove unused imports | Cleber Rosa | 2018-10-26 | 1 | -2/+0 |
* | scripts/decodetree: Fix insnmask not marked as global in main() | Bastian Koppelmann | 2018-03-26 | 1 | -0/+1 |
* | decodetree: Propagate return value from translate subroutines | Richard Henderson | 2018-03-02 | 1 | -3/+2 |
* | scripts: Add decodetree.py | Richard Henderson | 2018-02-23 | 1 | -0/+1062 |