Initial support for addrmode handling. Tests by Brian Lucas!
authorAnton Korobeynikov <asl@math.spbu.ru>
Sat, 7 Nov 2009 17:13:35 +0000 (17:13 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sat, 7 Nov 2009 17:13:35 +0000 (17:13 +0000)
commit123ed8f099b116449b8d9c284046863488390a47
treeb7587b179bc4bfaf8810a6bd2097541e17df071b
parent603fce9ebb5c293b73f83bc57974d59db6a80ea8
Initial support for addrmode handling. Tests by Brian Lucas!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86382 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp
lib/Target/MSP430/AsmPrinter/MSP430InstPrinter.cpp
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
test/CodeGen/MSP430/2009-09-18-AbsoluteAddr.ll
test/CodeGen/MSP430/AddrMode-bis-rx.ll [new file with mode: 0644]
test/CodeGen/MSP430/AddrMode-bis-xr.ll [new file with mode: 0644]
test/CodeGen/MSP430/AddrMode-mov-rx.ll [new file with mode: 0644]
test/CodeGen/MSP430/AddrMode-mov-xr.ll [new file with mode: 0644]
test/CodeGen/MSP430/inline-asm.ll