summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGCUDANV.cpp
AgeCommit message (Expand)Author
2017-05-09Suppress all uses of LLVM_END_WITH_NULL. NFC.Serge Guelton
2017-03-02Promote ConstantInitBuilder to be a public CodeGen API; it'sJohn McCall
2016-11-28ConstantBuilder -> ConstantInitBuilder for clarity, andJohn McCall
2016-11-19Introduce a helper class for building complex constant initializers. NFC.John McCall
2016-11-18[CUDA] Use the right section and constant names for fatbins when compiling fo...Justin Lebar
2016-08-12[CUDA] Place GPU binary into .nv_fatbin section and align it by 8.Artem Belevich
2016-07-27[CUDA] Align kernel launch args correctly when the LLVM type's alignment is d...Justin Lebar
2016-07-02[CUDA] Move argument type lists to the stack. NFC.Benjamin Kramer
2016-07-02Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...Benjamin Kramer
2016-03-02[CUDA] Do not generate unnecessary runtime init code.Artem Belevich
2016-03-02[CUDA] Emit host-side 'shadows' for device-side global variablesArtem Belevich
2016-01-14[CUDA] Invoke ptxas and fatbinary during compilation.Justin Lebar
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-05-07[cuda] Include GPU binary into host object file and generate init/deinit code.Artem Belevich
2014-03-12[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-04[Modules] Update to reflect the move of CallSite into the IR library inChandler Carruth
2013-02-28Use the actual ABI-determined C calling convention for runtimeJohn McCall
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2011-10-06CUDA: IR generation support for device stubsPeter Collingbourne
2011-10-06CUDA: IR generation support for kernel call expressionsPeter Collingbourne