[llvm-commits] [llvm] r149914 - /llvm/trunk/docs/ReleaseNotes.html

Bill Wendling isanbard at gmail.com
Mon Feb 6 13:59:44 PST 2012


Author: void
Date: Mon Feb  6 15:59:44 2012
New Revision: 149914

URL: http://llvm.org/viewvc/llvm-project?rev=149914&view=rev
Log:
Document the 'unwind' removal.

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=149914&r1=149913&r2=149914&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Feb  6 15:59:44 2012
@@ -285,7 +285,10 @@
 
   <ul>
     <li>IR support for half float</li>
-	<li>IR support for vectors of pointers, including vector GEPs.</li>
+    <li>IR support for vectors of pointers, including vector GEPs.</li>
+    <li>The <tt>unwind</tt> instruction is now gone. It has been replaced by
+        the <tt>landingpad</tt>/<tt>resume</tt> exception handling
+        mechanisms.</li>
     <li>....</li>
   </ul>
 </div>





More information about the llvm-commits mailing list