Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [C++11] Use 'nullptr'. CodeGen edition. | Craig Topper | 2014-05-21 | 1 | -1/+1 |
| | | | | llvm-svn: 209272 | ||||
* | The OpenCL specification states that images are allocated | Pekka Jaaskelainen | 2014-01-09 | 1 | -8/+11 |
| | | | | | | | | | | | from the global address space (6.5.1 of the OpenCL 1.2 specification). This makes clang construct the image arguments in the global address space and generate the argument metadata with the correct address space descriptor. Patch by Pedro Ferreira! llvm-svn: 198868 | ||||
* | 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 |