index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGenCUDA
/
address-spaces.cu
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CUDA] Let device-side shared variables be initialized with undef
Yaxun Liu
2018-04-02
1
-9
/
+10
*
[CUDA] Restrict init of local __shared__ variables to empty constructors only.
Artem Belevich
2016-05-09
1
-31
/
+0
*
[CUDA] Only __shared__ variables can be static local on device side.
Artem Belevich
2016-05-09
1
-8
/
+0
*
[CUDA] Allow trivial constructors as initializer for __shared__ variables.
Artem Belevich
2015-09-10
1
-0
/
+14
*
[CUDA] Change initializer for CUDA device code based on CUDA documentation.
Jingyue Wu
2015-08-22
1
-3
/
+3
*
Fix addrspace when emitting constructors of static local variables
Jingyue Wu
2015-03-25
1
-0
/
+17
*
Test case updates for explicit type parameter to the gep operator
David Blaikie
2015-03-13
1
-1
/
+1
*
Update Clang tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
1
-6
/
+6
*
Move all CUDA testing inputs to Inputs/ subdirectory inside the tests.
Eli Bendersky
2014-04-28
1
-1
/
+1
*
Proper handling of static local variables with address space qualifiers.
Eli Bendersky
2014-03-24
1
-3
/
+69
*
Fix test failures after addrspacecast added.
Matt Arsenault
2013-11-15
1
-3
/
+3
*
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
1
-7
/
+7
*
CUDA: add CodeGen support for global variable address spaces.
Peter Collingbourne
2012-05-20
1
-0
/
+24