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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow linking multiple bitcode files.
Artem Belevich
2015-10-27
2
-2
/
+32
*
[CUDA] __global__ functions should always be visible externally.
Artem Belevich
2015-09-23
1
-6
/
+1
*
[CUDA] Allow function overloads in CUDA based on host/device attributes.
Artem Belevich
2015-09-22
1
-0
/
+214
*
[CUDA] Add implicit __attribute__((used)) to all __global__ functions.
Artem Belevich
2015-09-22
1
-0
/
+15
*
[CUDA] Postprocess bitcode linked in during device-side CUDA compilation.
Artem Belevich
2015-09-10
2
-0
/
+94
*
[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
2
-7
/
+7
*
Revert "[CUDA] Add implicit __attribute__((used)) to all __global__ functions."
Daniel Jasper
2015-08-11
1
-15
/
+0
*
[CUDA] Add implicit __attribute__((used)) to all __global__ functions.
Artem Belevich
2015-08-10
1
-0
/
+15
*
[cuda] Fixed test case failure on s390x
Artem Belevich
2015-05-11
1
-2
/
+2
*
Fixed test failure on machines with 32-bit size_t.
Artem Belevich
2015-05-07
1
-1
/
+1
*
[cuda] Include GPU binary into host object file and generate init/deinit code.
Artem Belevich
2015-05-07
1
-1
/
+40
*
[cuda] treat file scope __asm as __host__ and ignore it during device-side co...
Artem Belevich
2015-04-27
1
-0
/
+6
*
[cuda] Allow using integral non-type template parameters as launch_bounds att...
Artem Belevich
2015-04-21
1
-0
/
+51
*
[cuda] Added support for CUDA built-in variables.
Artem Belevich
2015-04-21
1
-0
/
+28
*
Revert r235398 "[cuda] Added support for CUDA built-in variables."
Artem Belevich
2015-04-21
1
-28
/
+0
*
[cuda] Added support for CUDA built-in variables.
Artem Belevich
2015-04-21
1
-0
/
+28
*
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
*
CUDA: Add option to allow host device functions to call host functions
Jacques Pienaar
2015-02-24
1
-0
/
+32
*
When generating llvm.used, we may need an addrspacecast instead of a bitcast.
Justin Holewinski
2015-02-02
1
-0
/
+8
*
IR: Make metadata typeless in assembly, clang side
Duncan P. N. Exon Smith
2014-12-15
2
-4
/
+4
*
Move all CUDA testing inputs to Inputs/ subdirectory inside the tests.
Eli Bendersky
2014-04-28
7
-6
/
+26
*
Add test case for r206302
Eli Bendersky
2014-04-15
1
-0
/
+30
*
Proper handling of static local variables with address space qualifiers.
Eli Bendersky
2014-03-24
1
-3
/
+69
*
Remove the -cxx-abi command-line flag.
Hans Wennborg
2014-01-14
1
-2
/
+2
*
Update tests in preparation for using the MS ABI for Win32 targets
Hans Wennborg
2014-01-13
1
-2
/
+2
*
Fix test failures after addrspacecast added.
Matt Arsenault
2013-11-15
1
-3
/
+3
*
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