summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGCUDANV.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* CUDA: IR generation support for device stubsPeter Collingbourne2011-10-061-0/+92
* CUDA: IR generation support for kernel call expressionsPeter Collingbourne2011-10-061-0/+34