Fangrui Song
ecd6d7254e
[test] llvm/test/: change llvm-objdump single-dash long options to double-dash options
...
As announced here: http://lists.llvm.org/pipermail/llvm-dev/2019-April/131786.html
Grouped option syntax (POSIX Utility Conventions) does not play well with -long-option
A subsequent change will reject -long-option.
2020-03-15 17:46:23 -07:00
Ayke van Laethem
5b2046c95c
[AVR] Disassemble register operands
...
Simply by implementing a few functions I was able to correctly
disassemble a much larger amount of instructions.
Differential Revision: https://reviews.llvm.org/D74045
2020-02-24 19:35:51 +01:00
Dylan McKay
97daa142f4
[AVR] Redefine the 'SBR' instruction as an alias
...
This fixes a TableGen warning about duplicate bit patterns.
SBR
===
This is an alias of 'ORI Rd, K'.
llvm-svn: 341277
2018-09-01 12:22:54 +00:00
Dylan McKay
3ffc449597
[AVR] Add all of the machine code test suite
...
Summary: This adds all of the AVR machine code tests.
Reviewers: arsenm, kparzysz
Subscribers: wdng, japaric
Differential Revision: https://reviews.llvm.org/D26387
llvm-svn: 286417
2016-11-09 23:46:25 +00:00