PTX: Add intrinsics to list of built-in intrinsics, which allows them to be
authorJustin Holewinski <justin.holewinski@gmail.com>
Wed, 20 Apr 2011 15:37:17 +0000 (15:37 +0000)
committerJustin Holewinski <justin.holewinski@gmail.com>
Wed, 20 Apr 2011 15:37:17 +0000 (15:37 +0000)
commite1fee48cd0d1e515f247fe3bceceb0f854623f73
tree068c3e19ba6c070a60a97fb580a4a67fe0a52a5f
parent3660a847f1820d73847539f3959dc069396f8e44
PTX: Add intrinsics to list of built-in intrinsics, which allows them to be
     used by Clang.  To help Clang integration, the PTX target has been split
     into two targets: ptx32 and ptx64, depending on the desired pointer size.

- Add GCCBuiltin class to all intrinsics
- Split PTX target into ptx32 and ptx64

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129851 91177308-0d34-0410-b5e6-96231b3b80d8
31 files changed:
include/llvm/ADT/Triple.h
include/llvm/IntrinsicsPTX.td
lib/Support/Triple.cpp
lib/Target/PTX/PTX.h
lib/Target/PTX/PTX.td
lib/Target/PTX/PTXAsmPrinter.cpp
lib/Target/PTX/PTXInstrInfo.td
lib/Target/PTX/PTXSubtarget.cpp
lib/Target/PTX/PTXSubtarget.h
lib/Target/PTX/PTXTargetMachine.cpp
lib/Target/PTX/PTXTargetMachine.h
lib/Target/PTX/TargetInfo/PTXTargetInfo.cpp
test/CodeGen/PTX/add.ll
test/CodeGen/PTX/bra.ll
test/CodeGen/PTX/exit.ll
test/CodeGen/PTX/fdiv-sm10.ll
test/CodeGen/PTX/fdiv-sm13.ll
test/CodeGen/PTX/intrinsic.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/options.ll
test/CodeGen/PTX/parameter-order.ll
test/CodeGen/PTX/ret.ll
test/CodeGen/PTX/setp.ll
test/CodeGen/PTX/shl.ll
test/CodeGen/PTX/shr.ll
test/CodeGen/PTX/st.ll
test/CodeGen/PTX/sub.ll