summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCUDA/address-spaces.cu
Commit message (Expand)AuthorAgeFilesLines
* [CUDA] Let device-side shared variables be initialized with undefYaxun Liu2018-04-021-9/+10
* [CUDA] Restrict init of local __shared__ variables to empty constructors only.Artem Belevich2016-05-091-31/+0
* [CUDA] Only __shared__ variables can be static local on device side.Artem Belevich2016-05-091-8/+0
* [CUDA] Allow trivial constructors as initializer for __shared__ variables.Artem Belevich2015-09-101-0/+14
* [CUDA] Change initializer for CUDA device code based on CUDA documentation.Jingyue Wu2015-08-221-3/+3
* Fix addrspace when emitting constructors of static local variablesJingyue Wu2015-03-251-0/+17
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-1/+1
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-6/+6
* Move all CUDA testing inputs to Inputs/ subdirectory inside the tests.Eli Bendersky2014-04-281-1/+1
* Proper handling of static local variables with address space qualifiers.Eli Bendersky2014-03-241-3/+69
* Fix test failures after addrspacecast added.Matt Arsenault2013-11-151-3/+3
* CUDA: give static storage class to __shared__ and __constant__Peter Collingbourne2012-08-281-0/+8
* CUDA: give correct address space to globals declared in functionsPeter Collingbourne2012-08-281-0/+4
* Replace PTX back-end with NVPTX back-end in all places where Clang caresJustin Holewinski2012-05-241-7/+7
* CUDA: add CodeGen support for global variable address spaces.Peter Collingbourne2012-05-201-0/+24
OpenPOWER on IntegriCloud