From 098c1d9680106a6147b1b6cf1272ca52d1c1f27e Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Tue, 29 Nov 2011 19:24:11 +0000 Subject: [PATCH] Add a link to Bill's blog post. llvm-svn: 145419 --- llvm/docs/ReleaseNotes.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index faf9a4bd2b3d..97471586dfb3 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -779,8 +779,9 @@ be used to verify some algorithms.
  • 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 Exception Handling + enabling inlining and other optimizations. Please see its blog + post and the Exception Handling documentation for more information.
  • The LLVM IR Type system has been redesigned and reimplemented, making it faster and solving some long-standing problems.