Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AVR] Fix a bug so that we now emit R_AVR_16 fixups with the correct offset | Dylan McKay | 2017-04-30 | 1 | -2/+2 |
| | | | | | | | Before this, the LDS/STS instructions would have their opcodes overwritten while linking. llvm-svn: 301782 | ||||
* | [AVR] Add all of the machine code test suite | Dylan McKay | 2016-11-09 | 1 | -0/+14 |
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 |