summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCUDANV.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
OpenPOWER on IntegriCloud