<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Bitcode, branch release_30</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Bitcode?h=release_30</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Bitcode?h=release_30'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-10-05T07:04:14Z</updated>
<entry>
<title>Also update the EH with bitcode. I missed this earlier. Thanks to Duncan for pointing it out.</title>
<updated>2011-10-05T07:04:14Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-10-05T07:04:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e9b88cb393fde367d803a57556a6f93c8345383c'/>
<id>urn:sha1:e9b88cb393fde367d803a57556a6f93c8345383c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141169 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a typo in the bitcode reader in the handling of atomic stores.  Reported by David Meyer on llvmdev.</title>
<updated>2011-09-19T19:41:28Z</updated>
<author>
<name>Eli Friedman</name>
<email>eli.friedman@gmail.com</email>
</author>
<published>2011-09-19T19:41:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c3d3598425b5af392691b740dbe407b10605d839'/>
<id>urn:sha1:c3d3598425b5af392691b740dbe407b10605d839</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140040 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't forget to add the landingpad and resume instructions to the InstructionList.</title>
<updated>2011-09-01T00:50:20Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-09-01T00:50:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=35726bfcaa852fcbcbda03613b7f9a59763003bc'/>
<id>urn:sha1:35726bfcaa852fcbcbda03613b7f9a59763003bc</id>
<content type='text'>
This was found via a nightly build of 483.xalancbmk.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138923 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Initial commit of the 'landingpad' instruction.</title>
<updated>2011-08-12T20:24:12Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-08-12T20:24:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e6e8826870bee3facb04f950f0bd725f8a88623d'/>
<id>urn:sha1:e6e8826870bee3facb04f950f0bd725f8a88623d</id>
<content type='text'>
This implements the 'landingpad' instruction. It's used to indicate that a basic
block is a landing pad. There are several restrictions on its use (see
LangRef.html for more detail). These restrictions allow the exception handling
code to gather the information it needs in a much more sane way.

This patch has the definition, implementation, C interface, parsing, and bitcode
support in it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137501 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>switch to use the new api for structtypes.</title>
<updated>2011-08-12T18:06:37Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-08-12T18:06:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3ebb64946bc8e7c8feba1b2044e7a47f80b3a83f'/>
<id>urn:sha1:3ebb64946bc8e7c8feba1b2044e7a47f80b3a83f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137480 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Whitespace and formatting.  No functional change intended.</title>
<updated>2011-08-12T16:45:18Z</updated>
<author>
<name>Chad Rosier</name>
<email>mcrosier@apple.com</email>
</author>
<published>2011-08-12T16:45:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0871221c250fdec054219b0c1fd8053471e93022'/>
<id>urn:sha1:0871221c250fdec054219b0c1fd8053471e93022</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137463 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Representation of 'atomic load' and 'atomic store' in IR.</title>
<updated>2011-08-09T23:02:53Z</updated>
<author>
<name>Eli Friedman</name>
<email>eli.friedman@gmail.com</email>
</author>
<published>2011-08-09T23:02:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=21006d40ac9ec7715bca2095451075a83773dc52'/>
<id>urn:sha1:21006d40ac9ec7715bca2095451075a83773dc52</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137170 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix 80-column violations.</title>
<updated>2011-08-09T22:23:40Z</updated>
<author>
<name>Chad Rosier</name>
<email>mcrosier@apple.com</email>
</author>
<published>2011-08-09T22:23:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6ff9aa2aa79d0f1927dc1a73b9d1ca1e08d2978b'/>
<id>urn:sha1:6ff9aa2aa79d0f1927dc1a73b9d1ca1e08d2978b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137163 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add the 'resume' instruction for the new EH rewrite.</title>
<updated>2011-07-31T06:30:59Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-07-31T06:30:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dccc03b2423fe65efb5963ae816b99c24fc53374'/>
<id>urn:sha1:dccc03b2423fe65efb5963ae816b99c24fc53374</id>
<content type='text'>
This adds the 'resume' instruction class, IR parsing, and bitcode reading and
writing. The 'resume' instruction resumes propagation of an existing (in-flight)
exception whose unwinding was interrupted with a 'landingpad' instruction (to be
added later).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136589 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,</title>
<updated>2011-07-30T05:42:50Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-07-30T05:42:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=10c6d12a9fd4dab411091f64db4db69670b88850'/>
<id>urn:sha1:10c6d12a9fd4dab411091f64db4db69670b88850</id>
<content type='text'>
r136339, r136341, r136369, r136387, r136392, r136396, r136429, r136430, r136444,
r136445, r136446, r136253 pending review.



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