<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/include/Support, branch master</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/include/Support?h=master</id>
<link rel='self' href='https://git.amat.us/llvm/atom/include/Support?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2004-09-21T16:25:41Z</updated>
<entry>
<title>This is a dead directory now</title>
<updated>2004-09-21T16:25:41Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2004-09-21T16:25:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9c1569835579e6d829ddb64d6a2a3117467c6379'/>
<id>urn:sha1:9c1569835579e6d829ddb64d6a2a3117467c6379</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16458 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Changes For Bug 352</title>
<updated>2004-09-01T22:55:40Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-09-01T22:55:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=551ccae044b0ff658fe629dd67edd5ffe75d10e8'/>
<id>urn:sha1:551ccae044b0ff658fe629dd67edd5ffe75d10e8</id>
<content type='text'>
Move include/Config and include/Support into include/llvm/Config,
include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
public header files must be under include/llvm/.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16137 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add size member function.</title>
<updated>2004-08-27T03:58:31Z</updated>
<author>
<name>Alkis Evlogimenos</name>
<email>alkis@evlogimenos.com</email>
</author>
<published>2004-08-27T03:58:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fc093bd0810b6e726c02c2430f77618fd7255541'/>
<id>urn:sha1:fc093bd0810b6e726c02c2430f77618fd7255541</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16067 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add default index functor (an identity functor). You could use a</title>
<updated>2004-08-26T03:37:28Z</updated>
<author>
<name>Alkis Evlogimenos</name>
<email>alkis@evlogimenos.com</email>
</author>
<published>2004-08-26T03:37:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5501e568b396f3e58f3d642e77139c790eda9df9'/>
<id>urn:sha1:5501e568b396f3e58f3d642e77139c790eda9df9</id>
<content type='text'>
vector directly to get the same functionality but using a DenseMap
makes the code more readable IMO.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16052 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Instead of int64_t, overload itostr with `long long' parameter.</title>
<updated>2004-08-18T22:56:12Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2004-08-18T22:56:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8831db745bb0c3ed7939df475f924f53f43254a2'/>
<id>urn:sha1:8831db745bb0c3ed7939df475f924f53f43254a2</id>
<content type='text'>
This appeases both SparcV9 and 64-bit PowerPC.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15910 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add an overload</title>
<updated>2004-08-17T19:17:10Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2004-08-17T19:17:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e265504e82310266271fa2329b6ef8115bbe8244'/>
<id>urn:sha1:e265504e82310266271fa2329b6ef8115bbe8244</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15889 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add itostr(long) for our furry 64-bit friends.</title>
<updated>2004-08-17T18:08:52Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2004-08-17T18:08:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b5e1decefbc294008449f3b414290ab63e713ed5'/>
<id>urn:sha1:b5e1decefbc294008449f3b414290ab63e713ed5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15885 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Allow any cl::opt to use the method getPosition() to retrieve the option's</title>
<updated>2004-08-13T19:47:30Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-08-13T19:47:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1e13fd23d34e53b63cb08c0fe54f0857757ec200'/>
<id>urn:sha1:1e13fd23d34e53b63cb08c0fe54f0857757ec200</id>
<content type='text'>
absolute position on the command line. Similarly allow any cl::list to
use the method getPosition(n) to retrieve the absolute position of the nth
option in the list. This provides support for two things: (a) options like
-l that are actually positional and their order of occurrence matters when
they are intermixed with positional arguments like "a.o"; and (b) options
like -x LANG which affect only the positional arguments that come after
the option. In both cases, knowing the absolute position of a given option
helps.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15725 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix typo in comment.</title>
<updated>2004-07-29T04:22:30Z</updated>
<author>
<name>Brian Gaeke</name>
<email>gaeke@uiuc.edu</email>
</author>
<published>2004-07-29T04:22:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3638e9918c632ab517066d79790601d25de568c9'/>
<id>urn:sha1:3638e9918c632ab517066d79790601d25de568c9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15318 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add back() and pop_back() methods to SetVector</title>
<updated>2004-07-25T11:07:02Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2004-07-25T11:07:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f90fcaf5729f2987c9f4e91ca4e6ee4397ba0a8d'/>
<id>urn:sha1:f90fcaf5729f2987c9f4e91ca4e6ee4397ba0a8d</id>
<content type='text'>
Move clear to the end of the class
Add assertions


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