File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33All notable changes to this project will be documented in this file.
4+ This release is migrated from [ LLVM-ET] ( https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm ) .
5+ The package structure remains the same, making this a direct successor release.
46
57The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
8+
9+ ## [ 20.1.0]
10+
11+ ### Added
12+ - Support for targeting AArch64 v8-R in both big-endian and little-endian modes (#64 ) (#68 ) (#102 ).
13+ - Additional library variants for AArch32 with strict alignment (LLVM-ET #605 ).
14+ - Support for targeting AArch32 M-profile in big-endian mode (#44 ) (#50 ) (#51 ) (LLVM-ET #626 ).
15+ - Support for targeting AArch32 A-profile in big-endian mode (#92 ) (#98 ).
16+ - Support for downloading AArch64 versions of FVPs (#73 ).
17+ - Newlib samples (#38 ).
18+ - Newlib-nano as multilib overlay package (#60 ).
19+
20+ ### Changed
21+ - AArch64 A-profile big endian library variants made strictly aligned (LLVM-ET #607 ).
22+ - Ensure sysroot is set when running libcxx tests (#57 ).
23+ - Enable exceptions/RTTI builds of libcxx with newlib (#36 ).
24+ - Disable debug symbols in picolibc builds (#135 ).
25+ - Handle meson test return code in picolibc tests (#162 ).
26+ - Reduce nesting of subproject build folders (#54 ).
27+ - Improve build efficiency by building library subprojects in parallel (#31 ).
28+
29+ ### Fixed
30+ - Store check-all results and continue libcxx tests on failure (#151 ).
31+
32+ ## [ Old Releases]
33+
34+ Previous release changelogs can be found [ here] ( https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/blob/llvm-19/CHANGELOG.md ) .
You can’t perform that action at this time.
0 commit comments