summaryrefslogtreecommitdiff
path: root/test/CodeGenCUDA/address-spaces.cu
Commit message (Expand)AuthorAge
* Move all CUDA testing inputs to Inputs/ subdirectory inside the tests.Eli Bendersky2014-04-28
* Proper handling of static local variables with address space qualifiers.Eli Bendersky2014-03-24
* Fix test failures after addrspacecast added.Matt Arsenault2013-11-15
* CUDA: give static storage class to __shared__ and __constant__Peter Collingbourne2012-08-28
* CUDA: give correct address space to globals declared in functionsPeter Collingbourne2012-08-28
* Replace PTX back-end with NVPTX back-end in all places where Clang caresJustin Holewinski2012-05-24
* CUDA: add CodeGen support for global variable address spaces.Peter Collingbourne2012-05-20