I am pleased to announce that LLVM 10 is now available. Get it here: https://llvm.org/releases/download.html#10.0.0 This release is the result of the LLVM community's work over the past six months (up to to e26a78e7085 on master plus commits up to d32170dbd5b on the release/10.x branch). Some highlights include: - C++ Concepts support in Clang - Clang no longer runs in a separate process by default ("in-process cc1") - Windows control flow guard (CFG) checks - Support for more processor cores and features And as usual, many bug fixes, optimizations, and new compiler diagnostics. For more details, see the release notes: https://llvm.org/releases/10.0.0/docs/ReleaseNotes.html https://llvm.org/releases/10.0.0/tools/clang/docs/ReleaseNotes.html https://llvm.org/releases/10.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html https://llvm.org/releases/10.0.0/tools/lld/docs/ReleaseNotes.html https://llvm.org/releases/10.0.0/tools/polly/docs/ReleaseNotes.html https://llvm.org/releases/10.0.0/projects/libcxx/docs/ReleaseNotes.html Special thanks to the release testers and packagers: Alexandre Ganea, Andrew Kelley, Anil Mahmud, Bernhard Rosenkraenzer, Brian Cain, Dimitry Andric, Martijn Otto, Michael Kruse, Michał Górny, Neil Nelson, Rainer Orth, Serge Guelton, Sylvestre Ledru, Tobias Hieta, and Yvan Roux. Without your work, this release would not be possible. For questions or comments about the release, please contact the community on the mailing lists. Onwards to LLVM 11! And take care. Thanks, Hans
Hi Hans,> I am pleased to announce that LLVM 10 is now available. > > Get it here: https://llvm.org/releases/download.html#10.0.0 > > This release is the result of the LLVM community's work over the past > six months (up to to e26a78e7085 on master plus commits up to > d32170dbd5b on the release/10.x branch).I've now uploaded Solaris 11.4/AMD64 and SPARCv9 binaries with the following sha256 hashes: aaf6865542bd772e30be3abf620340a050ed5e4297f8be347e959e5483d9f159 clang+llvm-10.0.0-amd64-pc-solaris2.11.tar.xz 725c9205550cabb6d8e0d8b1029176113615809dcc880b347c1577aecdf2af4c clang+llvm-10.0.0-sparcv9-sun-solaris2.11.tar.xz No regressions relative to rc4. Thanks. Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University
Tobias Hieta via llvm-dev
2020-Mar-25 09:07 UTC
[llvm-dev] [Release-testers] LLVM 10.0.0 Release
Hello, macOS build is ready: 633a833396bf2276094c126b072d52b59aca6249e7ce8eae14c728016edb5e61 clang+llvm-10.0.0-x86_64-apple-darwin.tar.xz On Tue, Mar 24, 2020 at 9:33 PM Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> > I am pleased to announce that LLVM 10 is now available. > > Get it here: https://llvm.org/releases/download.html#10.0.0 > > This release is the result of the LLVM community's work over the past > six months (up to to e26a78e7085 on master plus commits up to > d32170dbd5b on the release/10.x branch). > > Some highlights include: > > - C++ Concepts support in Clang > - Clang no longer runs in a separate process by default ("in-process cc1") > - Windows control flow guard (CFG) checks > - Support for more processor cores and features > > And as usual, many bug fixes, optimizations, and new compiler diagnostics. > > For more details, see the release notes: > > https://llvm.org/releases/10.0.0/docs/ReleaseNotes.html > https://llvm.org/releases/10.0.0/tools/clang/docs/ReleaseNotes.html > https://llvm.org/releases/10.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html > https://llvm.org/releases/10.0.0/tools/lld/docs/ReleaseNotes.html > https://llvm.org/releases/10.0.0/tools/polly/docs/ReleaseNotes.html > https://llvm.org/releases/10.0.0/projects/libcxx/docs/ReleaseNotes.html > > Special thanks to the release testers and packagers: Alexandre Ganea, > Andrew Kelley, Anil Mahmud, Bernhard Rosenkraenzer, Brian Cain, > Dimitry Andric, Martijn Otto, Michael Kruse, Michał Górny, Neil > Nelson, Rainer Orth, Serge Guelton, Sylvestre Ledru, Tobias Hieta, and > Yvan Roux. Without your work, this release would not be possible. > > For questions or comments about the release, please contact the > community on the mailing lists. Onwards to LLVM 11! And take care. > > Thanks, > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
Anil Mahmud via llvm-dev
2020-Mar-25 23:49 UTC
[llvm-dev] [Release-testers] LLVM 10.0.0 Release
Hello, I finished testing llvm-10.0.0 final on Power PC 64bit Little Endian Ubuntu 16.04 machine and have uploaded the binary from IBM. There were no regressions. The sha1 file is attached. Thanks, Anil Mahmud On Tue, Mar 24, 2020 at 4:33 PM Hans Wennborg via Release-testers < release-testers at lists.llvm.org> wrote:> I am pleased to announce that LLVM 10 is now available. > > Get it here: https://llvm.org/releases/download.html#10.0.0 > > This release is the result of the LLVM community's work over the past > six months (up to to e26a78e7085 on master plus commits up to > d32170dbd5b on the release/10.x branch). > > Some highlights include: > > - C++ Concepts support in Clang > - Clang no longer runs in a separate process by default ("in-process cc1") > - Windows control flow guard (CFG) checks > - Support for more processor cores and features > > And as usual, many bug fixes, optimizations, and new compiler diagnostics. > > For more details, see the release notes: > > https://llvm.org/releases/10.0.0/docs/ReleaseNotes.html > https://llvm.org/releases/10.0.0/tools/clang/docs/ReleaseNotes.html > > https://llvm.org/releases/10.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html > https://llvm.org/releases/10.0.0/tools/lld/docs/ReleaseNotes.html > https://llvm.org/releases/10.0.0/tools/polly/docs/ReleaseNotes.html > https://llvm.org/releases/10.0.0/projects/libcxx/docs/ReleaseNotes.html > > Special thanks to the release testers and packagers: Alexandre Ganea, > Andrew Kelley, Anil Mahmud, Bernhard Rosenkraenzer, Brian Cain, > Dimitry Andric, Martijn Otto, Michael Kruse, Michał Górny, Neil > Nelson, Rainer Orth, Serge Guelton, Sylvestre Ledru, Tobias Hieta, and > Yvan Roux. Without your work, this release would not be possible. > > For questions or comments about the release, please contact the > community on the mailing lists. Onwards to LLVM 11! And take care. > > Thanks, > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200325/e8bbf1c8/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: clang+llvm-10.0.0-powerpc64le-linux-ubuntu-16.04.sha1 Type: application/octet-stream Size: 98 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200325/e8bbf1c8/attachment.obj>
Anil Mahmud via llvm-dev
2020-Mar-25 23:50 UTC
[llvm-dev] [Release-testers] LLVM 10.0.0 Release
Hello, I finished testing llvm-10.0.0 final on Power PC 64bit Little Endian Red Hat 7.4 machine and have uploaded the binary from IBM. There were no regressions. The sha1 file is attached. Thanks, Anil Mahmud On Tue, Mar 24, 2020 at 4:33 PM Hans Wennborg via Release-testers < release-testers at lists.llvm.org> wrote:> I am pleased to announce that LLVM 10 is now available. > > Get it here: https://llvm.org/releases/download.html#10.0.0 > > This release is the result of the LLVM community's work over the past > six months (up to to e26a78e7085 on master plus commits up to > d32170dbd5b on the release/10.x branch). > > Some highlights include: > > - C++ Concepts support in Clang > - Clang no longer runs in a separate process by default ("in-process cc1") > - Windows control flow guard (CFG) checks > - Support for more processor cores and features > > And as usual, many bug fixes, optimizations, and new compiler diagnostics. > > For more details, see the release notes: > > https://llvm.org/releases/10.0.0/docs/ReleaseNotes.html > https://llvm.org/releases/10.0.0/tools/clang/docs/ReleaseNotes.html > > https://llvm.org/releases/10.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html > https://llvm.org/releases/10.0.0/tools/lld/docs/ReleaseNotes.html > https://llvm.org/releases/10.0.0/tools/polly/docs/ReleaseNotes.html > https://llvm.org/releases/10.0.0/projects/libcxx/docs/ReleaseNotes.html > > Special thanks to the release testers and packagers: Alexandre Ganea, > Andrew Kelley, Anil Mahmud, Bernhard Rosenkraenzer, Brian Cain, > Dimitry Andric, Martijn Otto, Michael Kruse, Michał Górny, Neil > Nelson, Rainer Orth, Serge Guelton, Sylvestre Ledru, Tobias Hieta, and > Yvan Roux. Without your work, this release would not be possible. > > For questions or comments about the release, please contact the > community on the mailing lists. Onwards to LLVM 11! And take care. > > Thanks, > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200325/65e7b740/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: clang+llvm-10.0.0-powerpc64le-linux-rhel-7.4.sha1 Type: application/octet-stream Size: 94 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200325/65e7b740/attachment-0001.obj>
Hans Wennborg via llvm-dev
2020-Mar-26 12:08 UTC
[llvm-dev] [Release-testers] LLVM 10.0.0 Release
Thanks! I've added them to the release page. On Thu, Mar 26, 2020 at 12:50 AM Anil Mahmud <anil.mahmud.llvm at gmail.com> wrote:> > Hello, > > I finished testing llvm-10.0.0 final on Power PC 64bit Little Endian Red Hat 7.4 machine and have uploaded the binary from IBM. > There were no regressions. The sha1 file is attached. > > Thanks, > Anil Mahmud > > On Tue, Mar 24, 2020 at 4:33 PM Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: >> >> I am pleased to announce that LLVM 10 is now available. >> >> Get it here: https://llvm.org/releases/download.html#10.0.0 >> >> This release is the result of the LLVM community's work over the past >> six months (up to to e26a78e7085 on master plus commits up to >> d32170dbd5b on the release/10.x branch). >> >> Some highlights include: >> >> - C++ Concepts support in Clang >> - Clang no longer runs in a separate process by default ("in-process cc1") >> - Windows control flow guard (CFG) checks >> - Support for more processor cores and features >> >> And as usual, many bug fixes, optimizations, and new compiler diagnostics. >> >> For more details, see the release notes: >> >> https://llvm.org/releases/10.0.0/docs/ReleaseNotes.html >> https://llvm.org/releases/10.0.0/tools/clang/docs/ReleaseNotes.html >> https://llvm.org/releases/10.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html >> https://llvm.org/releases/10.0.0/tools/lld/docs/ReleaseNotes.html >> https://llvm.org/releases/10.0.0/tools/polly/docs/ReleaseNotes.html >> https://llvm.org/releases/10.0.0/projects/libcxx/docs/ReleaseNotes.html >> >> Special thanks to the release testers and packagers: Alexandre Ganea, >> Andrew Kelley, Anil Mahmud, Bernhard Rosenkraenzer, Brian Cain, >> Dimitry Andric, Martijn Otto, Michael Kruse, Michał Górny, Neil >> Nelson, Rainer Orth, Serge Guelton, Sylvestre Ledru, Tobias Hieta, and >> Yvan Roux. Without your work, this release would not be possible. >> >> For questions or comments about the release, please contact the >> community on the mailing lists. Onwards to LLVM 11! And take care. >> >> Thanks, >> Hans >> _______________________________________________ >> Release-testers mailing list >> Release-testers at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
Dimitry Andric via llvm-dev
2020-Mar-26 17:18 UTC
[llvm-dev] [Release-testers] LLVM 10.0.0 Release
On 24 Mar 2020, at 21:32, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> > I am pleased to announce that LLVM 10 is now available. > > Get it here: https://llvm.org/releases/download.html#10.0.0For 10.0.0-final, I used three patches, which are attached. Main results on amd64-freebsd11: Expected Passes : 67938 (rc5: 67940) Expected Failures : 265 (rc5: 265) Unsupported Tests : 4654 (rc5: 4654) Unexpected Passes : 5 (rc5: 5) Unexpected Failures: 541 (rc5: 540) Individual Timeouts: 19 (rc5: 18) Test suite results on amd64-freebsd11: Expected Passes : 2398 Unexpected Failures: 3 Main results on i386-freebsd11: Expected Passes : 64993 (rc5: 64993) Expected Failures : 248 (rc5: 248) Unsupported Tests : 3083 (rc5: 3083) Unresolved Tests : 1 (rc5: 1) Unexpected Passes : 5 (rc5: 5) Unexpected Failures: 231 (rc5: 231) Individual Timeouts: 11 (rc5: 11) As usual, the test suite does not build on i386, due to missing SSE and int128 support. Uploaded: SHA256 (clang+llvm-10.0.0-amd64-unknown-freebsd11.tar.xz) = 56d58da545743d5f2947234d413632fd2b840e38f2bed7369f6e65531af36a52 SHA256 (clang+llvm-10.0.0-i386-unknown-freebsd11.tar.xz) = 310ed47e957c226b0de17130711505366c225edbed65299ac2c3d59f9a59a41a -Dimitry -------------- next part -------------- A non-text attachment was scrubbed... Name: fix-clang-1.diff Type: application/octet-stream Size: 447 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200326/f18ffe2a/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: fix-compiler-rt-1.diff Type: application/octet-stream Size: 890 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200326/f18ffe2a/attachment-0001.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: fix-test-suite-1.diff Type: application/octet-stream Size: 552 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200326/f18ffe2a/attachment-0002.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 223 bytes Desc: Message signed with OpenPGP URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200326/f18ffe2a/attachment.sig>