aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCUDA
AgeCommit message (Expand)Author
2013-03-30Use kernel metadata to differentiate between kernel and deviceJustin Holewinski
2012-08-28CUDA: give static storage class to __shared__ and __constant__Peter Collingbourne
2012-08-28CUDA: give correct address space to globals declared in functionsPeter Collingbourne
2012-05-24Replace PTX back-end with NVPTX back-end in all places where Clang caresJustin Holewinski
2012-05-20CUDA: add CodeGen support for global variable address spaces.Peter Collingbourne
2011-10-06CUDA: IR generation support for device stubsPeter Collingbourne
2011-10-06CUDA: add -fcuda-is-device flagPeter Collingbourne
2011-10-06CUDA: IR generation support for kernel call expressionsPeter Collingbourne
2011-10-06CUDA: set proper calling conventions for PTXPeter Collingbourne