Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for language-specific address spaces. On top of that, | Peter Collingbourne | 2011-03-18 | 1 | -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 cases | Peter Collingbourne | 2011-02-15 | 2 | -0/+24 | |
| | | | | llvm-svn: 125590 | |||||
* | OpenCL: add support for __kernel, kernel keywords and EXTENSION, | Peter Collingbourne | 2011-02-14 | 1 | -0/+10 | |
FP_CONTRACT pragmas. Patch originally by ARM. llvm-svn: 125475 |