<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/examples/ExceptionDemo, branch release_32</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/examples/ExceptionDemo?h=release_32</id>
<link rel='self' href='https://git.amat.us/llvm/atom/examples/ExceptionDemo?h=release_32'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-10-24T17:25:11Z</updated>
<entry>
<title>Back out r166591, not sure why this made it through since I cancelled the command. Bleh, sorry about this!</title>
<updated>2012-10-24T17:25:11Z</updated>
<author>
<name>Micah Villmow</name>
<email>villmow@gmail.com</email>
</author>
<published>2012-10-24T17:25:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b8bce928f4ffdf50eff69334f3e25b27848536b6'/>
<id>urn:sha1:b8bce928f4ffdf50eff69334f3e25b27848536b6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166596 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Delete a directory that wasn't supposed to be checked in yet.</title>
<updated>2012-10-24T17:20:04Z</updated>
<author>
<name>Micah Villmow</name>
<email>villmow@gmail.com</email>
</author>
<published>2012-10-24T17:20:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2f87640b86315beab8a5671cc23f524e59c58bd3'/>
<id>urn:sha1:2f87640b86315beab8a5671cc23f524e59c58bd3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166591 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>ExceptionDemo.cpp: Use Function::setDoesNotReturn(). Attributes stuff was updated.</title>
<updated>2012-10-12T14:11:48Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2012-10-12T14:11:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4c856ee1f8672de5da97d73c05687420eb0049e2'/>
<id>urn:sha1:4c856ee1f8672de5da97d73c05687420eb0049e2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165796 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>ExceptionDemo.cpp: Whitespace.</title>
<updated>2012-10-12T14:11:43Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2012-10-12T14:11:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9f469a0ca36a6b07c863bffa52357f3db3afcec8'/>
<id>urn:sha1:9f469a0ca36a6b07c863bffa52357f3db3afcec8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165795 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move TargetData to DataLayout.</title>
<updated>2012-10-08T16:37:04Z</updated>
<author>
<name>Micah Villmow</name>
<email>villmow@gmail.com</email>
</author>
<published>2012-10-08T16:37:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2b4b44e0d2e95fc695eafcc4d192fe1ae261e01e'/>
<id>urn:sha1:2b4b44e0d2e95fc695eafcc4d192fe1ae261e01e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165401 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move llvm/Support/IRBuilder.h -&gt; llvm/IRBuilder.h</title>
<updated>2012-06-29T12:38:19Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2012-06-29T12:38:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=06cb8ed00696eb14d1b831921452e50ec0568ea2'/>
<id>urn:sha1:06cb8ed00696eb14d1b831921452e50ec0568ea2</id>
<content type='text'>
This was always part of the VMCore library out of necessity -- it deals
entirely in the IR. The .cpp file in fact was already part of the VMCore
library. This is just a mechanical move.

I've tried to go through and re-apply the coding standard's preferred
header sort, but at 40-ish files, I may have gotten some wrong. Please
let me know if so.

I'll be committing the corresponding updates to Clang and Polly, and
Duncan has DragonEgg.

Thanks to Bill and Eric for giving the green light for this bit of cleanup.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159421 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix typos found by http://github.com/lyda/misspell-check</title>
<updated>2012-06-02T10:20:22Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2012-06-02T10:20:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d9b0b025612992a0b724eeca8bdf10b1d7a5c355'/>
<id>urn:sha1:d9b0b025612992a0b724eeca8bdf10b1d7a5c355</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157885 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update ExceptionDemo to use ConstantDataArray.</title>
<updated>2012-02-06T14:09:13Z</updated>
<author>
<name>Peter Collingbourne</name>
<email>peter@pcc.me.uk</email>
</author>
<published>2012-02-06T14:09:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=793a32dfb643c2804b79d7d675cc614659debae7'/>
<id>urn:sha1:793a32dfb643c2804b79d7d675cc614659debae7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149867 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update to the new EH system...remove OLD EH code.</title>
<updated>2012-02-04T00:29:12Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-02-04T00:29:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=08e8db423df938160bd611741da4c6dad40ce125'/>
<id>urn:sha1:08e8db423df938160bd611741da4c6dad40ce125</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149728 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>EngineBuilder: support for custom TargetOptions.  Fixes the</title>
<updated>2011-12-07T23:58:57Z</updated>
<author>
<name>Peter Collingbourne</name>
<email>peter@pcc.me.uk</email>
</author>
<published>2011-12-07T23:58:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d40e103ea5bca8a223fc8261b3322b9454e9af12'/>
<id>urn:sha1:d40e103ea5bca8a223fc8261b3322b9454e9af12</id>
<content type='text'>
ExceptionDemo example.

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