summaryrefslogtreecommitdiff
path: root/test/SemaOpenCL/half.cl
AgeCommit message (Expand)Author
2016-09-19[OpenCL] Allow half type kernel argument when cl_khr_fp16 is enabledYaxun Liu
2016-09-19[OpenCL] Diagnose assignment to dereference of half type pointerYaxun Liu
2016-05-16[OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu
2016-05-13Revert "[OpenCL] Add supported OpenCL extensions to target info."Yaxun Liu
2016-05-13[OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu
2016-02-17[OpenCL] Added half type literal with suffix h.Anastasia Stulova
2014-05-11Parameter/argument terminology fixesAlp Toker
2013-02-12Diagnose loads of 'half' l-values in OpenCL.John McCall
2013-01-23Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly