<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Analysis, branch release_22</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Analysis?h=release_22</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Analysis?h=release_22'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-01-02T02:49:20Z</updated>
<entry>
<title>Don't be rude, emit debugging info where asked to.</title>
<updated>2008-01-02T02:49:20Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2008-01-02T02:49:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=aeb5e5cdb7f8544c679642068492f74a14eca60e'/>
<id>urn:sha1:aeb5e5cdb7f8544c679642068492f74a14eca60e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45485 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove attribution from file headers, per discussion on llvmdev.</title>
<updated>2007-12-29T20:36:04Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-29T20:36:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4ee451de366474b9c228b4e5fa573795a715216d'/>
<id>urn:sha1:4ee451de366474b9c228b4e5fa573795a715216d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45418 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove attribution from lib Makefiles.</title>
<updated>2007-12-29T20:09:26Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-29T20:09:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fc643c5e88c596f217750dd91fcc66488dfed73d'/>
<id>urn:sha1:fc643c5e88c596f217750dd91fcc66488dfed73d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45415 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Adding bindings for memory buffers and module providers. Switching</title>
<updated>2007-12-19T22:30:40Z</updated>
<author>
<name>Gordon Henriksen</name>
<email>gordonhenriksen@mac.com</email>
</author>
<published>2007-12-19T22:30:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=da1435f86ebc9886dd7704294e01d192d79e069c'/>
<id>urn:sha1:da1435f86ebc9886dd7704294e01d192d79e069c</id>
<content type='text'>
to exceptions rather than variants for error handling in Ocaml.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45226 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add explicit keywords, and fix a minor typo that they uncovered.</title>
<updated>2007-12-14T15:41:34Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2007-12-14T15:41:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ded2b0d0fb0d4fa09198e3d05da529d2c97214c3'/>
<id>urn:sha1:ded2b0d0fb0d4fa09198e3d05da529d2c97214c3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45034 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make these loops follow GetGEPOperands() behavior.</title>
<updated>2007-12-13T16:22:58Z</updated>
<author>
<name>Wojciech Matyjewicz</name>
<email>wmatyjewicz@fastmail.fm</email>
</author>
<published>2007-12-13T16:22:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4ba8cfc5a4e98dbe55529bb2a0de17565e90c128'/>
<id>urn:sha1:4ba8cfc5a4e98dbe55529bb2a0de17565e90c128</id>
<content type='text'>
Let: %q = GEP %p, X, ...
If %p is a GEP, we can chase baseptr further, only if X==0.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44999 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r44626, which turned off the use of readonly</title>
<updated>2007-12-12T16:01:40Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2007-12-12T16:01:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7915cbee4d6ecc8bc2daa9fb44833a134a25016b'/>
<id>urn:sha1:7915cbee4d6ecc8bc2daa9fb44833a134a25016b</id>
<content type='text'>
and readnone for functions with bodies because it
broke llvm-gcc-4.2 bootstrap.  It turns out that,
because of LLVM's array_ref hack, gcc was computing
pure/const attributes wrong (now fixed by turning
off the gcc ipa-pure-const pass).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44937 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a bug in my previous patch, thanks to Jay Foad for</title>
<updated>2007-12-12T03:56:54Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-12T03:56:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7f135cc802435171ab09ebd6a514db26a122b99a'/>
<id>urn:sha1:7f135cc802435171ab09ebd6a514db26a122b99a</id>
<content type='text'>
pointing this out and correcting the patch!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44907 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Changes from Curtis Dunham implementing lazy cycle detection algorithm.</title>
<updated>2007-12-12T00:37:04Z</updated>
<author>
<name>Daniel Berlin</name>
<email>dberlin@dberlin.org</email>
</author>
<published>2007-12-12T00:37:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3a3f163ba620c771238130905b873826af33b022'/>
<id>urn:sha1:3a3f163ba620c771238130905b873826af33b022</id>
<content type='text'>
Changes from me implementing different way of representing points-to anything.
Changes from me that improve slightly on LCD.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44895 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Implement constant folding if vector&lt;-&gt;vector bitcasts where the number</title>
<updated>2007-12-11T07:29:44Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-11T07:29:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1afab9c1e0ae2d145ce01718aa14065393117e70'/>
<id>urn:sha1:1afab9c1e0ae2d145ce01718aa14065393117e70</id>
<content type='text'>
of source/dest elements changes.  This implements
test/Transforms/InstCombine/bitcast-vector-fold.ll


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