<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Analysis/TypeBasedAliasAnalysis, branch release_30</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Analysis/TypeBasedAliasAnalysis?h=release_30</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Analysis/TypeBasedAliasAnalysis?h=release_30'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-06-04T06:50:18Z</updated>
<entry>
<title>Reapply r131781, now that the GVN bug with partially-aliasing loads</title>
<updated>2011-06-04T06:50:18Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2011-06-04T06:50:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5f1312c36e811562c3ea3136332771aed98016ed'/>
<id>urn:sha1:5f1312c36e811562c3ea3136332771aed98016ed</id>
<content type='text'>
is disabled.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132632 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove this test, which should have been reverted along with r131781.</title>
<updated>2011-06-04T06:21:23Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2011-06-04T06:21:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=baddf6c8b07afd48c145e08d8e5b524b1012deff'/>
<id>urn:sha1:baddf6c8b07afd48c145e08d8e5b524b1012deff</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132628 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reapply r131781 (revert r131809), now that some BasicAA shortcomings</title>
<updated>2011-06-04T00:46:31Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2011-06-04T00:46:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c122c625ce018e33f25ba35150bed10183ae2b40'/>
<id>urn:sha1:c122c625ce018e33f25ba35150bed10183ae2b40</id>
<content type='text'>
it exposed are fixed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132611 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot.</title>
<updated>2011-05-21T20:54:46Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2011-05-21T20:54:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d22920aae81ec318404f7c5235c634954d966cf6'/>
<id>urn:sha1:d22920aae81ec318404f7c5235c634954d966cf6</id>
<content type='text'>
Original log message:
When BasicAA can determine that two pointers have the same base but
differ by a dynamic offset, return PartialAlias instead of MayAlias.
See the comment in the code for details. This fixes PR9971.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131809 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>When BasicAA can determine that two pointers have the same base but</title>
<updated>2011-05-21T01:05:08Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2011-05-21T01:05:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=424b7771711d8be54f8ac65a24d1870d931c18ee'/>
<id>urn:sha1:424b7771711d8be54f8ac65a24d1870d931c18ee</id>
<content type='text'>
differ by a dynamic offset, return PartialAlias instead of MayAlias.
See the comment in the code for details. This fixes PR9971.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131781 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>When analyzing functions known to only access argument pointees,</title>
<updated>2011-04-27T18:39:03Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2011-04-27T18:39:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bddc1ca18a8ca23f6f145d2f5d006fa07e72a870'/>
<id>urn:sha1:bddc1ca18a8ca23f6f145d2f5d006fa07e72a870</id>
<content type='text'>
only check arguments with pointer types. Update the documentation
of IntrReadArgMem reflect this.

While here, add support for TBAA tags on intrinsic calls.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130317 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>-enable-tbaa is on by default now.</title>
<updated>2010-12-16T02:53:48Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-12-16T02:53:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a4bdf2ea4831c3e9ee5ad91ff6bf6f6d350c5212'/>
<id>urn:sha1:a4bdf2ea4831c3e9ee5ad91ff6bf6f6d350c5212</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121945 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make memcpyopt TBAA-aware.</title>
<updated>2010-12-16T02:51:19Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-12-16T02:51:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=387f28aff41bae6a81311279b203a1281eaa443a'/>
<id>urn:sha1:387f28aff41bae6a81311279b203a1281eaa443a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121944 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reapply r121520, PartialAlias implementation for BasicAA, now that</title>
<updated>2010-12-13T22:50:24Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-12-13T22:50:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0f7f194416b9f139d4233b499a1f56b20bd84022'/>
<id>urn:sha1:0f7f194416b9f139d4233b499a1f56b20bd84022</id>
<content type='text'>
memdep is updated to handle it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121725 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r121520, which may have introduced miscompilations.</title>
<updated>2010-12-10T21:48:28Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-12-10T21:48:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=839c092548280561beb4720d74aee174ed113fd0'/>
<id>urn:sha1:839c092548280561beb4720d74aee174ed113fd0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121573 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
