summaryrefslogtreecommitdiff
path: root/test/CodeGenCUDA/device-var-init.cu
Commit message (Expand)AuthorAgeFilesLines
* [CUDA][HIP] Skip setting `externally_initialized` for static device variables.Michael Liao2019-05-291-0/+10
* [CUDA] Make all host-side shadows of device-side variables undef.Artem Belevich2018-12-131-83/+120
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-18/+18
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-18/+18
* [CUDA][HIP] Allow function-scope static const variableYaxun Liu2018-07-281-0/+6
* [CUDA] Let device-side shared variables be initialized with undefYaxun Liu2018-04-021-27/+83
* [CUDA] Mark device functions as nounwind.Justin Lebar2016-10-041-3/+3
* Avoid depending on test inputes that aren't in InputsReid Kleckner2016-05-201-133/+12
* [CUDA] Do not allow non-empty destructors for global device-side variables.Artem Belevich2016-05-191-3/+79
* [CUDA] Split device-var-init.cu tests into separate Sema and CodeGen parts.Artem Belevich2016-05-191-199/+33
* [CUDA] Restrict init of local __shared__ variables to empty constructors only.Artem Belevich2016-05-091-2/+10
* [CUDA] Only __shared__ variables can be static local on device side.Artem Belevich2016-05-091-0/+8
* [CUDA] Mark all CUDA device-side function defs, decls, and calls as convergent.Justin Lebar2016-02-241-1/+1
* [CUDA] Do not allow dynamic initialization of global device side variables.Artem Belevich2016-02-021-0/+393