[PATCH] D57003: [docs] Add release notes for notable things I've contributed since last release

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 22 12:37:52 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL351870: [docs] Add release notes for notable things I've contributed since last release (authored by mstorsjo, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D57003?vs=182753&id=182959#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57003/new/

https://reviews.llvm.org/D57003

Files:
  llvm/branches/release_80/docs/ReleaseNotes.rst


Index: llvm/branches/release_80/docs/ReleaseNotes.rst
===================================================================
--- llvm/branches/release_80/docs/ReleaseNotes.rst
+++ llvm/branches/release_80/docs/ReleaseNotes.rst
@@ -48,6 +48,10 @@
   functionality.  See `Writing an LLVM Pass
   <WritingAnLLVMPass.html#setting-up-the-build-environment>`_.
 
+* 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 AArch64 Target
+-----------------------------
+
+* Added support for the ``.arch_extension`` assembler directive, just like
+  on ARM.
+
+
 Changes to the ARM Backend
 --------------------------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57003.182959.patch
Type: text/x-patch
Size: 946 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190122/2f7199cc/attachment.bin>


More information about the llvm-commits mailing list