[llvm-branch-commits] [llvm-branch] r351870 - [docs] Add release notes for notable things I've contributed since last release
Martin Storsjo via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jan 22 12:36:23 PST 2019
Author: mstorsjo
Date: Tue Jan 22 12:36:23 2019
New Revision: 351870
URL: http://llvm.org/viewvc/llvm-project?rev=351870&view=rev
Log:
[docs] Add release notes for notable things I've contributed since last release
Differential Revision: https://reviews.llvm.org/D57003
Modified:
llvm/branches/release_80/docs/ReleaseNotes.rst
Modified: llvm/branches/release_80/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_80/docs/ReleaseNotes.rst?rev=351870&r1=351869&r2=351870&view=diff
==============================================================================
--- llvm/branches/release_80/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_80/docs/ReleaseNotes.rst Tue Jan 22 12:36:23 2019
@@ -48,6 +48,10 @@ Non-comprehensive list of changes in thi
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 LLVM IR
----------------------
+Changes to the AArch64 Target
+-----------------------------
+
+* Added support for the ``.arch_extension`` assembler directive, just like
+ on ARM.
+
+
Changes to the ARM Backend
--------------------------
More information about the llvm-branch-commits
mailing list