]> granicus.if.org Git - clang/commit
CUDA: IR generation support for kernel call expressions
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 6 Oct 2011 18:29:37 +0000 (18:29 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 6 Oct 2011 18:29:37 +0000 (18:29 +0000)
commit6c0aa5ff6e6253db0f993053599e2a52b5b93b2d
treee25f7c9874644f6ab82f858a2da4aa0cee4c6626
parent744d90bfe2a43847764a707b1bee7ef1e30ad5f2
CUDA: IR generation support for kernel call expressions

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141300 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCUDANV.cpp [new file with mode: 0644]
lib/CodeGen/CGCUDARuntime.cpp [new file with mode: 0644]
lib/CodeGen/CGCUDARuntime.h [new file with mode: 0644]
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprCXX.cpp
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
test/CodeGenCUDA/kernel-call.cu [new file with mode: 0644]