Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add OpenCL samplers as Clang builtin types and check sampler related ↵ | Guy Benyei | 2013-02-07 | 1 | -0/+2 |
| | | | | | | restrictions. llvm-svn: 174601 | ||||
* | Implement OpenCL event_t as Clang builtin type, including event_t related ↵ | Guy Benyei | 2013-01-20 | 1 | -0/+3 |
| | | | | | | OpenCL restrictions (OpenCL 1.2 spec 6.9) llvm-svn: 172973 | ||||
* | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth | 2013-01-02 | 1 | -2/+2 |
| | | | | | | | | reflect the migration in r171366. Re-sort the #include lines to reflect the new paths. llvm-svn: 171369 | ||||
* | Re-sort #include lines using the llvm/utils/sort_includes.py script. | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
| | | | | | | | Removes a duplicate #include as well as cleaning up some sort order regressions since I last ran the script over Clang. llvm-svn: 171364 | ||||
* | Re-commit r170428 changes with Linux style file endings. | Guy Benyei | 2012-12-18 | 1 | -0/+31 |
| | | | | | | Add OpenCL images as clang builtin types. llvm-svn: 170432 | ||||
* | Revert changes from r170428, as I accidentally changed the line endings of ↵ | Guy Benyei | 2012-12-18 | 1 | -59/+28 |
| | | | | | | these files to Windows style. llvm-svn: 170431 | ||||
* | Add OpenCL images as clang builtin types. | Guy Benyei | 2012-12-18 | 1 | -28/+59 |
| | | | | llvm-svn: 170428 | ||||
* | OpenCL: introduce support for function scope __local variables | Peter Collingbourne | 2011-09-19 | 1 | -0/+28 |
llvm-svn: 140068 |