[PATCH] D25390: [AVR] Add the machine code disassembler

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 19:36:38 PDT 2016


dylanmckay created this revision.
dylanmckay added reviewers: kparzysz, arsenm.
dylanmckay added subscribers: llvm-commits, japaric.
Herald added subscribers: mgorny, beanz, wdng.

This adds a super basic implementation of a machine code disassembler.

It doesn't support any operands with custom encoding.


https://reviews.llvm.org/D25390

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25390.74012.patch
Type: text/x-patch
Size: 7519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161008/b11c941f/attachment.bin>


More information about the llvm-commits mailing list