From: Martin Storsjo Date: Tue, 22 Jan 2019 20:36:23 +0000 (+0000) Subject: [docs] Add release notes for notable things I've contributed since last release X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b30cd93f9c36ecdb959d1ecff83bd0b39130be2b;p=llvm [docs] Add release notes for notable things I've contributed since last release Differential Revision: https://reviews.llvm.org/D57003 git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_80@351870 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index db9cf519495..cb80459546f 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -48,6 +48,10 @@ Non-comprehensive list of changes in this release functionality. See `Writing an LLVM Pass `_. +* For MinGW, references to data variables that might need to be imported + from a dll are accessed via a stub, to allow the linker to convert it to + a dllimport if needed. + .. NOTE If you would like to document a larger change, then you can add a subsection about it right here. You can copy the following boilerplate @@ -62,6 +66,13 @@ Changes to the LLVM IR ---------------------- +Changes to the AArch64 Target +----------------------------- + +* Added support for the ``.arch_extension`` assembler directive, just like + on ARM. + + Changes to the ARM Backend --------------------------