Skip to content

Commit 1ed0a41

Browse files
authored
[ATFE] Update Changelog with recent additions and enhancements in 20.x. (arm#184)
1 parent 4bcf605 commit 1ed0a41

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

arm-software/embedded/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

33
All 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

57
The 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).

0 commit comments

Comments
 (0)