summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenOpenCL
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for language-specific address spaces. On top of that,Peter Collingbourne2011-03-181-0/+27
| | | | | | | | | add support for the OpenCL __private, __local, __constant and __global address spaces, as well as the __read_only, _read_write and __write_only image access specifiers. Patch originally by ARM; language-specific address space support by myself. llvm-svn: 127915
* OpenCL: standardise naming of test casesPeter Collingbourne2011-02-152-0/+24
| | | | llvm-svn: 125590
* OpenCL: add support for __kernel, kernel keywords and EXTENSION,Peter Collingbourne2011-02-141-0/+10
FP_CONTRACT pragmas. Patch originally by ARM. llvm-svn: 125475
OpenPOWER on IntegriCloud