summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Compile the disassemblerDylan McKay2016-10-271-5/+1
| | | | | | | This also updates references of 'TheAVRTarget' to the new 'getTheAVRTarget()' method. llvm-svn: 285272
* [AVR] Add the machine code disassemblerDylan McKay2016-10-221-0/+160
This adds a super basic implementation of a machine code disassembler. It doesn't support any operands with custom encoding. llvm-svn: 284930
OpenPOWER on IntegriCloud