1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Add release notes for things relating to MinGW in the release

This commit is contained in:
Martin Storsjö 2021-08-16 12:26:49 +03:00
parent 4a38ef8718
commit 3a88dc8338

View File

@ -80,10 +80,15 @@ Changes to the AArch64 Backend
* Introduced assembly support for Armv9-A's Realm Management Extension (RME) * Introduced assembly support for Armv9-A's Realm Management Extension (RME)
and Scalable Matrix Extension (SME). 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 Changes to the ARM Backend
-------------------------- --------------------------
During this release ... * Produce proper cross-section relative relocations on COFF
Changes to the MIPS Target 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``). * In lli the default JIT engine switched from MCJIT (``-jit-kind=mcjit``) to ORC (``-jit-kind=orc``).
(`D98931 <https://reviews.llvm.org/D98931>`_) (`D98931 <https://reviews.llvm.org/D98931>`_)
* llvm-rc got support for invoking Clang to preprocess its input.
(`D100755 <https://reviews.llvm.org/D100755>`_)
* llvm-rc got a GNU windres compatible frontend, llvm-windres.
(`D100756 <https://reviews.llvm.org/D100756>`_)
* llvm-ml has improved compatibility with MS ml.exe, managing to assemble
more asm files.
Changes to LLDB Changes to LLDB
--------------------------------- ---------------------------------