From 2507c58ca21ee01c359cd5ddf2fe84eea16366ee Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Wed, 17 Feb 2016 17:57:26 +0000 Subject: [PATCH 1/1] ReleaseNotes: new Win EH instructions; by David Majnemer git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@261116 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 93452bb734c..73831f54539 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -106,6 +106,13 @@ Non-comprehensive list of changes in this release 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 `_. + 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 -- 2.34.1