|
|
Log in / Subscribe / Register

LLVM 5.0.0 released

Version 5.0.0 of the LLVM compiler infrastructure is out. "This release is the result of the community's work over the past six months, including: C++17 support, co-routines, improved optimizations, new compiler warnings, many bug fixes, and more". See the release notes (and release notes for Clang, Clang tools, lld, and polly) for details.


From:  Hans Wennborg via llvm-dev <llvm-dev-AT-lists.llvm.org>
To:  llvm-announce-AT-lists.llvm.org
Subject:  LLVM 5.0.0 Release
Date:  Thu, 7 Sep 2017 11:45:35 -0700
Message-ID:  <CAB8jPheD2jDs+atTU9Ew+RCJLpAuxNT7S7F+HzmYK-E6UJ7kFg@mail.gmail.com>
Cc:  llvm-dev <llvm-dev-AT-lists.llvm.org>, cfe-dev <cfe-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>

It is my pleasure to announce that LLVM 5 is now available.

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

(Why the big jump from 4.0.1? With the new versioning scheme, the
major version is incremented for each major release:
http://blog.llvm.org/2016/12/llvms-new-versioning-scheme....)

This release is the result of the community's work over the past six
months, including: C++17 support, co-routines, improved optimizations,
new compiler warnings, many bug fixes, and more.

For details, see the release notes:
https://llvm.org/releases/5.0.0/docs/ReleaseNotes.html
https://llvm.org/releases/5.0.0/tools/clang/docs/ReleaseN...
https://llvm.org/releases/5.0.0/tools/clang/tools/extra/d...
https://llvm.org/releases/5.0.0/tools/lld/docs/ReleaseNot...
https://llvm.org/releases/5.0.0/tools/polly/docs/ReleaseN...

Thanks to everyone who helped with filing, fixing, and code-review for
release-blocking bugs!

Special thanks to the release testers and packagers: Bero
Rosenkränzer, Brian Cain, Diana Picus, Dimitry Andric, Michał Górny,
Simon Dardis, Sylvestre Ledru, Tom Stellard, and Vedant Kumar!

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

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


to post comments


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