]> granicus.if.org Git - clang/history - test/SemaOpenCL
clang/test/CodeGenObjC/ivar-type-encoding.m: Tweak to satisfy -m32.
[clang] / test / SemaOpenCL /
2017-06-20 Anastasia Stulova[OpenCL] Diagnose scoped address-space qualified variables
2017-06-02 Alexey Bader[OpenCL] Harden function pointer diagnostics.
2017-05-30 Egor Churaev[OpenCL] Added diagnostic for implicit declaration...
2017-05-30 Egor Churaev[OpenCL] An error shall occur if any scalar operand...
2017-05-26 Renato GolinRevert "[OpenCL] An error shall occur if any scalar...
2017-05-26 Egor Churaev[OpenCL] An error shall occur if any scalar operand...
2017-05-25 Egor Churaev[OpenCL] reserve_id_t cannot be used as argument to...
2017-05-25 Egor Churaev[OpenCL] Added regression test on invalid vector initia...
2017-05-18 Yaxun LiuCodeGen: Cast alloca to expected address space
2017-05-15 Yaxun Liu[OpenCL] Emit function-scope variable in constant addre...
2017-05-10 Egor Churaev[OpenCL] Handle OpenCL specific subelement types
2017-05-08 Sven van Haastregt[OpenCL] Check that global samplers are const
2017-05-04 Xiuli Pan[OpenCL] Add intel_reqd_sub_group_size attribute support
2017-04-21 Anastasia Stulova[OpenCL] Fix semantic check of ndrange_t for device_sid...
2017-04-11 Yaxun Liu[OpenCL] Map default address space to alloca address...
2017-04-05 Egor Churaev[OpenCL] Extended diagnostics for atomic initialization
2017-04-05 Egor Churaev[OpenCL] Enables passing sampler initializer to functio...
2017-04-04 Anastasia Stulova[Bug 25404] Fix crash on typedef in OpenCL 2.0
2017-03-21 Egor Churaev[OpenCL] Added diagnostic for checking length of vector
2017-03-21 Egor Churaev[OpenCL] Added implicit conversion rank for overloading...
2017-03-16 Egor Churaev[OpenCL] Implement as_type operator as alias of __built...
2017-03-10 NAKAMURA Takumiclang/test/SemaOpenCL/overload_addrspace_resolution...
2017-03-10 Anastasia Stulova[OpenCL] Fix type compatibility check and generic AS...
2017-03-10 Yaxun Liu[AMDGPU] Add builtin functions readlane ds_permute...
2017-02-25 Jan VeselyAMDGPU: export s_sendmsg{halt} instrinsics
2017-02-25 Jan VeselyAMDGPU: export s_waitcnt builtin
2017-02-22 Matt ArsenaultAMDGPU: Add fmed3 half builtin
2017-02-16 Anastasia Stulova[OpenCL] Correct ndrange_t implementation
2017-02-16 Anastasia Stulova[OpenCL] Disallow blocks capture other blocks (v2.0...
2017-02-07 Anastasia Stulova[OpenCL] Accept logical NOT for pointer types in CL1.1
2017-01-27 Anastasia Stulova[OpenCL] Add missing address spaces in IR generation...
2017-01-25 Anastasia Stulova[OpenCL] Diagnose write_only image3d when extension...
2017-01-23 Anastasia Stulova[OpenCL] Improved enqueue_kernel diagnostic message
2017-01-20 Matt ArsenaultAMDGPU: Add builtin for getreg intrinsic
2017-01-06 Konstantin Zhuravlyov[OpenCL] Re-enable supported core extensions based...
2016-12-23 Egor Churaev[OpenCL] Align fake address space map with the SPIR...
2016-12-23 Egor ChuraevFix problems in "[OpenCL] Enabling the usage of CLK_NUL...
2016-12-20 Daniel JasperRevert "[OpenCL] Enabling the usage of CLK_NULL_QUEUE...
2016-12-20 Egor Churaev[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compar...
2016-12-20 Chandler CarruthFix the spelling of 'bitfield' in diagnostics to be...
2016-12-18 Yaxun LiuRecommit r289979 [OpenCL] Allow disabling types and...
2016-12-16 Yaxun LiuRevert r289979 due to regressions
2016-12-16 Yaxun Liu[OpenCL] Allow disabling types and declarations associa...
2016-12-14 Neil HickeyFixing cast condition for removing casts from builtin...
2016-12-13 Neil HickeyImprove handling of floating point literals in OpenCL...
2016-12-13 Egor Churaev[OpenCL] Improve address space diagnostics.
2016-12-13 Egor Churaev[OpenCL] Enable unroll hint for OpenCL 1.x.
2016-12-01 Joey Gouly[OpenCL] Refactor read_only/write_only pipes.
2016-11-29 Alexey Bader[OpenCL] Prohibit using reserve_id_t in program scope.
2016-11-18 Joey Gouly[OpenCL] Introduce ReadPipeType and WritePipeType.
2016-11-16 Joey Gouly[OpenCL] Use the semantic spelling of the Access attrib...
2016-11-14 Anastasia StulovaFix OpenCL test for buildbot by removing extra (erroneo...
2016-11-14 Anastasia Stulova[OpenCL] Fix for integer parameters of enqueue_kernel
2016-11-14 Anastasia Stulova[OpenCL] Change to clk_event parameter in enqueue_kernel.
2016-11-14 Renato GolinRevert "Improve handling of floating point literals...
2016-11-14 Neil HickeyImprove handling of floating point literals in OpenCL...
2016-11-13 Konstantin Zhuravlyov[AMDGPU] Add f16 builtin functions (VI+)
2016-11-01 Yaxun Liu[OpenCL] Mark group functions as convergent in opencl-c.h
2016-11-01 Alexey Bader[OpenCL] Override supported OpenCL extensions with...
2016-10-28 Anastasia Stulova[OpenCL] Diagnose variadic arguments
2016-09-26 Konstantin Zhuravlyov[AMDGPU] Expose flat work group size, register and...
2016-09-19 Yaxun Liu[OpenCL] Allow half type kernel argument when cl_khr_fp...
2016-09-19 Yaxun Liu[OpenCL] Diagnose assignment to dereference of half...
2016-09-19 Neil HickeyReverting r281714 due to causing an assert when calling...
2016-09-16 Neil HickeyImprove handling of floating point literals in OpenCL...
2016-09-02 George Burgess IV[Sema] Relax overloading restrictions in C.
2016-08-17 Yaxun Liu[OpenCL] AMDGPU: add support of cl_khr_subgroups
2016-08-16 Yaxun Liu[OpenCL] AMDGPU: Add extensions cl_amd_media_ops and...
2016-07-29 Yaxun Liu[OpenCL] Add extension cl_khr_mipmap_image to clang
2016-07-28 Yaxun Liu[OpenCL] Generate opaque type for sampler_t and functio...
2016-07-22 Pirama Arumuga NainarAdd .rgba syntax extension to ext_vector_type types
2016-07-11 Anastasia Stulova[OpenCL] Improved diagnostics of OpenCL types.
2016-07-08 Alexey Bader[OpenCL] Fix access qualifiers handling for typedefs
2016-07-05 Anastasia Stulova[OpenCL] An implementation of device side enqueue ...
2016-07-04 Anastasia Stulova[OpenCL] Make OpenCL Builtins added according to the...
2016-06-14 Peter CollingbourneUpdate clang for D20348
2016-06-08 Yaxun Liu[OpenCL] Fix __builtin_astype for vec3 types.
2016-06-08 Matt ArsenaultAMDGPU: Verify subtarget specific builtins
2016-06-01 Jan VeselyDisable warning about core features by default
2016-06-01 Jan VeselyFixup list of available extensions
2016-05-20 Yaxun Liu[OpenCL] Add to_{global|local|private} builtin functions.
2016-05-20 Yaxun Liu[OpenCL] Allow explicit cast of 0 to event_t.
2016-05-16 Yaxun Liu[OpenCL] Add supported OpenCL extensions to target...
2016-05-13 Yaxun LiuRevert "[OpenCL] Add supported OpenCL extensions to...
2016-05-13 Yaxun Liu[OpenCL] Add supported OpenCL extensions to target...
2016-05-12 Anastasia Stulova[OpenCL] Output OpenCL version in diagnostics.
2016-05-03 Xiuli Pan[OpenCL] Fix pipe type dump.
2016-04-18 Manman RenBlock: Fix a crash when we have type attributes or...
2016-04-12 Yaxun LiuPR19957: [OpenCL] Incorrectly accepts implicit address...
2016-04-08 Alexey Bader[OpenCL] Complete image types support.
2016-03-31 Anastasia Stulova[OpenCL] Added nosvm attribute for OpenCL v2.0.
2016-03-30 Xiuli Pan[OpenCL] Fix pipe builtin bugs
2016-03-04 Xiuli Pan[OpenCL] Refine pipe builtin support
2016-03-03 Anastasia Stulova[OpenCL] Improve diagnostics of address spaces for...
2016-03-03 Anastasia Stulova[OpenCL] Apply missing restrictions for Blocks in OpenC...
2016-02-27 Matt ArsenaultAMDGPU: Add builtins for recently added intrinsics
2016-02-26 Xiuli Pan[OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr
2016-02-25 Xiuli Pan[OpenCL] Add Sema checks for types
2016-02-24 Xiuli Pan[OpenCL] Add Sema checks for OpenCL 2.0 block
2016-02-19 Anastasia Stulova[OpenCL] Generate metadata for opencl_unroll_hint attribute
next