[llvm-branch-commits] [llvm-branch] r261116 - ReleaseNotes: new Win EH instructions; by David Majnemer

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Feb 17 09:57:26 PST 2016


Author: hans
Date: Wed Feb 17 11:57:26 2016
New Revision: 261116

URL: http://llvm.org/viewvc/llvm-project?rev=261116&view=rev
Log:
ReleaseNotes: new Win EH instructions; by David Majnemer

Modified:
    llvm/branches/release_38/docs/ReleaseNotes.rst

Modified: llvm/branches/release_38/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_38/docs/ReleaseNotes.rst?rev=261116&r1=261115&r2=261116&view=diff
==============================================================================
--- llvm/branches/release_38/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_38/docs/ReleaseNotes.rst Wed Feb 17 11:57:26 2016
@@ -106,6 +106,13 @@ Non-comprehensive list of changes in thi
   variables are converted to calls to ``__emutls_get_address`` in the runtime
   library.
 
+* MSVC compatible exception handling has been completely overhauled. New
+  instructions have been introduced to facilitate this:
+  `New exception handling instructions <ExceptionHandling.html#new-exception-handling-instructions>`_. 
+  While we have done our best to test this feature thoroughly, it would
+  not be completely surprising if there were a few lingering issues that
+  early adopters might bump into.
+
 .. NOTE
    For small 1-3 sentence descriptions, just add an entry at the end of
    this list. If your description won't fit comfortably in one bullet




More information about the llvm-branch-commits mailing list