summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGCUDARuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor call emission to package the function pointer together withJohn McCall2016-10-261-10/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Pass expressions instead of argument ranges to EmitCall/EmitCXXConstructorCall.Alexey Samsonov2014-08-211-2/+1
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-2/+2
* CodeGen: Initial instrumentation based PGO implementationJustin Bogner2014-01-061-1/+2
* Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne2013-10-201-2/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* CUDA: IR generation support for kernel call expressionsPeter Collingbourne2011-10-061-0/+55