summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/AVRAsmPrinter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Fix a bug where asm operands are printed twiceDylan McKay2017-02-051-1/+2
| | | | | | | We would unconditionally call printOperand, even if PrintAsmOperand already printed the immediate. llvm-svn: 294121
* [AVR] Remove a bunch of unused variablesDylan McKay2016-11-191-0/+2
| | | | llvm-svn: 287416
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-1/+1
| | | | | | | | This avoids "static initialization order fiasco" Differential Revision: https://reviews.llvm.org/D25412 llvm-svn: 283702
* [AVR] Add the assembly printerDylan McKay2016-10-081-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
OpenPOWER on IntegriCloud