[AVR] Add the machine code disassembler
authorDylan McKay <dylanmckay34@gmail.com>
Sat, 22 Oct 2016 23:57:59 +0000 (23:57 +0000)
committerDylan McKay <dylanmckay34@gmail.com>
Sat, 22 Oct 2016 23:57:59 +0000 (23:57 +0000)
commit479a13c0aa3f9afd80a89104a03d354c92a2f9df
tree35e558f7042156cc2a59b7df7a79df7f87847551
parent4d63dfc286b22df992f3237f6024b3bd213581c4
[AVR] Add the machine code disassembler

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

It doesn't support any operands with custom encoding.

llvm-svn: 284930
llvm/lib/Target/AVR/CMakeLists.txt
llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp [new file with mode: 0644]
llvm/lib/Target/AVR/Disassembler/CMakeLists.txt [new file with mode: 0644]
llvm/lib/Target/AVR/Disassembler/LLVMBuild.txt [new file with mode: 0644]
llvm/lib/Target/AVR/LLVMBuild.txt