<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp-clang/test/CodeGenOpenCL, branch master</title>
<subtitle>emscripten clang</subtitle>
<id>https://git.amat.us/emscripten-fastcomp-clang/atom/test/CodeGenOpenCL?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp-clang/atom/test/CodeGenOpenCL?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/'/>
<updated>2013-03-30T14:38:24Z</updated>
<entry>
<title>Use kernel metadata to differentiate between kernel and device</title>
<updated>2013-03-30T14:38:24Z</updated>
<author>
<name>Justin Holewinski</name>
<email>jholewinski@nvidia.com</email>
</author>
<published>2013-03-30T14:38:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=dca8f336e6da2b50eb965535d81d603e39294f9c'/>
<id>urn:sha1:dca8f336e6da2b50eb965535d81d603e39294f9c</id>
<content type='text'>
functions for the NVPTX target.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178418 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Generate metadata to implement the -cl-kernel-arg-info option.</title>
<updated>2013-03-24T13:58:12Z</updated>
<author>
<name>Guy Benyei</name>
<email>guy.benyei@intel.com</email>
</author>
<published>2013-03-24T13:58:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=1db7040604154f71c54cf1329ae384fbef196668'/>
<id>urn:sha1:1db7040604154f71c54cf1329ae384fbef196668</id>
<content type='text'>
OpenCL 1.2 spec. 5.7.3.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177839 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix indirect byval passing of records in address spaced memory. Allocate memory on stack, and memcpy the actual value before the call.</title>
<updated>2013-03-10T12:59:00Z</updated>
<author>
<name>Guy Benyei</name>
<email>guy.benyei@intel.com</email>
</author>
<published>2013-03-10T12:59:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=d436c99c47f7fca4e60077aa7e38cab7c1323f08'/>
<id>urn:sha1:d436c99c47f7fca4e60077aa7e38cab7c1323f08</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176786 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add support for the OpenCL attribute 'vec_type_hint'.</title>
<updated>2013-03-08T09:42:32Z</updated>
<author>
<name>Joey Gouly</name>
<email>joey.gouly@arm.com</email>
</author>
<published>2013-03-08T09:42:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=37453b9580e293eef3bd60bd36047a93ac4515b1'/>
<id>urn:sha1:37453b9580e293eef3bd60bd36047a93ac4515b1</id>
<content type='text'>
Patch by Murat Bolat!


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176686 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a 64-bit triple to these tests, to fix 32-bit bots.</title>
<updated>2013-02-21T13:42:33Z</updated>
<author>
<name>Joey Gouly</name>
<email>joey.gouly@arm.com</email>
</author>
<published>2013-02-21T13:42:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=ff04dd4effe82ee81dd55a13c9e29cef67e77484'/>
<id>urn:sha1:ff04dd4effe82ee81dd55a13c9e29cef67e77484</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175736 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix an OpenCL test case. Pointer arguments to kernels must be declared with the</title>
<updated>2013-02-21T12:06:32Z</updated>
<author>
<name>Joey Gouly</name>
<email>joey.gouly@arm.com</email>
</author>
<published>2013-02-21T12:06:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=b965d8baf95a3d0dc781e0cc1f80c0676580b277'/>
<id>urn:sha1:b965d8baf95a3d0dc781e0cc1f80c0676580b277</id>
<content type='text'>
__global, __constant or __local qualifier.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175735 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add support to Sema and CodeGen for floating point vector types in OpenCL.</title>
<updated>2013-02-21T11:49:56Z</updated>
<author>
<name>Joey Gouly</name>
<email>joey.gouly@arm.com</email>
</author>
<published>2013-02-21T11:49:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=52e933b0c3a1d552ab0e4d629ee15cff99a94447'/>
<id>urn:sha1:52e933b0c3a1d552ab0e4d629ee15cff99a94447</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175734 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use the target address space value when mangling names.</title>
<updated>2013-02-08T01:07:32Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2013-02-08T01:07:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=f21107b95a65db82f3295fd166074b5a59dfb1a7'/>
<id>urn:sha1:f21107b95a65db82f3295fd166074b5a59dfb1a7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174688 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add OpenCL samplers as Clang builtin types and check sampler related restrictions.</title>
<updated>2013-02-07T10:55:47Z</updated>
<author>
<name>Guy Benyei</name>
<email>guy.benyei@intel.com</email>
</author>
<published>2013-02-07T10:55:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=21f18c4fda167dc5f72feddbd6a7ac1b63200a0d'/>
<id>urn:sha1:21f18c4fda167dc5f72feddbd6a7ac1b63200a0d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174601 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a new LangOpt NativeHalfType. This option allows for native half/fp16</title>
<updated>2013-01-23T11:56:20Z</updated>
<author>
<name>Joey Gouly</name>
<email>joey.gouly@arm.com</email>
</author>
<published>2013-01-23T11:56:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=19dbb20ac4371fae3190379a7e7bd467af3c00aa'/>
<id>urn:sha1:19dbb20ac4371fae3190379a7e7bd467af3c00aa</id>
<content type='text'>
operations (as opposed to storage only half/fp16).

Also add some semantic checks for OpenCL half types.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173254 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
