<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Analysis, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Analysis?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Analysis?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>When analyzing loop exit conditions combined with and and or, don't</title>
<updated>2010-08-11T00:12:36Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-11T00:12:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4ee87398e808534577ed1be52f2b48a6130b2c0e'/>
<id>urn:sha1:4ee87398e808534577ed1be52f2b48a6130b2c0e</id>
<content type='text'>
make any assumptions about when the two conditions will agree on when
to permit the loop to exit. This fixes PR7845.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110758 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>RegionInfo: Do not assert if a BB is not part of the dominance tree.</title>
<updated>2010-08-10T09:54:35Z</updated>
<author>
<name>Tobias Grosser</name>
<email>grosser@fim.uni-passau.de</email>
</author>
<published>2010-08-10T09:54:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=73362c820bad20e545d37b8a2414c35c0d3d583c'/>
<id>urn:sha1:73362c820bad20e545d37b8a2414c35c0d3d583c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110665 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>
</feed>
