Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AVR] Fix a bug where asm operands are printed twice | Dylan McKay | 2017-02-05 | 1 | -1/+2 |
| | | | | | | | We would unconditionally call printOperand, even if PrintAsmOperand already printed the immediate. llvm-svn: 294121 | ||||
* | [AVR] Remove a bunch of unused variables | Dylan McKay | 2016-11-19 | 1 | -0/+2 |
| | | | | llvm-svn: 287416 | ||||
* | Move the global variables representing each Target behind accessor function | Mehdi Amini | 2016-10-09 | 1 | -1/+1 |
| | | | | | | | | This avoids "static initialization order fiasco" Differential Revision: https://reviews.llvm.org/D25412 llvm-svn: 283702 | ||||
* | [AVR] Add the assembly printer | Dylan McKay | 2016-10-08 | 1 | -0/+182 |
Summary: This adds the AVRAsmPrinter class. Reviewers: arsenm, kparzysz Subscribers: llvm-commits, wdng, beanz, japaric, mgorny Differential Revision: https://reviews.llvm.org/D25271 llvm-svn: 283623 |