From 3a88dc8338922e0286910a01694c348db8b8f876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Mon, 16 Aug 2021 12:26:49 +0300 Subject: [PATCH] Add release notes for things relating to MinGW in the release --- docs/ReleaseNotes.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index de442580a14..9e9a7722b5e 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -80,10 +80,15 @@ Changes to the AArch64 Backend * Introduced assembly support for Armv9-A's Realm Management Extension (RME) and Scalable Matrix Extension (SME). +* Produce proper cross-section relative relocations on COFF + +* Fixed the calling convention on Windows for variadic functions involving + floats in the fixed arguments + Changes to the ARM Backend -------------------------- -During this release ... +* Produce proper cross-section relative relocations on COFF Changes to the MIPS Target -------------------------- @@ -241,6 +246,15 @@ Changes to the LLVM tools * In lli the default JIT engine switched from MCJIT (``-jit-kind=mcjit``) to ORC (``-jit-kind=orc``). (`D98931 `_) +* llvm-rc got support for invoking Clang to preprocess its input. + (`D100755 `_) + +* llvm-rc got a GNU windres compatible frontend, llvm-windres. + (`D100756 `_) + +* llvm-ml has improved compatibility with MS ml.exe, managing to assemble + more asm files. + Changes to LLDB ---------------------------------