PTX: Finish new calling convention implementation
authorJustin Holewinski <justin.holewinski@gmail.com>
Thu, 16 Jun 2011 17:50:00 +0000 (17:50 +0000)
committerJustin Holewinski <justin.holewinski@gmail.com>
Thu, 16 Jun 2011 17:50:00 +0000 (17:50 +0000)
commite0aef2de81c670f3e4229b979e81178860a458cb
treef6732316482108699b84e2a37da89367073a3d4f
parent1b91bcddd5a26c8bfad7cc1195aa092d42053c0e
PTX: Finish new calling convention implementation

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133172 91177308-0d34-0410-b5e6-96231b3b80d8
22 files changed:
lib/Target/PTX/CMakeLists.txt
lib/Target/PTX/Makefile
lib/Target/PTX/PTX.td
lib/Target/PTX/PTXAsmPrinter.cpp
lib/Target/PTX/PTXCallingConv.td [new file with mode: 0644]
lib/Target/PTX/PTXISelLowering.cpp
lib/Target/PTX/PTXMFInfoExtract.cpp
lib/Target/PTX/PTXMachineFunctionInfo.h
test/CodeGen/PTX/add.ll
test/CodeGen/PTX/cvt.ll
test/CodeGen/PTX/fdiv-sm10.ll
test/CodeGen/PTX/fdiv-sm13.ll
test/CodeGen/PTX/fneg.ll
test/CodeGen/PTX/ld.ll
test/CodeGen/PTX/llvm-intrinsic.ll
test/CodeGen/PTX/mad.ll
test/CodeGen/PTX/mov.ll
test/CodeGen/PTX/mul.ll
test/CodeGen/PTX/parameter-order.ll
test/CodeGen/PTX/selp.ll
test/CodeGen/PTX/st.ll
test/CodeGen/PTX/sub.ll