index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
decodetree.py
Age
Commit message (
Expand
)
Author
2020-03-30
decodetree: Use Python3 floor division operator
Philippe Mathieu-Daudé
2020-02-07
scripts: Explicit usage of Python 3 (scripts with __main__)
Philippe Mathieu-Daudé
2019-08-19
decodetree: Suppress redundant declaration warnings
Richard Henderson
2019-08-19
decodetree: Allow !function with no input bits
Richard Henderson
2019-06-13
decodetree: Fix comparison of Field
Richard Henderson
2019-05-06
decodetree: Add DisasContext argument to !function expanders
Richard Henderson
2019-05-06
decodetree: Expand a decode_load function
Richard Henderson
2019-05-06
decodetree: Initial support for variable-length ISAs
Richard Henderson
2019-03-12
decodetree: Properly diagnose fields overflowing an insn
Richard Henderson
2019-03-12
decodetree: Prefix extract function names with decode_function
Richard Henderson
2019-03-12
decodetree: Allow +- to begin a number initializing a field
Richard Henderson
2019-03-12
decodetree: Produce clean output for an empty input file
Richard Henderson
2019-03-12
decodetree: Add --static-decode option
Richard Henderson
2019-03-12
decodetree: Allow grouping of overlapping patterns
Richard Henderson
2019-03-12
decodetree: Do not unconditionaly return from Pattern.output_code
Richard Henderson
2019-03-12
decodetree: Ensure build_tree does not include values outside insnmask
Philippe Mathieu-Daudé
2019-03-12
decodetree: Move documentation to docs/devel/decodetree.rst
Richard Henderson
2019-01-25
decodetree: re.fullmatch was added in 3.4
Paolo Bonzini
2018-11-01
Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20181031' into staging
Peter Maydell
2018-10-31
decodetree: Allow multiple input files
Richard Henderson
2018-10-31
decodetree: Remove "insn" argument from trans_* expanders
Richard Henderson
2018-10-31
decodetree: Add !extern flag to argument sets
Richard Henderson
2018-10-30
scripts/decodetree.py: fix reference to attributes
Cleber Rosa
2018-10-26
scripts/decodetree.py: remove unused imports
Cleber Rosa
2018-03-26
scripts/decodetree: Fix insnmask not marked as global in main()
Bastian Koppelmann
2018-03-02
decodetree: Propagate return value from translate subroutines
Richard Henderson
2018-02-22
scripts: Add decodetree.py
Richard Henderson