Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes... | Stephen Lin | 2013-08-15 | 1 | -2/+2 |
* | Use kernel metadata to differentiate between kernel and device | Justin Holewinski | 2013-03-30 | 1 | -3/+7 |
* | CUDA: give static storage class to __shared__ and __constant__ | Peter Collingbourne | 2012-08-28 | 1 | -0/+8 |
* | CUDA: give correct address space to globals declared in functions | Peter Collingbourne | 2012-08-28 | 1 | -0/+4 |
* | Replace PTX back-end with NVPTX back-end in all places where Clang cares | Justin Holewinski | 2012-05-24 | 2 | -8/+8 |
* | CUDA: add CodeGen support for global variable address spaces. | Peter Collingbourne | 2012-05-20 | 1 | -0/+24 |
* | CUDA: IR generation support for device stubs | Peter Collingbourne | 2011-10-06 | 1 | -0/+13 |
* | CUDA: add -fcuda-is-device flag | Peter Collingbourne | 2011-10-06 | 2 | -1/+41 |
* | CUDA: IR generation support for kernel call expressions | Peter Collingbourne | 2011-10-06 | 1 | -0/+13 |
* | CUDA: set proper calling conventions for PTX | Peter Collingbourne | 2011-10-06 | 1 | -0/+12 |