<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Analysis/IPA, branch release_23</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Analysis/IPA?h=release_23</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Analysis/IPA?h=release_23'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-05-06T01:32:53Z</updated>
<entry>
<title>Remove uses of llvm/System/IncludeFile.h that are no longer needed.</title>
<updated>2008-05-06T01:32:53Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-05-06T01:32:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=84b7df43fb098268f6ce37a3e32bcc2f455ecf96'/>
<id>urn:sha1:84b7df43fb098268f6ce37a3e32bcc2f455ecf96</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50695 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add assert.</title>
<updated>2008-05-02T22:13:33Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2008-05-02T22:13:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=201ebe3899dc699ae081b557a6bffc53a4dda147'/>
<id>urn:sha1:201ebe3899dc699ae081b557a6bffc53a4dda147</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50596 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add a new CallGraphNode::removeCallEdgeFor method, tidy some comments.</title>
<updated>2008-04-13T19:41:25Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-04-13T19:41:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=75caee241955fdcd9942c42be8b77ba9996e94d6'/>
<id>urn:sha1:75caee241955fdcd9942c42be8b77ba9996e94d6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49617 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix PR 2169.</title>
<updated>2008-04-07T14:20:50Z</updated>
<author>
<name>Daniel Berlin</name>
<email>dberlin@dberlin.org</email>
</author>
<published>2008-04-07T14:20:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a2ce2e3dd97e30f08933f3839c603d13a0fa9806'/>
<id>urn:sha1:a2ce2e3dd97e30f08933f3839c603d13a0fa9806</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49339 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't include &lt;map&gt; in Pass.h, which doesn't need it. This requires</title>
<updated>2008-03-21T23:51:57Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-03-21T23:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c9235d2e855c56e9aa157969f8132a05f9ba89d8'/>
<id>urn:sha1:c9235d2e855c56e9aa157969f8132a05f9ba89d8</id>
<content type='text'>
adding &lt;map&gt; to many files that actually do need it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48667 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>enable -analyze for andersens</title>
<updated>2008-03-20T15:36:44Z</updated>
<author>
<name>Andrew Lenharth</name>
<email>andrewl@lenharth.org</email>
</author>
<published>2008-03-20T15:36:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=52d34d94c8890870350dad922678c03640ab310f'/>
<id>urn:sha1:52d34d94c8890870350dad922678c03640ab310f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48601 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Restore isCFGOnly property of various analysis passes.</title>
<updated>2008-03-20T02:25:21Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2008-03-20T02:25:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4f4c28f75f74fe557efb63feaf5f4f8bf639dcd5'/>
<id>urn:sha1:4f4c28f75f74fe557efb63feaf5f4f8bf639dcd5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48579 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>PassInfo keep tracks whether a pass is an analysis pass or not.</title>
<updated>2008-03-19T21:56:59Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2008-03-19T21:56:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c758209153ca0f6da6737f25ada269c573fba456'/>
<id>urn:sha1:c758209153ca0f6da6737f25ada269c573fba456</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48554 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Do not use virtual function to identify an analysis pass.</title>
<updated>2008-03-19T00:48:41Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2008-03-19T00:48:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c7fe32e840758baa9ce4f93c321b508a69b98262'/>
<id>urn:sha1:c7fe32e840758baa9ce4f93c321b508a69b98262</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48520 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix PR 2160 by making sure arguments to external functions get marked as pointing to anything</title>
<updated>2008-03-18T22:22:53Z</updated>
<author>
<name>Daniel Berlin</name>
<email>dberlin@dberlin.org</email>
</author>
<published>2008-03-18T22:22:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d3bf1aef3f1bfba362b71e72f416100a82d5b5db'/>
<id>urn:sha1:d3bf1aef3f1bfba362b71e72f416100a82d5b5db</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48509 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
