Age | Commit message (Expand) | Author |
---|---|---|
2013-03-30 | Use kernel metadata to differentiate between kernel and device | Justin Holewinski |
2012-08-28 | CUDA: give static storage class to __shared__ and __constant__ | Peter Collingbourne |
2012-08-28 | CUDA: give correct address space to globals declared in functions | Peter Collingbourne |
2012-05-24 | Replace PTX back-end with NVPTX back-end in all places where Clang cares | Justin Holewinski |
2012-05-20 | CUDA: add CodeGen support for global variable address spaces. | Peter Collingbourne |
2011-10-06 | CUDA: IR generation support for device stubs | Peter Collingbourne |
2011-10-06 | CUDA: add -fcuda-is-device flag | Peter Collingbourne |
2011-10-06 | CUDA: IR generation support for kernel call expressions | Peter Collingbourne |
2011-10-06 | CUDA: set proper calling conventions for PTX | Peter Collingbourne |