Pseudo-ize Thumb2 jump tables with explicit MC lowering to the raw
authorJim Grosbach <grosbach@apple.com>
Mon, 29 Nov 2010 22:37:40 +0000 (22:37 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 29 Nov 2010 22:37:40 +0000 (22:37 +0000)
commit5ca66696e734f963b613de51e3df3684395daf1c
treee8f46032ec86ca13767da96f16dc23128fb4fb41
parent8ad87ab166062d7f1c1b936affd6d842b0f56169
Pseudo-ize Thumb2 jump tables with explicit MC lowering to the raw
instructions. This simplifies instruction printing and disassembly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120333 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp
lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.h
utils/TableGen/ARMDecoderEmitter.cpp