<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/ProgrammersManual.html, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/ProgrammersManual.html?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/ProgrammersManual.html?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-02-25T23:51:27Z</updated>
<entry>
<title>Fix a few more typos.</title>
<updated>2010-02-25T23:51:27Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-25T23:51:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cf0c9bc16260c8a45f2f01321e368efa9ec679c3'/>
<id>urn:sha1:cf0c9bc16260c8a45f2f01321e368efa9ec679c3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97182 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Uniformize the names of type predicates: rather than having isFloatTy and</title>
<updated>2010-02-15T16:12:20Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-02-15T16:12:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b0bc6c361da9009e8414efde317d9bbff755f6c0'/>
<id>urn:sha1:b0bc6c361da9009e8414efde317d9bbff755f6c0</id>
<content type='text'>
isInteger, we now have isFloatTy and isIntegerTy.  Requested by Chris!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96223 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Belatedly document r85295 and r85330.</title>
<updated>2010-01-29T19:10:38Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2010-01-29T19:10:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=01eba397936941f35dfb0995beace7ed03b847f2'/>
<id>urn:sha1:01eba397936941f35dfb0995beace7ed03b847f2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94825 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add an entry on SmallBitVector.</title>
<updated>2010-01-05T18:24:00Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-01-05T18:24:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5f7775c85e60aa659ac76c4b18f7a1f6494f23e2'/>
<id>urn:sha1:5f7775c85e60aa659ac76c4b18f7a1f6494f23e2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92747 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Try r84890 again (adding ValueMap&lt;&gt;), now that I've tested the compile on</title>
<updated>2009-10-22T22:11:22Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2009-10-22T22:11:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=71a5c22c2b635ea903c3ae7d2695ca649b38726f'/>
<id>urn:sha1:71a5c22c2b635ea903c3ae7d2695ca649b38726f</id>
<content type='text'>
gcc-4.4.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84902 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r84890, which broke the linux build.</title>
<updated>2009-10-22T20:23:43Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2009-10-22T20:23:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a84c9db467ce55e68464e6a099dcfe934b513a2a'/>
<id>urn:sha1:a84c9db467ce55e68464e6a099dcfe934b513a2a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84892 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a ValueMap&lt;ValueOrSubclass*, T&gt; type.  ValueMap&lt;Value*, T&gt; is safe to use</title>
<updated>2009-10-22T20:10:20Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2009-10-22T20:10:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e0a234029b1b65f21169536f4c45e83743ed3cfa'/>
<id>urn:sha1:e0a234029b1b65f21169536f4c45e83743ed3cfa</id>
<content type='text'>
even when keys get RAUWed and deleted during its lifetime. By default the keys
act like WeakVHs, but users can pass a third template parameter to configure
how updates work and whether to do anything beyond updating the map on each
action.

It's also possible to automatically acquire a lock around ValueMap updates
triggered by RAUWs and deletes, to support the ExecutionEngine.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84890 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Documentation: Perform automated correction of common typos.</title>
<updated>2009-10-12T14:46:08Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2009-10-12T14:46:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8040cd3cfd7b87661c08ca916daf355593dd8ffa'/>
<id>urn:sha1:8040cd3cfd7b87661c08ca916daf355593dd8ffa</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83849 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix typo, patch from Timo Juhani Lindfors.</title>
<updated>2009-10-12T13:37:29Z</updated>
<author>
<name>Torok Edwin</name>
<email>edwintorok@gmail.com</email>
</author>
<published>2009-10-12T13:37:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8746929ff948a11a31b745437c8e448b91450959'/>
<id>urn:sha1:8746929ff948a11a31b745437c8e448b91450959</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83848 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm::cerr is gone.</title>
<updated>2009-09-08T05:15:50Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-09-08T05:15:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3fee6eda1d6654eb895bb3e069cee42c8a6474fa'/>
<id>urn:sha1:3fee6eda1d6654eb895bb3e069cee42c8a6474fa</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81189 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
