<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/examples, branch release_30</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/examples?h=release_30</id>
<link rel='self' href='https://git.amat.us/llvm/atom/examples?h=release_30'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-09-28T10:53:56Z</updated>
<entry>
<title>Changed comments on foreign C++ exceptions (generated with type info 7), </title>
<updated>2011-09-28T10:53:56Z</updated>
<author>
<name>Garrison Venn</name>
<email>gvenn.cfe.dev@gmail.com</email>
</author>
<published>2011-09-28T10:53:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=113aa8612010434069fc5b5e09f6b2667e03e173'/>
<id>urn:sha1:113aa8612010434069fc5b5e09f6b2667e03e173</id>
<content type='text'>
handling with references to 
http://sourcery.mentor.com/public/cxx-abi/abi-eh.html (r 1.22).



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140695 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Modified demo to use 3.0 resume instruction vs calling _Unwine_Resume.</title>
<updated>2011-09-23T14:45:10Z</updated>
<author>
<name>Garrison Venn</name>
<email>gvenn.cfe.dev@gmail.com</email>
</author>
<published>2011-09-23T14:45:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9cb5086f2a08f691f994e99c244dbc6c1ed5acfa'/>
<id>urn:sha1:9cb5086f2a08f691f994e99c244dbc6c1ed5acfa</id>
<content type='text'>
Also conducted some reformatting. As the LLVM coding standard doc does not
seem to touch on how to align function arguments, and format code longer than
80 cols in general, the confusion persists. There is the golden rule, but as
this code has gone through several styles to deal with this, the golden rule
seems to be ignored. The latest reformatting effort tries to match the other
source files as much as possible.

Tested on OS X 10.7.1 with, and without the OLD_EXC_SYSTEM defined. Have NOT
tested on LINUX.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140379 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Converted Exception demo over to using new 3.0 landingpad instruction. This</title>
<updated>2011-09-22T15:45:14Z</updated>
<author>
<name>Garrison Venn</name>
<email>gvenn.cfe.dev@gmail.com</email>
</author>
<published>2011-09-22T15:45:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=85500714c460be6452a96be1574d8676d062051c'/>
<id>urn:sha1:85500714c460be6452a96be1574d8676d062051c</id>
<content type='text'>
was compiled and tested on OS X 10.7.1. It was not tested on LINUX. In 
addition the defined OLD_EXC_SYSTEM was not tested with this version.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140303 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This is a hack to get the demo working with the new 3.0 exception </title>
<updated>2011-09-22T14:07:50Z</updated>
<author>
<name>Garrison Venn</name>
<email>gvenn.cfe.dev@gmail.com</email>
</author>
<published>2011-09-22T14:07:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=aae66fad0566c89f26ab0c9ca92c93f803bbfb3a'/>
<id>urn:sha1:aae66fad0566c89f26ab0c9ca92c93f803bbfb3a</id>
<content type='text'>
infrastructure. As this makes the demo no longer a demo, and especially not a 
demo on how to use the llvm exception mechanism, this hack will shortly be 
changed to use the new 3.0 exception infrastructure. However for the time being 
this demo is an example on how to use the AutoUpgrade 
UpgradeExceptionHandling(...) function on &lt; 3.0 exception handling code.                          


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140301 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move TargetRegistry and TargetSelect from Target to Support where they belong.</title>
<updated>2011-08-24T18:08:43Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2011-08-24T18:08:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3e74d6fdd248e20a280f1dff3da9a6c689c2c4c3'/>
<id>urn:sha1:3e74d6fdd248e20a280f1dff3da9a6c689c2c4c3</id>
<content type='text'>
These are strictly utilities for registering targets and components.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138450 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Convert ConstantExpr::getGetElementPtr and</title>
<updated>2011-07-21T14:31:17Z</updated>
<author>
<name>Jay Foad</name>
<email>jay.foad@gmail.com</email>
</author>
<published>2011-07-21T14:31:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dab3d29605a5c83db41b28176273ef55961120c1'/>
<id>urn:sha1:dab3d29605a5c83db41b28176273ef55961120c1</id>
<content type='text'>
ConstantExpr::getInBoundsGetElementPtr to use ArrayRef.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135673 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>update for recent api changes.  I have a hard time believing that this is actually a useful example.</title>
<updated>2011-07-18T04:52:58Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-07-18T04:52:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4b3d5469fb7c25504fa20dc65640f02d79675d48'/>
<id>urn:sha1:4b3d5469fb7c25504fa20dc65640f02d79675d48</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135374 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>update this to build with a recent IRBuilder change and de-constify types.</title>
<updated>2011-07-18T04:52:09Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-07-18T04:52:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=77613d4135d5fc8461d0583837b5b850c4a29ecd'/>
<id>urn:sha1:77613d4135d5fc8461d0583837b5b850c4a29ecd</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135373 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.</title>
<updated>2011-07-15T10:59:52Z</updated>
<author>
<name>Francois Pichet</name>
<email>pichet2000@gmail.com</email>
</author>
<published>2011-07-15T10:59:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0bd9d3af54b62152355525bea7914bdef4600371'/>
<id>urn:sha1:0bd9d3af54b62152355525bea7914bdef4600371</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135266 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change Intrinsic::getDeclaration and friends to take an ArrayRef.</title>
<updated>2011-07-14T17:45:39Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2011-07-14T17:45:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=eb9a85f09e18b3fe88499710404b38d3a9128f62'/>
<id>urn:sha1:eb9a85f09e18b3fe88499710404b38d3a9128f62</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135154 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
