Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup AVR tests to reflect changes in addend format in llvm-objdump | David Bozier | 2019-11-19 | 7 | -7/+7 |
| | | | | | | | | | | | | | | Summary: Changes to llvm-objdump made in D69997 Reviewers: thakis, jhenderson, grimar Reviewed By: thakis Subscribers: dylanmckay, Jim, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70438 | ||||
* | [AVR] Remove a bunch of now-obselete tests | Dylan McKay | 2017-07-01 | 4 | -20/+0 |
| | | | | | | The fixups in these instructions are now lowered into relocations. llvm-svn: 306947 | ||||
* | [AVR] Add all of the machine code test suite | Dylan McKay | 2016-11-09 | 11 | -0/+55 |
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 |