Skip to content

Tags: ARM-software/LLVM-embedded-toolchain-for-Arm

Tags

release-18.1.3

Toggle release-18.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a sample to test C++ exceptions support (#432) (#434)

Add a sample to test C++ exceptions support

preview-18.0.0-devdrop0

Toggle preview-18.0.0-devdrop0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor libraries with exceptions (#354)

Rework of libraries with exceptions
so one can use them with --sysroot parameter
to clang compiler.

release-17.0.1

Toggle release-17.0.1's commit message
Update CHANGELOG and picolibc version

preview-17.0.0-devdrop0

Toggle preview-17.0.0-devdrop0's commit message
Restore trailing whitespaces in patch

Without these the patch is detected as corrupted
and the Windows build fails.

release-16.0.0

Toggle release-16.0.0's commit message
Add libunwind license

We package libunwind so we also need to distribute its license.

release-15.0.2

Toggle release-15.0.2's commit message
Adjust revisions and patches for LLVM 15

release-14.0.0

Toggle release-14.0.0's commit message
Fix version numbers in documentation

release-13.0.0

Toggle release-13.0.0's commit message
Add Mingw-w64 licenses and version

This patch adds several license files pertinent to the runtime DLLs
that are part of the Mingw-w64 project, specifically:
* COPYING3.GCC - GPL v3 - applies to libstdc++ and libgcc
* COPYING.RUNTIME - GCC Runtime library exception - applies to
  libstdc++ and libgcc
* COPYING.MinGW-w64-runtime.txt - applies to libstdc++, libgcc and
  libwinpthread

These licenses are included in the binary distribution when the
corresponding DLLs are included in the distribution.

Also this patch adds Mingw-w64 version information to VERSION.txt
when compiling with Mingw-w64.