summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenOpenCL/cl20-device-side-enqueue.cl
Commit message (Expand)AuthorAgeFilesLines
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-2/+2
* LLVM IR: Generate new-style byval-with-Type from ClangTim Northover2019-06-051-3/+3
* [OpenCL] Re-fix invalid address space generation for clk_event_t arguments of...Alexey Sotkin2019-04-111-2/+2
* [OpenCL] Simplify LLVM IR generated for OpenCL blocksAndrew Savonichev2019-02-211-8/+26
* [OpenCL] Change type of block pointer for OpenCLAlexey Bader2019-02-191-9/+9
* [opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight2019-02-081-2/+2
* [OpenCL] Fix invalid address space generation for clk_event_tAlexey Sotkin2018-11-141-1/+8
* Revert r326937 "[OpenCL] Remove block invoke function from emitted block lite...Sven van Haastregt2018-10-021-37/+46
* [OpenCL] Restore r338899 (reverted in r338904), fixing stack-use-after-returnScott Linder2018-08-071-66/+111
* Revert "[OpenCL] Always emit alloca in entry block for enqueue_kernel builtin"Vlad Tsyrklevich2018-08-031-111/+66
* [OpenCL] Always emit alloca in entry block for enqueue_kernel builtinScott Linder2018-08-031-66/+111
* [OpenCL] Fix typos in emitted enqueue kernel function namesYaxun Liu2018-05-091-9/+9
* [OpenCL] Remove block invoke function from emitted block literal structYaxun Liu2018-03-071-46/+37
* [OpenCL] Fix __enqueue_block for block with capturesYaxun Liu2018-02-151-0/+20
* [OpenCL] Emit enqueued block as kernelYaxun Liu2017-10-141-26/+162
* [OpenCL] Clean up and add missing fields for block structYaxun Liu2017-10-041-26/+27
* [OpenCL] Do not use vararg in emitted functions for enqueue_kernelYaxun Liu2017-09-031-18/+72
* [OpenCL] Add missing subgroup builtinsJoey Gouly2017-08-011-0/+5
* [OpenCL] Add extension Sema check for subgroup builtinsJoey Gouly2017-07-311-0/+2
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-23/+18
* [OpenCL] Add missing address spaces in IR generation of blocksAnastasia Stulova2017-01-271-24/+23
* [OpenCL] Align fake address space map with the SPIR target maps.Egor Churaev2016-12-231-15/+15
* Add the alloc_size attribute to clang, attempt 2.George Burgess IV2016-12-221-13/+11
* Revert r290149: Add the alloc_size attribute to clang.Chandler Carruth2016-12-201-11/+13
* Add the alloc_size attribute to clang.George Burgess IV2016-12-201-13/+11
* [OpenCL] Fix for integer parameters of enqueue_kernelAnastasia Stulova2016-11-141-58/+90
* [OpenCL] Change to clk_event parameter in enqueue_kernel.Anastasia Stulova2016-11-141-11/+18
* [OpenCL] Fix typo in test that I accidentally introduced in my previous commit.Joey Gouly2016-08-101-1/+1
* [OpenCL] Change block descriptor address space to constant.Joey Gouly2016-08-101-7/+7
* [OpenCL] An implementation of device side enqueue (DSE) from OpenCL v2.0 s6.1...Anastasia Stulova2016-07-051-0/+110
OpenPOWER on IntegriCloud