Skip to content

Commit 6223050

Browse files
committed
[docs] Add llvm & clang release notes for LoongArch
Differential Revision: https://reviews.llvm.org/D156195
1 parent 6084ee7 commit 6223050

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,8 @@ LoongArch Support
897897
on LoongArch.
898898
- Unaligned memory accesses can be toggled by ``-m[no-]unaligned-access`` or the
899899
aliases ``-m[no-]strict-align``.
900+
- Non ``$``-prefixed GPR names (e.g. ``r4`` and ``a0``) are allowed in inlineasm
901+
like GCC does.
900902

901903
RISC-V Support
902904
^^^^^^^^^^^^^^
@@ -1095,6 +1097,7 @@ Static Analyzer
10951097

10961098
Sanitizers
10971099
----------
1100+
- Several more sanitizers are now ported to LoongArch: MSan, DFsan, Profile, XRay and libFuzzer.
10981101

10991102
Python Binding Changes
11001103
----------------------

llvm/docs/ReleaseNotes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,13 @@ Changes to the Hexagon Backend
199199
Changes to the LoongArch Backend
200200
--------------------------------
201201

202+
* Adds assembler/disassembler support for the LSX, LASX, LVZ and LBT ISA extensions.
202203
* The ``lp64s`` ABI is supported now and has been tested on Rust bare-matal target.
203204
* A target feature ``ual`` is introduced to allow unaligned memory accesses and
204205
this feature is enabled by default for generic 64-bit processors.
206+
* Adds support for the ``large`` code model, which is equivalent to GCC's ``extreme`` one.
207+
* Assorted codegen improvements.
208+
* llvm-objcopy now supports processing LoongArch objects.
205209

206210
Changes to the MIPS Backend
207211
---------------------------

0 commit comments

Comments
 (0)