summaryrefslogtreecommitdiff
path: root/test/CodeGenCUDA
Commit message (Expand)AuthorAge
* Move all CUDA testing inputs to Inputs/ subdirectory inside the tests.Eli Bendersky2014-04-28
* Add test case for r206302Eli Bendersky2014-04-15
* Proper handling of static local variables with address space qualifiers.Eli Bendersky2014-03-24
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-14
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-13
* Fix test failures after addrspacecast added.Matt Arsenault2013-11-15
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-15
* Use kernel metadata to differentiate between kernel and deviceJustin Holewinski2013-03-30
* CUDA: give static storage class to __shared__ and __constant__Peter Collingbourne2012-08-28
* CUDA: give correct address space to globals declared in functionsPeter Collingbourne2012-08-28
* Replace PTX back-end with NVPTX back-end in all places where Clang caresJustin Holewinski2012-05-24
* CUDA: add CodeGen support for global variable address spaces.Peter Collingbourne2012-05-20
* CUDA: IR generation support for device stubsPeter Collingbourne2011-10-06
* CUDA: add -fcuda-is-device flagPeter Collingbourne2011-10-06
* CUDA: IR generation support for kernel call expressionsPeter Collingbourne2011-10-06
* CUDA: set proper calling conventions for PTXPeter Collingbourne2011-10-06