summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCUDANV.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Alignment][Clang][NFC] Add CharUnits::getAsAlignGuillaume Chatelet2019-10-031-3/+3
* [HIP] Support new kernel launching APIYaxun Liu2019-09-241-6/+11
* [clang][CodeGen] Remove std::move on temporaryKadir Cetinkaya2019-06-171-1/+1
* [HIP] Add the interface deriving the stub name of device kernels.Michael Liao2019-06-171-4/+22
* [HIP-Clang] Fat binary should not be produced for non GPU codeAaron Enye Shi2019-04-021-2/+2
* [HIP-Clang] Fat binary should not be produced for non GPU code 2Aaron Enye Shi2019-04-021-1/+3
* [HIP-Clang] Fat binary should not be produced for non GPU codeAaron Enye Shi2019-04-021-0/+2
* [HIP] change kernel stub nameYaxun Liu2019-02-271-0/+1
* revert r354615: [HIP] change kernel stub nameYaxun Liu2019-02-221-6/+0
* [HIP] change kernel stub nameYaxun Liu2019-02-211-0/+6
* [CUDA][HIP] Use device side kernel and variable names when registering themYaxun Liu2019-02-141-15/+53
* Basic CUDA-10 support.Artem Belevich2019-02-051-0/+10
* [opaque pointer types] Pass function types for runtime function calls.James Y Knight2019-02-051-14/+14
* Remove redundant FunctionDecl argument from a couple functions.James Y Knight2019-02-021-1/+1
* [CUDA] add support for the new kernel launch API in CUDA-9.2+.Artem Belevich2019-01-311-4/+106
* Cleanup: replace uses of CallSite with CallBase.James Y Knight2019-01-301-4/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CUDA] Use all 64 bits of GUID in __nv_module_idArtem Belevich2018-10-051-1/+1
* [HIP] Support early finalization of device code for -fno-gpu-rdcYaxun Liu2018-10-021-10/+21
* [HIP] Make __hip_gpubin_handle hidden to avoid being merged across different ...Yaxun Liu2018-08-171-0/+2
* [HIP] Register/unregister device fat binary only onceYaxun Liu2018-07-201-17/+105
* [CUDA] Place all CUDA sections in __NV_CUDA segment on Mac.Artem Belevich2018-06-281-4/+6
* [CUDA] Use atexit() to call module destructor.Artem Belevich2018-06-271-0/+13
* [CUDA] Fix emission of constant strings in sectionsJonas Hahnfeld2018-06-081-1/+5
* [HIP] Support offloading by linker scriptYaxun Liu2018-05-181-38/+77
* [HIP] Add hip input kind and codegen for kernel launchingYaxun Liu2018-04-251-16/+42
* [CUDA] Register relocatable GPU binariesJonas Hahnfeld2018-04-201-19/+102
* [CUDA] Include single GPU binary, NFCI.Jonas Hahnfeld2018-02-281-75/+60
* Suppress all uses of LLVM_END_WITH_NULL. NFC.Serge Guelton2017-05-091-1/+1
* Promote ConstantInitBuilder to be a public CodeGen API; it'sJohn McCall2017-03-021-1/+1
* ConstantBuilder -> ConstantInitBuilder for clarity, andJohn McCall2016-11-281-1/+1
* Introduce a helper class for building complex constant initializers. NFC.John McCall2016-11-191-14/+21
* [CUDA] Use the right section and constant names for fatbins when compiling fo...Justin Lebar2016-11-181-3/+8
* [CUDA] Place GPU binary into .nv_fatbin section and align it by 8.Artem Belevich2016-08-121-1/+10
* [CUDA] Align kernel launch args correctly when the LLVM type's alignment is d...Justin Lebar2016-07-271-25/+16
* [CUDA] Move argument type lists to the stack. NFC.Benjamin Kramer2016-07-021-4/+4
* Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...Benjamin Kramer2016-07-021-4/+1
* [CUDA] Do not generate unnecessary runtime init code.Artem Belevich2016-03-021-1/+14
* [CUDA] Emit host-side 'shadows' for device-side global variablesArtem Belevich2016-03-021-15/+51
* [CUDA] Invoke ptxas and fatbinary during compilation.Justin Lebar2016-01-141-0/+2
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-10/+12
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [cuda] Include GPU binary into host object file and generate init/deinit code.Artem Belevich2015-05-071-13/+205
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-1/+1
* [Modules] Update to reflect the move of CallSite into the IR library inChandler Carruth2014-03-041-1/+1
* Use the actual ABI-determined C calling convention for runtimeJohn McCall2013-02-281-2/+2
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-3/+3
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+0
OpenPOWER on IntegriCloud