<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/ProgrammersManual.html, branch release_31</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/ProgrammersManual.html?h=release_31</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/ProgrammersManual.html?h=release_31'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-04-18T20:28:55Z</updated>
<entry>
<title>Document that StringMap iteration order is non-deterministic.</title>
<updated>2012-04-18T20:28:55Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2012-04-18T20:28:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=838b7a33f49dd1bab5b0c609368ab8b0a44cba83'/>
<id>urn:sha1:838b7a33f49dd1bab5b0c609368ab8b0a44cba83</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155040 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm/docs/*.html: Fix markups.</title>
<updated>2012-03-27T11:25:16Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2012-03-27T11:25:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9c55f5965ba337469466fafec364b0ea6eca459f'/>
<id>urn:sha1:9c55f5965ba337469466fafec364b0ea6eca459f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153508 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a Briggs and Torczon sparse set implementation.</title>
<updated>2012-02-22T00:56:08Z</updated>
<author>
<name>Jakob Stoklund Olesen</name>
<email>stoklund@2pi.dk</email>
</author>
<published>2012-02-22T00:56:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=62588622d40f6c6f5508496db69e06593b615049'/>
<id>urn:sha1:62588622d40f6c6f5508496db69e06593b615049</id>
<content type='text'>
For objects that can be identified by small unsigned keys, SparseSet
provides constant time clear() and fast deterministic iteration. Insert,
erase, and find operations are typically faster than hash tables.

SparseSet is useful for keeping information about physical registers,
virtual registers, or numbered basic blocks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151110 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>DenseMap::find_as() and unit tests.</title>
<updated>2012-01-30T06:55:43Z</updated>
<author>
<name>Talin</name>
<email>viridia@gmail.com</email>
</author>
<published>2012-01-30T06:55:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=babd5980d8a8b4aad9814212a269f6197ebf1f2e'/>
<id>urn:sha1:babd5980d8a8b4aad9814212a269f6197ebf1f2e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149229 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add ImmutableSet/Map dox, patch by Caitlin Sadowski!</title>
<updated>2011-11-15T22:40:14Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-11-15T22:40:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2fdd005d9799289bb2fc96ec0fe92819a4b75bd8'/>
<id>urn:sha1:2fdd005d9799289bb2fc96ec0fe92819a4b75bd8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144716 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>docs/*.html: Fix markups.</title>
<updated>2011-10-31T13:04:26Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-10-31T13:04:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4b2e07aa5819e06230873c3843731b1817498730'/>
<id>urn:sha1:4b2e07aa5819e06230873c3843731b1817498730</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143349 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Clarify example snippets a bit.</title>
<updated>2011-10-28T20:52:20Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2011-10-28T20:52:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=087f050bf9e033a97afce7c061e0831b6f1a442c'/>
<id>urn:sha1:087f050bf9e033a97afce7c061e0831b6f1a442c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143224 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reword the SetVector description to reflect reality.</title>
<updated>2011-10-11T06:33:56Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-10-11T06:33:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3478173e4a0f2a6bc93b102a2b113e0453fd01b3'/>
<id>urn:sha1:3478173e4a0f2a6bc93b102a2b113e0453fd01b3</id>
<content type='text'>
Patch by Michael Ilseman!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141648 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>how about that, StringRef doesn't allow any mutation, thanks to</title>
<updated>2011-07-23T17:18:57Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-07-23T17:18:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ec8f1ea22b25ac950b4f287bf7ecb224d071c9cb'/>
<id>urn:sha1:ec8f1ea22b25ac950b4f287bf7ecb224d071c9cb</id>
<content type='text'>
Frits for straightening me out.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135856 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add section to ToC</title>
<updated>2011-07-22T21:36:29Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-07-22T21:36:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=668274645476eb6a4be1ceef81d756c7095bb5ac'/>
<id>urn:sha1:668274645476eb6a4be1ceef81d756c7095bb5ac</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135811 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
