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
d3972a8f11
[AVR] Use the short form of 'clr <reg>'
...
r318895 made it so that the simpler instruction aliases are printed
rather than their expanded form.
llvm-svn: 318954
2017-11-24 15:36:43 +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