summaryrefslogtreecommitdiffstats
path: root/test/CodeGenOpenCL
Commit message (Expand)AuthorAgeFilesLines
* Merging r352539:Hans Wennborg2019-01-291-11/+9
* [AMDGPU] Separate feature dot-instsStanislav Mekhanoshin2019-01-102-15/+15
* Fix opencl test broken on windows by r350643.Erich Keane2019-01-081-2/+2
* [OpenCL][CodeGen] Fix replacing memcpy with addrspacecastAndrew Savonichev2018-12-101-3/+12
* OpenCL: Extend argument promotion rules to vector typesMatt Arsenault2018-12-011-0/+39
* Derive builtin return type from its definitionMarco Antognini2018-11-272-22/+83
* CGDecl::emitStoresForConstant fix synthesized constant's nameJF Bastien2018-11-154-8/+8
* [OpenCL] Fix invalid address space generation for clk_event_tAlexey Sotkin2018-11-141-1/+8
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-081-0/+81
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-071-81/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-071-0/+81
* [CodeGen] Update min-legal-vector width based on function argument and return...Craig Topper2018-10-241-4/+8
* AMDGPU: add __builtin_amdgcn_update_dppYaxun Liu2018-10-171-1/+8
* [OpenCL] Add block argument CodeGen testSven van Haastregt2018-10-021-0/+20
* Revert r326937 "[OpenCL] Remove block invoke function from emitted block lite...Sven van Haastregt2018-10-023-67/+91
* AMDGPU: Add another missing builtinMatt Arsenault2018-08-091-0/+7
* AMDGPU: Fix enabling denormals by default on pre-VI targetsMatt Arsenault2018-08-082-9/+29
* [DebugInfo][OpenCL] Address post-commit review for r338299Scott Linder2018-08-081-8/+10
* Fix one hard coded value I missed in r339185.Douglas Yung2018-08-071-1/+1
* Make test more robust by not checking hard coded debug info values, but inste...Douglas Yung2018-08-071-3/+5
* [OpenCL] Restore r338899 (reverted in r338904), fixing stack-use-after-returnScott Linder2018-08-072-66/+142
* AMDGPU: Add builtin for s_dcache_wbMatt Arsenault2018-08-072-3/+10
* AMDGPU: Add builtin for s_dcache_inv_volMatt Arsenault2018-08-072-2/+22
* Revert "[OpenCL] Always emit alloca in entry block for enqueue_kernel builtin"Vlad Tsyrklevich2018-08-032-142/+66
* [OpenCL] Always emit alloca in entry block for enqueue_kernel builtinScott Linder2018-08-032-66/+142
* AMDGPU: Fix missing declaration of queue ptr builtinMatt Arsenault2018-08-021-0/+7
* Try to make builtin address space declarations not uselessMatt Arsenault2018-08-022-22/+78
* AMDGPU: Add clamp bit to dot builtinsKonstantin Zhuravlyov2018-08-013-21/+76
* [DebugInfo][OpenCL] Generate correct block literal debug info for OpenCLScott Linder2018-07-301-2/+10
* CodeGen: specify alignment + inbounds for automatic variable initializationJF Bastien2018-07-131-5/+5
* [AMDGPU] fixes for lds f32 builtinsDaniil Fukalov2018-05-211-6/+6
* [OpenCL] make test independent of optimizerSanjay Patel2018-05-161-7/+8
* [OpenCL] Fix typos in emitted enqueue kernel function namesYaxun Liu2018-05-091-9/+9
* [OpenCL] Add constant address space to __func__ in AST.Anastasia Stulova2018-05-091-3/+9
* Add Microsoft Mangling for OpenCL Half TypeErich Keane2018-05-011-0/+1
* AMDGPU: Add Vega12 and Vega20Matt Arsenault2018-04-303-0/+73
* [OpenCL] Add separate read_only and write_only pipe IR typesSven van Haastregt2018-04-273-38/+57
* Fix some tests that were failing on WindowsHans Wennborg2018-04-201-2/+2
* [OpenCL] Add 'denorms-are-zero' function attributeAlexey Sotkin2018-04-201-13/+19
* Fix typos in clangAlexander Kornienko2018-04-061-2/+2
* AMDGPU: Update datalayout for stack alignmentMatt Arsenault2018-03-271-1/+1
* [AMDGPU] Fix codegen for inline assemblyYaxun Liu2018-03-231-0/+8
* [AMDGPU] Update OpenCL to use 48 bytes of implicit arguments for AMDGPU (CLANG)Tony Tye2018-03-231-25/+25
* [AMDGPU] Remove use of OpenCL triple environment and replace with function at...Tony Tye2018-03-231-26/+35
* Recommit r326946 after reducing CallArgList memory footprintYaxun Liu2018-03-152-3/+37
* Revert r326946. It caused stack overflows by significantly increasing the siz...Richard Smith2018-03-102-37/+3
* CodeGen: Fix address space of indirect function argumentYaxun Liu2018-03-072-3/+37
* [OpenCL] Remove block invoke function from emitted block literal structYaxun Liu2018-03-073-91/+67
* Bring r325915 back.Rafael Espindola2018-02-234-15/+15
* [OpenCL] Add '-cl-uniform-work-group-size' compile optionAlexey Sotkin2018-02-223-3/+20