<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Analysis/BasicAA, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Analysis/BasicAA?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Analysis/BasicAA?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-01-24T17:54:01Z</updated>
<entry>
<title>Add another rdar number.</title>
<updated>2011-01-24T17:54:01Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2011-01-24T17:54:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=640b9c8fe2134a4131394989e4ef0f97e9c44813'/>
<id>urn:sha1:640b9c8fe2134a4131394989e4ef0f97e9c44813</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124125 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Teach BasicAA to return PartialAlias in cases where both pointers</title>
<updated>2011-01-18T21:16:06Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2011-01-18T21:16:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=615da1a9bcca05de06fab5f48ee9110267312974'/>
<id>urn:sha1:615da1a9bcca05de06fab5f48ee9110267312974</id>
<content type='text'>
are pointing to the same object, one pointer is accessing the entire
object, and the other is access has a non-zero size. This prevents
TBAA from kicking in and saying NoAlias in such cases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123775 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix rdar://8813415 - a miscompilation of 164.gzip that loop-idiom</title>
<updated>2011-01-03T21:03:33Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-01-03T21:03:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=895ace08e01578b5490ed9d064df6d89acf5420a'/>
<id>urn:sha1:895ace08e01578b5490ed9d064df6d89acf5420a</id>
<content type='text'>
exposed.  It turns out to be a latent bug in basicaa, scary.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122772 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>filecheckize</title>
<updated>2011-01-03T21:01:26Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-01-03T21:01:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=135bf42187df2d1f50622a7901949c43d2392fc3'/>
<id>urn:sha1:135bf42187df2d1f50622a7901949c43d2392fc3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122771 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move Sub simplifications and additional Add simplifications out of</title>
<updated>2010-12-15T14:07:39Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-12-15T14:07:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fea3b218d61708ea3577f4ef14c8f7677a94db95'/>
<id>urn:sha1:fea3b218d61708ea3577f4ef14c8f7677a94db95</id>
<content type='text'>
instcombine and into InstructionSimplify.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121861 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove fixme comment too.</title>
<updated>2010-11-30T23:25:01Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-11-30T23:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9fd9f9fd578f90c43a897d50e784bc0ab0829f62'/>
<id>urn:sha1:9fd9f9fd578f90c43a897d50e784bc0ab0829f62</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120493 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>check in *all* files.  This is now handled by my previous DSE commit.</title>
<updated>2010-11-30T23:23:59Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-11-30T23:23:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7fd16cef85aa4dad89b79c88f2f897788d70cd0c'/>
<id>urn:sha1:7fd16cef85aa4dad89b79c88f2f897788d70cd0c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120492 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Delete unneeded ssp attributes.</title>
<updated>2010-11-11T21:08:46Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-11-11T21:08:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=32d1fe52e29fe01d615b66051503bb9016423923'/>
<id>urn:sha1:32d1fe52e29fe01d615b66051503bb9016423923</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118836 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make BasicAliasAnalysis a normal AliasAnalysis implementation which</title>
<updated>2010-10-18T18:04:47Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-10-18T18:04:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c1be92f3bb9158eade30d97db6997e2fe78150ab'/>
<id>urn:sha1:c1be92f3bb9158eade30d97db6997e2fe78150ab</id>
<content type='text'>
does normal initialization and normal chaining. Change the default
AliasAnalysis implementation to NoAlias.

Update StandardCompileOpts.h and friends to explicitly request
BasicAliasAnalysis.

Update tests to explicitly request -basicaa.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116720 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bit</title>
<updated>2010-09-15T20:08:03Z</updated>
<author>
<name>Eli Friedman</name>
<email>eli.friedman@gmail.com</email>
</author>
<published>2010-09-15T20:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=39e30124e50534972c2e58f4dab7d67c0c437743'/>
<id>urn:sha1:39e30124e50534972c2e58f4dab7d67c0c437743</id>
<content type='text'>
targets.



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