summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCUDA
Commit message (Expand)AuthorAgeFilesLines
* [CUDA] Treat extern global variable shadows same as regular extern vars.Artem Belevich2018-12-221-6/+13
* [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
* [HIP] Support early finalization of device code for -fno-gpu-rdcYaxun Liu2018-10-021-9/+11
* [CUDA] Ignore uncallable functions when we check for usual deallocators.Artem Belevich2018-09-211-0/+133
* Rename -mlink-cuda-bitcode to -mlink-builtin-bitcodeMatt Arsenault2018-08-202-6/+12
* [HIP] Make __hip_gpubin_handle hidden to avoid being merged across different ...Yaxun Liu2018-08-171-1/+1
* Try to make builtin address space declarations not uselessMatt Arsenault2018-08-021-0/+18
* [CUDA][HIP] Allow function-scope static const variableYaxun Liu2018-07-281-0/+6
* [HIP] Support -fcuda-flush-denormals-to-zero for amdgcnYaxun Liu2018-07-211-0/+15
* [HIP] Register/unregister device fat binary only onceYaxun Liu2018-07-201-4/+19
* [FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny2018-07-112-10/+10
* [CUDA] Use atexit() to call module destructor.Artem Belevich2018-06-271-2/+2
* [CUDA][HIP] Allow CUDA __global__ functions to have amdgpu kernel attributesYaxun Liu2018-06-121-0/+37
* [CUDA][HIP] Set kernel calling convention before arrange functionYaxun Liu2018-06-121-0/+39
* [CUDA] Fix emission of constant strings in sectionsJonas Hahnfeld2018-06-081-3/+3
* [CUDA][HIP] Do not emit type info when compiling for deviceYaxun Liu2018-06-051-2/+9
* [HIP] Support offloading by linker scriptYaxun Liu2018-05-181-17/+23
* Fix failure in lit test kernel-call.cu due to name manglingYaxun Liu2018-04-251-2/+2
* Fix lit test kernel-call.cu failure on ps4 due to dso_localYaxun Liu2018-04-251-2/+2
* Fix failure in lit test kernel-call.cuYaxun Liu2018-04-251-1/+1
* [HIP] Add hip input kind and codegen for kernel launchingYaxun Liu2018-04-253-45/+74
* [CUDA] Set LLVM calling convention for CUDA kernelYaxun Liu2018-04-201-0/+41
* [CUDA] Register relocatable GPU binariesJonas Hahnfeld2018-04-201-45/+66
* Remove -cc1 option "-backend-option".Eli Friedman2018-04-121-1/+1
* Fix typos in clangAlexander Kornienko2018-04-062-2/+2
* Revert "Set calling convention for CUDA kernel"Artem Belevich2018-04-031-29/+0
* [CUDA] Let device-side shared variables be initialized with undefYaxun Liu2018-04-022-36/+93
* Set calling convention for CUDA kernelYaxun Liu2018-03-291-0/+29
* Disable emitting static extern C aliases for amdgcn target for CUDAYaxun Liu2018-03-291-0/+3
* Really fix test on windows.Rafael Espindola2018-02-231-3/+3
* Fix one last test on a windows host.Rafael Espindola2018-02-231-1/+1
* [CUDA] CUDA has no device-side library builtins.Artem Belevich2018-01-231-0/+22
* CodeGenModule: Always output wchar_size, check LLVM assumptions.Matthias Braun2017-05-201-2/+2
* Use FPContractModeKind universallyAdam Nemet2017-03-291-2/+2
* [CodeGen] [CUDA] Add the ability set default attrs on functions in linked mod...Justin Lebar2017-01-251-0/+62
* [CUDA] Improve target attribute checking for function templates.Artem Belevich2016-12-071-3/+3
* [CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h.Justin Lebar2016-10-081-1/+1
* [CUDA] Add missing ':' to noexcept.cu test.Justin Lebar2016-10-051-1/+1
* [CUDA] Mark device functions as nounwind.Justin Lebar2016-10-043-5/+44
* [CUDA] Disallow overloading destructors.Justin Lebar2016-10-031-8/+0
* [CUDA] Raise an error if a wrong-side call is codegen'ed.Justin Lebar2016-08-151-32/+0
* [CUDA] Place GPU binary into .nv_fatbin section and align it by 8.Artem Belevich2016-08-121-2/+4
* [CUDA] Align kernel launch args correctly when the LLVM type's alignment is d...Justin Lebar2016-07-271-0/+36
* NVPTX: Use the nvvm builtins to read SRegs rather than the legacy ptx onesJustin Bogner2016-07-071-12/+12
* [CUDA] Give templated device functions internal linkage, templated kernels ex...Justin Lebar2016-06-301-2/+2
* [CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.Artem Belevich2016-06-061-0/+5
* [CUDA] Conservatively mark inline asm as convergent.Justin Lebar2016-05-311-0/+6
* Avoid depending on test inputes that aren't in InputsReid Kleckner2016-05-202-133/+157