summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCUDA
Commit message (Expand)AuthorAgeFilesLines
* Merging r227861:Hans Wennborg2015-02-041-0/+8
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-152-4/+4
* Move all CUDA testing inputs to Inputs/ subdirectory inside the tests.Eli Bendersky2014-04-287-6/+26
* Add test case for r206302Eli Bendersky2014-04-151-0/+30
* Proper handling of static local variables with address space qualifiers.Eli Bendersky2014-03-241-3/+69
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-2/+2
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-131-2/+2
* Fix test failures after addrspacecast added.Matt Arsenault2013-11-151-3/+3
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-2/+2
* Use kernel metadata to differentiate between kernel and deviceJustin Holewinski2013-03-301-3/+7
* CUDA: give static storage class to __shared__ and __constant__Peter Collingbourne2012-08-281-0/+8
* CUDA: give correct address space to globals declared in functionsPeter Collingbourne2012-08-281-0/+4
* Replace PTX back-end with NVPTX back-end in all places where Clang caresJustin Holewinski2012-05-242-8/+8
* CUDA: add CodeGen support for global variable address spaces.Peter Collingbourne2012-05-201-0/+24
* CUDA: IR generation support for device stubsPeter Collingbourne2011-10-061-0/+13
* CUDA: add -fcuda-is-device flagPeter Collingbourne2011-10-062-1/+41
* CUDA: IR generation support for kernel call expressionsPeter Collingbourne2011-10-061-0/+13
* CUDA: set proper calling conventions for PTXPeter Collingbourne2011-10-061-0/+12