Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AVR] Use 'print' instead of 'dump' | Dylan McKay | 2017-02-06 | 1 | -1/+1 |
| | | | | | | This should fix an undefined reference on the AVR buildbot. llvm-svn: 294175 | ||||
* | [AVR] Add the AVRMCInstLower class | Dylan McKay | 2016-10-07 | 1 | -0/+100 |
Summary: This class deals with the lowering of CodeGen `MachineInstr` objects to MC `MCInst` objects. Reviewers: kparzysz, arsenm Subscribers: wdng, beanz, japaric, mgorny Differential Revision: https://reviews.llvm.org/D25269 llvm-svn: 283522 |