<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/include/Support, branch release_1</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/include/Support?h=release_1</id>
<link rel='self' href='https://git.amat.us/llvm/atom/include/Support?h=release_1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2003-10-20T20:29:44Z</updated>
<entry>
<title>This #include is no longer necessary</title>
<updated>2003-10-20T20:29:44Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-20T20:29:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=60f1445cf26f769ff88383e3bfd771e4ac3cb5c0'/>
<id>urn:sha1:60f1445cf26f769ff88383e3bfd771e4ac3cb5c0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9306 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added LLVM notice.</title>
<updated>2003-10-20T19:46:57Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-20T19:46:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b2109ce97881269a610fa4afbcbca350e975174d'/>
<id>urn:sha1:b2109ce97881269a610fa4afbcbca350e975174d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9300 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This file uses assert and doesn't include anything which already #includes &lt;cassert&gt;</title>
<updated>2003-10-15T21:55:37Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-15T21:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=803f03e217ec25cf71b2b6dea65da2e377527b6b'/>
<id>urn:sha1:803f03e217ec25cf71b2b6dea65da2e377527b6b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9142 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add missing default argument</title>
<updated>2003-10-13T16:44:30Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-13T16:44:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1e79609e304a24e0cad68534ddf3371479d33b86'/>
<id>urn:sha1:1e79609e304a24e0cad68534ddf3371479d33b86</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9092 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add support for "external" depth first iterators, which store the 'visited' set</title>
<updated>2003-10-13T16:34:26Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-13T16:34:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9061e992d5ee0c59c89ae7812c551bafd680a59c'/>
<id>urn:sha1:9061e992d5ee0c59c89ae7812c551bafd680a59c</id>
<content type='text'>
outside of the iterator itself.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9090 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Extricate the "reverse" support from the depth-first iterator.  This is really</title>
<updated>2003-10-13T15:45:33Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-13T15:45:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4846f4b87a31797ba0bc6c96862a1128acf16149'/>
<id>urn:sha1:4846f4b87a31797ba0bc6c96862a1128acf16149</id>
<content type='text'>
a crappy form of post-order traversal which really does not belong here.  While
we are at it, improve documentation and use a vector instead of a stack.

This improves the post dominator analysis pass by ~5%, and probably also helps
other passes as well.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9084 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add my abstracted dynamic linker support files.</title>
<updated>2003-10-10T16:55:42Z</updated>
<author>
<name>Brian Gaeke</name>
<email>gaeke@uiuc.edu</email>
</author>
<published>2003-10-10T16:55:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f212e472710f8799810d188c174b5b5cc5dcf7b0'/>
<id>urn:sha1:f212e472710f8799810d188c174b5b5cc5dcf7b0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9008 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Moved to llvm/include/llvm/Support because it is LLVM-specific.</title>
<updated>2003-10-06T18:34:38Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2003-10-06T18:34:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=29f73611e2a0e3a7f16fa9816e0ae862d47bb6b4'/>
<id>urn:sha1:29f73611e2a0e3a7f16fa9816e0ae862d47bb6b4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8897 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Doxygenize class comments.  Add new NamedRegionTimer class</title>
<updated>2003-10-06T15:02:16Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-06T15:02:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=aacd3c8d86d6d4aa69ddae8814b4839a4973028a'/>
<id>urn:sha1:aacd3c8d86d6d4aa69ddae8814b4839a4973028a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8888 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Output a very high-precision number</title>
<updated>2003-10-05T00:41:07Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-05T00:41:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=27db7e0472f22c9605deac34f919d284041e93a4'/>
<id>urn:sha1:27db7e0472f22c9605deac34f919d284041e93a4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8856 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
