PTX: MC-ize the PTX back-end (patch 1 of N)
authorJustin Holewinski <justin.holewinski@gmail.com>
Wed, 28 Sep 2011 14:32:04 +0000 (14:32 +0000)
committerJustin Holewinski <justin.holewinski@gmail.com>
Wed, 28 Sep 2011 14:32:04 +0000 (14:32 +0000)
commitd8e4ed2686cfcc1857d1ea15d2797d6c92c09f6c
tree9d0139c7edc4114e9ac3ccc74d397065503a61b8
parentacad68da50581de905a994ed3c6b9c197bcea687
PTX: MC-ize the PTX back-end (patch 1 of N)

Lay some groundwork for converting to MC-based asm printer. This is the first
of probably many patches to bring the back-end back up-to-date with all of the
recent MC changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140697 91177308-0d34-0410-b5e6-96231b3b80d8
23 files changed:
lib/Target/PTX/CMakeLists.txt
lib/Target/PTX/InstPrinter/CMakeLists.txt [new file with mode: 0644]
lib/Target/PTX/InstPrinter/Makefile [new file with mode: 0644]
lib/Target/PTX/InstPrinter/PTXInstPrinter.cpp [new file with mode: 0644]
lib/Target/PTX/InstPrinter/PTXInstPrinter.h [new file with mode: 0644]
lib/Target/PTX/MCTargetDesc/CMakeLists.txt
lib/Target/PTX/MCTargetDesc/PTXMCTargetDesc.cpp
lib/Target/PTX/Makefile
lib/Target/PTX/PTX.h
lib/Target/PTX/PTX.td
lib/Target/PTX/PTXAsmPrinter.cpp
lib/Target/PTX/PTXAsmPrinter.h [new file with mode: 0644]
lib/Target/PTX/PTXISelDAGToDAG.cpp
lib/Target/PTX/PTXISelLowering.cpp
lib/Target/PTX/PTXInstrFormats.td
lib/Target/PTX/PTXInstrInfo.cpp
lib/Target/PTX/PTXMCAsmStreamer.cpp
lib/Target/PTX/PTXMCInstLower.cpp [new file with mode: 0644]
lib/Target/PTX/PTXMachineFunctionInfo.h
test/CodeGen/PTX/add.ll
test/CodeGen/PTX/mov.ll
test/CodeGen/PTX/mul.ll
test/CodeGen/PTX/sub.ll