COMMITS
/ scripts/decodetree.py July 25, 2023
P
tests/decode: Suppress "error: " string for expected-failure tests
Peter Maydell committed
May 31, 2023
R
decodetree: Add --output-null for meson testing
Richard Henderson committed
May 23, 2023
P
scripts/decodetree: Implement named field support
Peter Maydell committed
P
scripts/decodetree: Implement a topological sort
Peter Maydell committed
P
scripts/decodetree: Pass lvalue-formatter function to str_extract()
Peter Maydell committed
May 26, 2023
R
decodetree: Do not remove output_file from /dev
Richard Henderson committed
R
decodetree: Diagnose empty pattern group
Richard Henderson committed
R
decodetree: Fix recursion in prop_format and build_tree
Richard Henderson committed
R
decodetree: Add --test-for-error
Richard Henderson committed
April 29, 2021
R
decodetree: Extend argument set syntax to allow types
Richard Henderson committed
April 7, 2021
L
decodetree: Add support for 64-bit instructions
Luis Fernando Fujita Pires committed
April 28, 2021
R
decodetree: More use of f-strings
Richard Henderson committed
R
decodetree: Introduce whex and whexC helpers
Richard Henderson committed
January 10, 2021
P
decodetree: Open files with encoding='utf-8'
Philippe Mathieu-Daudé committed
October 23, 2020
C
overall/alpha tcg cpus|hppa: Fix Lesser GPL version number
Chetan Pant committed
October 19, 2020
P
decodetree: Fix codegen for non-overlapping group inside overlapping group
Peter Maydell committed
September 17, 2020
Z
scripts/: fix some comment spelling errors
zhaolichang committed
September 3, 2020
R
decodetree: Improve identifier matching
Richard Henderson committed
August 7, 2020
P
meson: target
Paolo Bonzini committed
July 8, 2020
T
Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switch
Thomas Huth committed
June 8, 2020
R
decodetree: Drop check for less than 2 patterns in a group
Richard Henderson committed
May 18, 2020
R
decodetree: Implement non-overlapping groups
Richard Henderson committed
May 17, 2020
R
decodetree: Move semantic propagation into classes
Richard Henderson committed
May 16, 2020
R
decodetree: Allow group covering the entire insn space
Richard Henderson committed
R
decodetree: Split out MultiPattern from IncMultiPattern
Richard Henderson committed
R
decodetree: Rename MultiPattern to IncMultiPattern
Richard Henderson committed
May 15, 2020
R
decodetree: Tidy error_with_file
Richard Henderson committed
May 14, 2020
J
python: remove more instances of sys.version_info
John Snow committed
March 30, 2020
P
decodetree: Use Python3 floor division operator
Philippe Mathieu-Daudé committed
January 30, 2020
P
scripts: Explicit usage of Python 3 (scripts with __main__)
Philippe Mathieu-Daudé committed
August 9, 2019
R
decodetree: Suppress redundant declaration warnings
Richard Henderson committed
July 23, 2019
R
decodetree: Allow !function with no input bits
Richard Henderson committed
June 11, 2019
R
decodetree: Fix comparison of Field
Richard Henderson committed
March 21, 2019
R
decodetree: Add DisasContext argument to !function expanders
Richard Henderson committed
January 31, 2019
R
decodetree: Expand a decode_load function
Richard Henderson committed
R
decodetree: Initial support for variable-length ISAs
Richard Henderson committed
March 5, 2019
R
decodetree: Properly diagnose fields overflowing an insn
Richard Henderson committed
February 28, 2019
R
decodetree: Prefix extract function names with decode_function
Richard Henderson committed
R
decodetree: Allow +- to begin a number initializing a field
Richard Henderson committed
R
decodetree: Produce clean output for an empty input file
Richard Henderson committed
February 24, 2019
R
decodetree: Add --static-decode option
Richard Henderson committed
February 23, 2019
R
decodetree: Allow grouping of overlapping patterns
Richard Henderson committed
R
decodetree: Do not unconditionaly return from Pattern.output_code
Richard Henderson committed
R
decodetree: Move documentation to docs/devel/decodetree.rst
Richard Henderson committed
December 17, 2018
P
decodetree: Ensure build_tree does not include values outside insnmask
Philippe Mathieu-Daudé committed
January 25, 2019
P
decodetree: re.fullmatch was added in 3.4
Paolo Bonzini committed
November 1, 2018
P
Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20181031' into staging
Peter Maydell committed
October 26, 2018
R
decodetree: Allow multiple input files
Richard Henderson committed
October 23, 2018
R
decodetree: Remove "insn" argument from trans_* expanders
Richard Henderson committed
R
decodetree: Add !extern flag to argument sets
Richard Henderson committed