<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Verifier, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Verifier?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Verifier?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-08-08T06:12:09Z</updated>
<entry>
<title>Reject unrepresentable pointer types in intrinsics. Fixes PR7316.</title>
<updated>2010-08-08T06:12:09Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2010-08-08T06:12:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1bb580a3aa7f1643a9e2968ada6b78da7527b162'/>
<id>urn:sha1:1bb580a3aa7f1643a9e2968ada6b78da7527b162</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110541 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reapply address space patch after fixing an issue in MemCopyOptimizer.</title>
<updated>2010-04-04T03:10:48Z</updated>
<author>
<name>Mon P Wang</name>
<email>wangmp@apple.com</email>
</author>
<published>2010-04-04T03:10:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=20adc9dc4650313f017b27d9818eb2176238113d'/>
<id>urn:sha1:20adc9dc4650313f017b27d9818eb2176238113d</id>
<content type='text'>
Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset,
e.g., llvm.memcpy.i32(i8*, i8*, i32, i32) -&gt; llvm.memcpy.p0i8.p0i8.i32(i8*, i8*, i32, i32, i1)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100304 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r100191 since it breaks objc in clang </title>
<updated>2010-04-02T18:43:02Z</updated>
<author>
<name>Mon P Wang</name>
<email>wangmp@apple.com</email>
</author>
<published>2010-04-02T18:43:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e754d3fb852abdeaf910c7331eed60f6303597c1'/>
<id>urn:sha1:e754d3fb852abdeaf910c7331eed60f6303597c1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100199 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reapply address space patch after fixing an issue in MemCopyOptimizer.</title>
<updated>2010-04-02T18:04:15Z</updated>
<author>
<name>Mon P Wang</name>
<email>wangmp@apple.com</email>
</author>
<published>2010-04-02T18:04:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e33c848fa481b038d5ad0c7c898c33b2b27ec71e'/>
<id>urn:sha1:e33c848fa481b038d5ad0c7c898c33b2b27ec71e</id>
<content type='text'>
Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset,
e.g., llvm.memcpy.i32(i8*, i8*, i32, i32) -&gt; llvm.memcpy.p0i8.p0i8.i32(i8*, i8*, i32, i32, i1)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100191 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.</title>
<updated>2010-03-30T22:27:04Z</updated>
<author>
<name>Bob Wilson</name>
<email>bob.wilson@apple.com</email>
</author>
<published>2010-03-30T22:27:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=100f090adde26005b9f1eca96871dff52825b27b'/>
<id>urn:sha1:100f090adde26005b9f1eca96871dff52825b27b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99948 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset,</title>
<updated>2010-03-30T20:55:56Z</updated>
<author>
<name>Mon P Wang</name>
<email>wangmp@apple.com</email>
</author>
<published>2010-03-30T20:55:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=808bab0169ab7d2e8dfdc72dd2c991cd8ff2396d'/>
<id>urn:sha1:808bab0169ab7d2e8dfdc72dd2c991cd8ff2396d</id>
<content type='text'>
e.g., llvm.memcpy.i32(i8*, i8*, i32, i32) -&gt; llvm.memcpy.p0i8.p0i8.i32(i8*, i8*, i32, i32, i1)
A update of langref will occur in a subsequent checkin.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99928 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Delete useless trailing semicolons.</title>
<updated>2010-01-05T17:55:26Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-01-05T17:55:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=aceba31b7a04fd28680209b2677915378877bc13'/>
<id>urn:sha1:aceba31b7a04fd28680209b2677915378877bc13</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92740 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove obsolete -f flags.</title>
<updated>2009-08-25T15:38:29Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-08-25T15:38:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fea1dd08044c85fb2f74b409704bb742dc817846'/>
<id>urn:sha1:fea1dd08044c85fb2f74b409704bb742dc817846</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79992 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Dan noticed that the verifier wasn't thoroughly checking uses of</title>
<updated>2009-05-29T19:39:36Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2009-05-29T19:39:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=44008257a4f3e8871e0091c789ba1631402fd770'/>
<id>urn:sha1:44008257a4f3e8871e0091c789ba1631402fd770</id>
<content type='text'>
invoke results (see the testcases).  Tighten up the checking.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72586 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert this. There's no way to verifiy indirect calls, and an optimizer can turn</title>
<updated>2009-05-22T07:12:05Z</updated>
<author>
<name>Torok Edwin</name>
<email>edwintorok@gmail.com</email>
</author>
<published>2009-05-22T07:12:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=382cb2189a69d169e3ac8b63498ee838022710b2'/>
<id>urn:sha1:382cb2189a69d169e3ac8b63498ee838022710b2</id>
<content type='text'>
indirect call into direct call, thus the verifier would reject something it
previously accepted.


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