OSDN Git Service

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)
commit961cd4a18d03d295ac64dbe3b0db694ff7febd44
tree865a42d49a94b5bccb18d306dd60eaf09e9bb924
parent1c937bdcf8373514ba634495470a47bcbf893cc6
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]