aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGCUDANV.cpp
AgeCommit message (Expand)Author
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