|
|
Subscribe / Log in / New account

LLVM 9.0.0 released

Version 9.0.0 of the LLVM compiler suite is out. Headline changes include asm goto support — fixing one of the main impediments to compiling the kernel on x86 with LLVM — and non-experimental support for the RISC-V architecture.


From:  Hans Wennborg via llvm-dev <llvm-dev-AT-lists.llvm.org>
To:  llvm-announce-AT-lists.llvm.org
Subject:  LLVM 9.0.0 Release
Date:  Thu, 19 Sep 2019 19:47:21 +0200
Message-ID:  <CAB8jPheqQjvq21mC8ifK3sPZxZRNu0S0F-eTA73djXwbCqf=hA@mail.gmail.com>
Cc:  llvm-dev <llvm-dev-AT-lists.llvm.org>, clangd-dev-AT-lists.llvm.org, "openmp-dev \(openmp-dev-AT-lists.llvm.org\)" <openmp-dev-AT-lists.llvm.org>, LLDB Dev <lldb-dev-AT-lists.llvm.org>, cfe-dev <cfe-dev-AT-lists.llvm.org>, libcxx-dev-AT-lists.llvm.org
Archive-link:  Article

It's my great pleasure to announce that LLVM 9 is now available.

Get it here: https://llvm.org/releases/download.html#9.0.0

This release is the result of the LLVM community's work over the past
six months (up to trunk r366426 plus commits on the branch). Some
highlights include:

- Support for asm goto, enabling for example the mainline Linux kernel
  for x86_64 to build with Clang
- The RISCV-V target is no longer experimental, but built by default
- Experimental support for C++ for OpenCL

as well as many bug fixes, optimizations, and diagnostics improvements.

For more details, see the release notes:
https://llvm.org/releases/9.0.0/docs/ReleaseNotes.html
https://llvm.org/releases/9.0.0/tools/clang/docs/ReleaseN...
https://llvm.org/releases/9.0.0/tools/clang/tools/extra/d...
https://llvm.org/releases/9.0.0/tools/lld/docs/ReleaseNot...
https://llvm.org/releases/9.0.0/projects/libcxx/docs/Rele...

Special thanks to the release testers and packagers: Amy Kwan, Andrew
Kelley, Bernhard Rosenkraenzer, Brian Cain, Diana Picus, Dimitry
Andric, Jonas Hahnfeld, Khem Raj, Michał Górny, Neil Nelson, Nick
Desaulniers, Sylvestre Ledru, and Victor Huang. Without your work,
this would not be possible.

For questions or comments about the release, please contact the
community on the mailing lists. Onwards to LLVM 10!

Thanks,
Hans
_______________________________________________
LLVM Developers mailing list
llvm-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


to post comments

LLVM 9.0.0 released

Posted Sep 25, 2019 15:37 UTC (Wed) by ndesaulniers (subscriber, #110768) [Link]


Copyright © 2019, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds