summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/InstPrinter/AVRInstPrinter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-170/+0
| | | | | | | | | For some targets, there is a circular dependency between InstPrinter and MCTargetDesc. Merging them together will fix this. For the other targets, the merging is to maintain consistency so all targets will have the same structure. llvm-svn: 360493
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* [AVR] Rename 'ZREGS' to 'ZREG'Dylan McKay2017-07-111-1/+1
| | | | | | It will only ever contain one register. llvm-svn: 307620
* [AVR] Remove a variable which was unused in release modeDylan McKay2016-11-191-3/+2
| | | | | | | In release mode where assertions are not enabled, this caused an 'unused variable' warning. llvm-svn: 287414
* [AVR] Add the assembly instruction printerDylan McKay2016-09-301-0/+172
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
OpenPOWER on IntegriCloud