Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AVR] Redefine the 'SBR' instruction as an alias | Dylan McKay | 2018-09-01 | 1 | -5/+5 |
| | | | | | | | | | | | This fixes a TableGen warning about duplicate bit patterns. SBR === This is an alias of 'ORI Rd, K'. llvm-svn: 341277 | ||||
* | [AVR] Add all of the machine code test suite | Dylan McKay | 2016-11-09 | 1 | -0/+18 |
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 |