Some preliminary call lowering
authorAnton Korobeynikov <asl@math.spbu.ru>
Thu, 16 Jul 2009 13:50:21 +0000 (13:50 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Thu, 16 Jul 2009 13:50:21 +0000 (13:50 +0000)
commitba249e41f3ffa9e947b9173e3965385ec6324ffb
tree865a42d49a94b5bccb18d306dd60eaf09e9bb924
parent3c98c616c51a65c9af2ffcd7498be795049fcfad
Some preliminary call lowering

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75941 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp
lib/Target/SystemZ/SystemZISelLowering.cpp
lib/Target/SystemZ/SystemZISelLowering.h
lib/Target/SystemZ/SystemZInstrInfo.cpp
lib/Target/SystemZ/SystemZInstrInfo.td
lib/Target/SystemZ/SystemZRegisterInfo.cpp
lib/Target/SystemZ/SystemZRegisterInfo.h
test/CodeGen/SystemZ/06-CallViaStack.ll [new file with mode: 0644]
test/CodeGen/SystemZ/06-SimpleCall.ll [new file with mode: 0644]