aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCUDA
AgeCommit message (Expand)AuthorFilesLines
2013-11-15Fix test failures after addrspacecast added.Matt Arsenault1-3/+3
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-2/+2
2013-03-30Use kernel metadata to differentiate between kernel and deviceJustin Holewinski1-3/+7
2012-08-28CUDA: give static storage class to __shared__ and __constant__Peter Collingbourne1-0/+8
2012-08-28CUDA: give correct address space to globals declared in functionsPeter Collingbourne1-0/+4
2012-05-24Replace PTX back-end with NVPTX back-end in all places where Clang caresJustin Holewinski2-8/+8
2012-05-20CUDA: add CodeGen support for global variable address spaces.Peter Collingbourne1-0/+24
2011-10-06CUDA: IR generation support for device stubsPeter Collingbourne1-0/+13
2011-10-06CUDA: add -fcuda-is-device flagPeter Collingbourne2-1/+41
2011-10-06CUDA: IR generation support for kernel call expressionsPeter Collingbourne1-0/+13
2011-10-06CUDA: set proper calling conventions for PTXPeter Collingbourne1-0/+12