<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/ExceptionHandling.html, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/ExceptionHandling.html?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/ExceptionHandling.html?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-12-09T23:05:48Z</updated>
<entry>
<title>Fix the prototype for the llvm.eh.selector intrinsic.</title>
<updated>2010-12-09T23:05:48Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2010-12-09T23:05:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6bfd4f49b9acb76da9e2a86c59e283b220b333d2'/>
<id>urn:sha1:6bfd4f49b9acb76da9e2a86c59e283b220b333d2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121425 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any</title>
<updated>2010-10-19T23:27:08Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-10-19T23:27:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e4ad387a5a88dae20f0f7578e55170bbc8eee2a9'/>
<id>urn:sha1:e4ad387a5a88dae20f0f7578e55170bbc8eee2a9</id>
<content type='text'>
setup they require. Use this for ARM/Darwin to rematerialize the base
pointer from the frame pointer when required. rdar://8564268

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116879 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix whitespace to be more consistent with AsmPrinter's style.</title>
<updated>2010-05-28T17:07:41Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-05-28T17:07:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3dfb3cfb383b64e2b5db30ec429fc130ac02e45d'/>
<id>urn:sha1:3dfb3cfb383b64e2b5db30ec429fc130ac02e45d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104962 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add entry for llvm.eh.sjlj.longjmp. PR4999.</title>
<updated>2010-05-26T16:21:41Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-05-26T16:21:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=90346e2261a1788a1e353c6b8e7e1818a3fd37c9'/>
<id>urn:sha1:90346e2261a1788a1e353c6b8e7e1818a3fd37c9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104703 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r103213. It broke several sections of live website.</title>
<updated>2010-05-07T00:28:04Z</updated>
<author>
<name>mike-m</name>
<email>mikem.llvm@gmail.com</email>
</author>
<published>2010-05-07T00:28:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e2c3a49c8029ebd9ef530101cc24c66562e3dff5'/>
<id>urn:sha1:e2c3a49c8029ebd9ef530101cc24c66562e3dff5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103219 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Overhauled llvm/clang docs builds. Closes PR6613.</title>
<updated>2010-05-06T23:45:43Z</updated>
<author>
<name>mike-m</name>
<email>mikem.llvm@gmail.com</email>
</author>
<published>2010-05-06T23:45:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=68cb31901c590cabceee6e6356d62c84142114cb'/>
<id>urn:sha1:68cb31901c590cabceee6e6356d62c84142114cb</id>
<content type='text'>
NOTE: 2nd part changeset for cfe trunk to follow.

*** PRE-PATCH ISSUES ADDRESSED

- clang api docs fail build from objdir
- clang/llvm api docs collide in install PREFIX/
- clang/llvm main docs collide in install
- clang/llvm main docs have full of hard coded destination
  assumptions and make use of absolute root in static html files;
  namely CommandGuide tools hard codes a website destination
  for cross references and some html cross references assume
  website root paths

*** IMPROVEMENTS

- bumped Doxygen from 1.4.x -&gt; 1.6.3
- splits llvm/clang docs into 'main' and 'api' (doxygen) build trees
- provide consistent, reliable doc builds for both main+api docs
- support buid vs. install vs. website intentions
- support objdir builds
- document targets with 'make help'
- correct clean and uninstall operations
- use recursive dir delete only where absolutely necessary
- added call function fn.RMRF which safeguards against botched 'rm -rf';
  if any target (or any variable is evaluated) which attempts
  to remove any dirs which match a hard-coded 'safelist', a verbose
  error will be printed and make will error-stop.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103213 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update of 94055 to track the IR level call site information via an intrinsic.</title>
<updated>2010-01-28T01:45:32Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-01-28T01:45:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ca752c9020a1b1cf151142bd9e0cbca9af12d807'/>
<id>urn:sha1:ca752c9020a1b1cf151142bd9e0cbca9af12d807</id>
<content type='text'>
This allows code gen and the exception table writer to cooperate to make sure
landing pads are associated with the correct invoke locations.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94726 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>I don't see any point in having both eh.selector.i32 and eh.selector.i64,</title>
<updated>2009-10-14T16:11:37Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2009-10-14T16:11:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b01bbdcc1af27bd90b552bb1b62b48916e0d4be3'/>
<id>urn:sha1:b01bbdcc1af27bd90b552bb1b62b48916e0d4be3</id>
<content type='text'>
so get rid of eh.selector.i64 and rename eh.selector.i32 to eh.selector.
Likewise for eh.typeid.for.  This aligns us with gcc, which always uses a
32 bit value for the selector on all platforms.  My understanding is that
the register allocator used to assert if the selector intrinsic size didn't
match the pointer size, and this was the reason for introducing the two
variants.  However my testing shows that this is no longer the case (I
fixed some bugs in selector lowering yesterday, and some more today in the
fastisel path; these might have caused the original problems).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84106 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix validation errors.</title>
<updated>2009-09-10T22:14:16Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2009-09-10T22:14:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=169e1b0ed64b4b8cb23f9047770c1f9f0db0a7cb'/>
<id>urn:sha1:169e1b0ed64b4b8cb23f9047770c1f9f0db0a7cb</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81466 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix validation errors.</title>
<updated>2009-09-10T22:12:50Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2009-09-10T22:12:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=808b9ce756dacb0c139f8c9931a1078bc42c906f'/>
<id>urn:sha1:808b9ce756dacb0c139f8c9931a1078bc42c906f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81465 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
