[llvm-commits] [llvm] r145419 - /llvm/trunk/docs/ReleaseNotes.html
Benjamin Kramer
benny.kra at googlemail.com
Tue Nov 29 11:24:11 PST 2011
Author: d0k
Date: Tue Nov 29 13:24:11 2011
New Revision: 145419
URL: http://llvm.org/viewvc/llvm-project?rev=145419&view=rev
Log:
Add a link to Bill's blog post.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=145419&r1=145418&r2=145419&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Nov 29 13:24:11 2011
@@ -779,8 +779,9 @@
</li>
<li>The LLVM IR exception handling representation has been redesigned and
reimplemented, making it more elegant, fixing a huge number of bugs, and
- enabling inlining and other optimizations. Please see its blog post (XXX
- not yet) and the <a href="ExceptionHandling.html">Exception Handling
+ enabling inlining and other optimizations. Please see its <a href=
+ "http://blog.llvm.org/2011/11/llvm-30-exception-handling-redesign.html">blog
+ post</a> and the <a href="ExceptionHandling.html">Exception Handling
documentation</a> for more information.</li>
<li>The LLVM IR Type system has been redesigned and reimplemented, making it
faster and solving some long-standing problems.
More information about the llvm-commits
mailing list