<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/ExceptionHandling.html, branch release_30</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/ExceptionHandling.html?h=release_30</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/ExceptionHandling.html?h=release_30'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-09-27T20:16:57Z</updated>
<entry>
<title>Remove incorrect passage.</title>
<updated>2011-09-27T20:16:57Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-09-27T20:16:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=100a371725ddc2565b5262ce9047dcd06ae95854'/>
<id>urn:sha1:100a371725ddc2565b5262ce9047dcd06ae95854</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140631 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove some not-really-correct wording.</title>
<updated>2011-09-27T10:37:28Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-09-27T10:37:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=24771028a07f7cff91af537b15ac74b3452818d8'/>
<id>urn:sha1:24771028a07f7cff91af537b15ac74b3452818d8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140600 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix grammar.</title>
<updated>2011-09-26T21:10:31Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-09-26T21:10:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a69d998664ef2d537d93ca4c923cde1b728aa7e0'/>
<id>urn:sha1:a69d998664ef2d537d93ca4c923cde1b728aa7e0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140564 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove dead table entry.</title>
<updated>2011-09-26T21:08:28Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-09-26T21:08:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=99aa6b08dbf973e107893737ca2867ef493eb0cf'/>
<id>urn:sha1:99aa6b08dbf973e107893737ca2867ef493eb0cf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140563 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Some minor (and more involved) cleanups. No real context changes.</title>
<updated>2011-09-26T21:06:33Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-09-26T21:06:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2a6b0732ee01cffcbce18d44709e4d9f49ba18c7'/>
<id>urn:sha1:2a6b0732ee01cffcbce18d44709e4d9f49ba18c7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140561 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove some missed references to dead intrinsics.</title>
<updated>2011-09-20T01:14:54Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-09-20T01:14:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3c05196e2a50a33ca4d726a408df06c14309eaea'/>
<id>urn:sha1:3c05196e2a50a33ca4d726a408df06c14309eaea</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140129 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update the EH doc to reflect the new EH model.</title>
<updated>2011-09-20T01:08:53Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-09-20T01:08:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4a065ddc59c8df8e42421bb5f77aee46701d8a95'/>
<id>urn:sha1:4a065ddc59c8df8e42421bb5f77aee46701d8a95</id>
<content type='text'>
This basically involved removing references to llvm.eh.exception,
llvm.eh.selector, and llvm.eh.resume and replacing them with references to the
landingpad and resume instructions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140128 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Implement and document the llvm.eh.resume intrinsic, which is</title>
<updated>2011-05-28T07:45:59Z</updated>
<author>
<name>John McCall</name>
<email>rjmccall@apple.com</email>
</author>
<published>2011-05-28T07:45:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d7c10862016939c9850cadfe5e1c35513c0adf28'/>
<id>urn:sha1:d7c10862016939c9850cadfe5e1c35513c0adf28</id>
<content type='text'>
transformed by the inliner into a branch to the enclosing landing pad
(when inlined through an invoke).  If not so optimized, it is lowered
DWARF EH preparation into a call to _Unwind_Resume (or _Unwind_SjLj_Resume
as appropriate).  Its chief advantage is that it takes both the
exception value and the selector value as arguments, meaning that there
is zero effort in recovering these;  however, the frontend is required
to pass these down, which is not actually particularly difficult.

Also document the behavior of landing pads a bit better, and make it
clearer that it's okay that personality functions don't always land at
landing pads.  This is just a fact of life.  Don't write optimizations that
rely on pushing things over an unwind edge.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132253 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>docs: Introduce cascading style &lt;div&gt; and &lt;p&gt; continued on &lt;h[2-5]&gt;.</title>
<updated>2011-04-23T00:30:22Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-04-23T00:30:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f5af6ada3b0570db1afc19029cad8fb8320676ef'/>
<id>urn:sha1:f5af6ada3b0570db1afc19029cad8fb8320676ef</id>
<content type='text'>
&lt;h2&gt;Section Example&lt;/h2&gt;
&lt;div&gt; &lt;!-- h2+div is applied --&gt;
&lt;p&gt;Section preamble.&lt;/p&gt;

&lt;h3&gt;Subsection Example&lt;/h3&gt;
&lt;p&gt; &lt;!-- h3+p is applied --&gt;
Subsection body
&lt;/p&gt;

&lt;!-- End of section body --&gt;
&lt;/div&gt;

FIXME: Care H5 better.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130040 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>docs: Use &lt;Hn&gt; as Heading elements instead of &lt;DIV class="doc_foo"&gt;.</title>
<updated>2011-04-18T23:59:50Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-04-18T23:59:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=05d0265fef651de152c8127aa701e689555649f3'/>
<id>urn:sha1:05d0265fef651de152c8127aa701e689555649f3</id>
<content type='text'>
H1 ... doc_title
H2 ... doc_section
H3 ... doc_subsection
H4 ... doc_subsubsection

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