This adds a super basic implementation of a machine code disassembler.
It doesn't support any operands with custom encoding.
Paths
| Differential D25390
[AVR] Add the machine code disassembler ClosedPublic Authored by dylanmckay on Oct 7 2016, 7:36 PM.
Details
Diff Detail
Event Timelinedylanmckay updated this object. dylanmckay marked 3 inline comments as done. Comment ActionsRemove returns in else blocks, and keep everything within 80 columns. This revision is now accepted and ready to land.Oct 22 2016, 6:23 AM
Revision Contents
Diff 74012 lib/Target/AVR/CMakeLists.txt
lib/Target/AVR/Disassembler/AVRDisassembler.cpp
lib/Target/AVR/Disassembler/CMakeLists.txt
lib/Target/AVR/Disassembler/LLVMBuild.txt
lib/Target/AVR/LLVMBuild.txt
|
No else after return.