Reapply r128585 without generating a lib depedency cycle. An updated log:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 31 Mar 2011 14:52:28 +0000 (14:52 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 31 Mar 2011 14:52:28 +0000 (14:52 +0000)
commitbcd3a9cd84d3bb143075d31bdf631f621f44f9e7
tree10b17af22e078cdad2880f7504bc0d8e4f6b2d35
parent56584fcbfd541c20b914f7cb58a38bf1a16f55c0
Reapply r128585 without generating a lib depedency cycle. An updated log:

- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and
  {STR,LDC}{2}_{PRE,POST} fixing the encoding wherever is possible.
- Move all instructions which use am2offset without a pattern to use
  addrmode2.
- Add a new encoding bit to describe the index mode used and teach
  printAddrMode2Operand to check by the addressing mode which index
  mode to print.
- Testcases

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128632 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAddressingModes.h
lib/Target/ARM/ARMBaseInfo.h
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.h
test/MC/ARM/arm_addrmode2.s [new file with mode: 0644]