<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Analysis/BasicAA, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Analysis/BasicAA?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Analysis/BasicAA?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-09-02T22:35:33Z</updated>
<entry>
<title>remove some noise from tests.</title>
<updated>2010-09-02T22:35:33Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-09-02T22:35:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=042ff0358df1af7a36bf863afdd2165ddd05857a'/>
<id>urn:sha1:042ff0358df1af7a36bf863afdd2165ddd05857a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112889 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix constant-over-index.ll test on windows.</title>
<updated>2010-08-30T15:08:02Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-08-30T15:08:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=17d3983730c982953123d19077ea8906274f3e24'/>
<id>urn:sha1:17d3983730c982953123d19077ea8906274f3e24</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112483 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>refix PR1143 by making basicaa analyze zexts of indices aggresively,</title>
<updated>2010-08-18T23:09:49Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-08-18T23:09:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2215c607c3035be197f163beb5e7d8308f8787e5'/>
<id>urn:sha1:2215c607c3035be197f163beb5e7d8308f8787e5</id>
<content type='text'>
which I broke with a recent patch.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111452 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix a buggy test</title>
<updated>2010-08-18T04:55:12Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-08-18T04:55:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=285d06ca93467f325c99f875a9dd91c9bce62ff5'/>
<id>urn:sha1:285d06ca93467f325c99f875a9dd91c9bce62ff5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111354 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix PR7589: In brief:</title>
<updated>2010-08-18T04:28:19Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-08-18T04:28:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=91b2307a89b836f9452cf867e077ce9762d0845b'/>
<id>urn:sha1:91b2307a89b836f9452cf867e077ce9762d0845b</id>
<content type='text'>
  gep P, (zext x) != gep P, (sext x)

DecomposeGEPExpression was getting this wrong, confusing
basicaa.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111352 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>filecheckize and detrivialize.</title>
<updated>2010-08-18T04:25:43Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-08-18T04:25:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=903175096e35a9e32dbe2392425f8fa9e33e9787'/>
<id>urn:sha1:903175096e35a9e32dbe2392425f8fa9e33e9787</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111350 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Implement a proper getModRefInfo for va_arg.</title>
<updated>2010-08-06T18:24:38Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-06T18:24:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e26a7b5e21a49543a727b1b2524a934e73c89772'/>
<id>urn:sha1:e26a7b5e21a49543a727b1b2524a934e73c89772</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110458 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Implement AccessesArguments checking in the two-callsite form</title>
<updated>2010-08-05T23:34:50Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-05T23:34:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=130073904ffc18a6700bf7a6505ed2e19fc25ff3'/>
<id>urn:sha1:130073904ffc18a6700bf7a6505ed2e19fc25ff3</id>
<content type='text'>
of BasicAA::getModRefInfo. This allows BasicAA to say that two
memset calls to non-aliasing memory locations don't interfere.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110393 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix memdep's code for reasoning about dependences between two calls. A Ref</title>
<updated>2010-08-05T22:09:15Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-05T22:09:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5fa417c7904f7394d4e6dcb86e366c86867bcb5a'/>
<id>urn:sha1:5fa417c7904f7394d4e6dcb86e366c86867bcb5a</id>
<content type='text'>
response from getModRefInfo is not useful here. Instead, check for identical
calls only in the NoModRef case.

Reapply r110270, and strengthen it to compensate for the memdep changes.
When both calls are readonly, there is no dependence between them.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110382 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r110270 for now. It appears to uncover a memdep bug.</title>
<updated>2010-08-05T00:43:10Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-05T00:43:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=34fa82f7e82a2845a42d0a2725e70412d06c917b'/>
<id>urn:sha1:34fa82f7e82a2845a42d0a2725e70412d06c917b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110293 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
