<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Analysis/DataStructure, branch release_1</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Analysis/DataStructure?h=release_1</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Analysis/DataStructure?h=release_1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2003-10-21T15:17:13Z</updated>
<entry>
<title>Added LLVM copyright header.</title>
<updated>2003-10-21T15:17:13Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-21T15:17:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=856ba76200ec2302f2fe500bc507f426c7d566c8'/>
<id>urn:sha1:856ba76200ec2302f2fe500bc507f426c7d566c8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9321 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added LLVM copyright notice to Makefiles.</title>
<updated>2003-10-20T22:26:57Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-20T22:26:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e488e9360b1a865ba604330965edcf139e590b65'/>
<id>urn:sha1:e488e9360b1a865ba604330965edcf139e590b65</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9312 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added LLVM project notice to the top of every C++ source file.</title>
<updated>2003-10-20T19:43:21Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-20T19:43:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b576c94c15af9a440f69d9d03c2afead7971118c'/>
<id>urn:sha1:b576c94c15af9a440f69d9d03c2afead7971118c</id>
<content type='text'>
Header files will be on the way.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9298 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix spelling.</title>
<updated>2003-10-10T17:57:28Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2003-10-10T17:57:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cf00c4ab3ba308d45d98c5ccab87362cf802facb'/>
<id>urn:sha1:cf00c4ab3ba308d45d98c5ccab87362cf802facb</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9027 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use std::string::size_type for for ColonPos to stop gcc from giving a warning</title>
<updated>2003-10-01T22:49:22Z</updated>
<author>
<name>Alkis Evlogimenos</name>
<email>alkis@evlogimenos.com</email>
</author>
<published>2003-10-01T22:49:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b5c1af4773d371e6d486fe21179d876807fa85db'/>
<id>urn:sha1:b5c1af4773d371e6d486fe21179d876807fa85db</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8811 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>DOn't crash if program calls the null pointer</title>
<updated>2003-09-24T23:42:58Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-09-24T23:42:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fbc2d84ce9c3ff97a1644b864a2057f8d02179ab'/>
<id>urn:sha1:fbc2d84ce9c3ff97a1644b864a2057f8d02179ab</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8708 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Functions reachable from the arguments of unresolvable call nodes should</title>
<updated>2003-09-20T23:58:33Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-09-20T23:58:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=11fc9301fbe7597aa5be1940b014fbbd85732a56'/>
<id>urn:sha1:11fc9301fbe7597aa5be1940b014fbbd85732a56</id>
<content type='text'>
not have their arguments marked complete


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8639 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>The Globals graph must become complete at the end of the BU phase!</title>
<updated>2003-09-20T23:27:05Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-09-20T23:27:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ec157b7cde458d99440a1b07e5ac904a503da7b6'/>
<id>urn:sha1:ec157b7cde458d99440a1b07e5ac904a503da7b6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8638 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Do not mark incoming arguments to functions complete if the function is pointed to by a global in the globals graph</title>
<updated>2003-09-20T22:24:04Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-09-20T22:24:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3b0a9be238e95fc125bec302272157f63e1110f3'/>
<id>urn:sha1:3b0a9be238e95fc125bec302272157f63e1110f3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8637 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make sure to add global variable initializers to the Globals graph!</title>
<updated>2003-09-20T21:48:16Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-09-20T21:48:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=26c4fc3b69b01b4c8c5954d1ecd85a556422cd80'/>
<id>urn:sha1:26c4fc3b69b01b4c8c5954d1ecd85a556422cd80</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8636 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
