summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGOpenCLRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenCL] Fix layering violation by getOpenCLTypeAddrSpaceSven van Haastregt2017-12-061-3/+3
* [OpenCL] Emit enqueued block as kernelYaxun Liu2017-10-141-0/+36
* [OpenCL] Clean up and add missing fields for block structYaxun Liu2017-10-041-0/+7
* [OpenCL] Allow targets to select address space per typeSven van Haastregt2017-08-151-14/+14
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-3/+0
* [OpenCL] Augment pipe built-ins with pipe packet size and alignment.Alexey Bader2016-09-231-1/+21
* [OpenCL] Fix size of image typeYaxun Liu2016-08-031-2/+2
* [OpenCL] Generate opaque type for sampler_t and function call for the initial...Yaxun Liu2016-07-281-1/+10
* [OpenCL] AMDGCN target will generate images in constant address spaceYaxun Liu2016-07-201-1/+2
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-39/+5
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+11
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* [OpenCL] Add new types for OpenCL 2.0.Alexey Bader2015-09-151-0/+34
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-1/+1
* The OpenCL specification states that images are allocated Pekka Jaaskelainen2014-01-091-8/+11
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+2
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+3
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-2/+2
* Re-sort #include lines using the llvm/utils/sort_includes.py script.Chandler Carruth2013-01-021-1/+1
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+31
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-59/+28
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-28/+59
* OpenCL: introduce support for function scope __local variablesPeter Collingbourne2011-09-191-0/+28