Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
CodeGen
/
CGGPUBuiltin.cpp
5b330e8
Recommit r326946 after reducing CallArgList memory footprint
by Yaxun Liu
· 8 years ago
007cb6d
Revert r326946. It caused stack overflows by significantly increasing the size of a CallArgList.
by Richard Smith
· 8 years ago
06dd811
CodeGen: Fix address space of indirect function argument
by Yaxun Liu
· 8 years ago
cdda3daa
[OpenMP][NVPTX][CUDA] Adding support for printf for an NVPTX OpenMP device.
by Arpith Chacko Jacob
· 9 years ago
[Renamed (91%) from clang/lib/CodeGen/CGCUDABuiltin.cpp]
e56360a
[CUDA] Align kernel launch args correctly when the LLVM type's alignment is different from the clang type's alignment.
by Justin Lebar
· 9 years ago
9a2c0fb
[CUDA] Don't crash when trying to printf a non-scalar object.
by Justin Lebar
· 10 years ago
c0e4275
[CUDA] Generate CUDA's printf alloca in its function's entry block.
by Justin Lebar
· 10 years ago
3039a59
[CUDA] Make printf work.
by Justin Lebar
· 10 years ago