summaryrefslogtreecommitdiff
path: root/test/CodeGenCUDA
Commit message (Expand)AuthorAgeFilesLines
* [hip][cuda] Fix the extended lambda name mangling issue.Michael Liao2019-10-191-0/+39
* [CUDA][HIP] Fix host/device check with -fopenmpYaxun Liu2019-10-091-0/+20
* [HIP] Support new kernel launching APIYaxun Liu2019-09-242-8/+21
* [AMDGPU] Set default flat work group size to (1,256) for HIPYaxun Liu2019-09-031-2/+3
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-11/+11
* [clang] Preserve names of addrspacecast'ed values.Vyacheslav Zakharin2019-07-101-3/+3
* [AMDGPU] Increased the number of implicit argument bytes for both OpenCL and ...Christudasan Devadasan2019-07-101-1/+1
* [HIP] Support attribute hip_pinned_shadowYaxun Liu2019-06-261-0/+23
* [AMDGPU] Enable the implicit arguments for HIP (CLANG)Yaxun Liu2019-06-141-0/+8
* LLVM IR: Generate new-style byval-with-Type from ClangTim Northover2019-06-052-5/+5
* [CUDA][HIP] Skip setting `externally_initialized` for static device variables.Michael Liao2019-05-291-0/+10
* Fix failure of lit test dependent-libs.cuYaxun Liu2019-05-291-2/+4
* [CUDA][HIP] Emit dependent libs for host onlyYaxun Liu2019-05-281-0/+6
* [HIP] Fix visibility of `__constant__` variables.Michael Liao2019-04-261-0/+21
* [HIP-Clang] Fat binary should not be produced for non GPU code 2Aaron Enye Shi2019-04-021-11/+5
* [HIP-Clang] Fat binary should not be produced for non GPU codeAaron Enye Shi2019-04-021-5/+11
* [CUDA][HIP][DebugInfo] Skip reference device functionMichael Liao2019-03-061-0/+10
* [HIP] change kernel stub nameYaxun Liu2019-02-271-0/+20
* revert r354615: [HIP] change kernel stub nameYaxun Liu2019-02-221-2/+1
* [HIP] change kernel stub nameYaxun Liu2019-02-211-1/+2
* [CUDA][HIP] Use device side kernel and variable names when registering themYaxun Liu2019-02-141-30/+51
* [DEBUG_INFO][NVPTX] Generate correct data about variable address class.Alexey Bataev2019-02-051-0/+25
* Do not copy long double and 128-bit fp format from aux target for AMDGPUYaxun Liu2019-01-311-0/+10
* [CUDA] add support for the new kernel launch API in CUDA-9.2+.Artem Belevich2019-01-314-26/+85
* [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