Commit 78ecdd7a authored by Martin Storsjö's avatar Martin Storsjö
Browse files

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

Differential Revision: https://reviews.llvm.org/D57003

llvm-svn: 351870
parent a05d35f1
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -48,6 +48,10 @@ Non-comprehensive list of changes in this release
  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
--------------------------