summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenOpenCL/opencl_types.cl
Commit message (Expand)AuthorAgeFilesLines
* [OpenCL] Add separate read_only and write_only pipe IR typesSven van Haastregt2018-04-271-3/+7
* [AMDGPU] Change constant addr space to 4Yaxun Liu2018-02-131-12/+16
* [AMDGPU] Switch to the new addr space mapping by defaultYaxun Liu2018-02-021-1/+2
* [AMDGPU] Change addr space of clk_event_t, queue_t and reserve_id_t to globalYaxun Liu2017-09-131-8/+11
* [OpenCL] Allow targets to select address space per typeSven van Haastregt2017-08-151-2/+12
* [OpenCL] Generate opaque type for sampler_t and function call for the initial...Yaxun Liu2016-07-281-9/+14
* [OpenCL] AMDGCN target will generate images in constant address spaceYaxun Liu2016-07-201-15/+24
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-14/+14
* [OpenCL] Add Sema checks for typesXiuli Pan2016-02-251-2/+2
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-3/+3
* clang/test/CodeGenOpenCL/opencl_types.cl: Tweak expressions according to r237...NAKAMURA Takumi2015-05-181-1/+1
* clang/test/CodeGenOpenCL/opencl_types.cl: Appease i686-msvc.NAKAMURA Takumi2014-11-301-1/+1
* Tweak clang/test/CodeGenOpenCL/opencl_types.cl to appease msvc since r222941.NAKAMURA Takumi2014-11-291-1/+1
* AST: Consider pseudo-struct builtin types as substitutableDavid Majnemer2014-11-281-0/+3
* OpenCL: Emit global variables in the constant addr space as constant globalsTom Stellard2014-10-161-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+13
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+2
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+22
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-22/+0
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-0/+22
OpenPOWER on IntegriCloud