Added support for ARM disassembly to edis.
authorSean Callanan <scallanan@apple.com>
Thu, 8 Apr 2010 00:48:21 +0000 (00:48 +0000)
committerSean Callanan <scallanan@apple.com>
Thu, 8 Apr 2010 00:48:21 +0000 (00:48 +0000)
commit8f993b8c244bb5ec19d004a070eb9f32c5a29b1a
tree552595597d80db505ac9ad4dc9c6b4cf15dddfc3
parent6129c376935db12dc79f6d515a1d96632adb480c
Added support for ARM disassembly to edis.

I also added a rule to the ARM target's Makefile to
build the ARM-specific instruction information table
for the enhanced disassembler.

I will add the test harness for all this stuff in
a separate commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100735 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/EnhancedDisassembly.h
lib/Target/ARM/Makefile
tools/edis/EDDisassembler.cpp
tools/edis/EDDisassembler.h
tools/edis/EDInst.cpp
tools/edis/EDMain.cpp
tools/edis/EDOperand.cpp
tools/edis/EDToken.cpp
utils/TableGen/EDEmitter.cpp