Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AVR] Rename 'ZREGS' to 'ZREG' | Dylan McKay | 2017-07-11 | 1 | -1/+1 |
| | | | | | | It will only ever contain one register. llvm-svn: 307620 | ||||
* | [AVR] Remove a variable which was unused in release mode | Dylan McKay | 2016-11-19 | 1 | -3/+2 |
| | | | | | | | In release mode where assertions are not enabled, this caused an 'unused variable' warning. llvm-svn: 287414 | ||||
* | [AVR] Add the assembly instruction printer | Dylan McKay | 2016-09-30 | 4 | -0/+257 |
Summary: This change adds the AVR assembly instruction printer. No tests are included in this patch. I have left them downstream so we can add them once `llc` successfully runs (there's very few components left to upstream until this). Reviewers: arsenm, kparzysz Subscribers: wdng, beanz, mgorny Differential Revision: https://reviews.llvm.org/D25028 llvm-svn: 282854 |