From owner-svn-doc-head@FreeBSD.ORG Tue Apr 14 17:27:20 2015 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF4A465A; Tue, 14 Apr 2015 17:27:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA2BC229; Tue, 14 Apr 2015 17:27:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3EHRK3S094740; Tue, 14 Apr 2015 17:27:20 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3EHRK9P094739; Tue, 14 Apr 2015 17:27:20 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201504141727.t3EHRK9P094739@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Tue, 14 Apr 2015 17:27:20 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46531 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 17:27:21 -0000 Author: bjk Date: Tue Apr 14 17:27:19 2015 New Revision: 46531 URL: https://svnweb.freebsd.org/changeset/doc/46531 Log: Add report on the clang 3.6 import Approved by: hrs (mentor, implicit) Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Tue Apr 14 17:07:42 2015 (r46530) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Tue Apr 14 17:27:19 2015 (r46531) @@ -700,4 +700,102 @@ WITHOUT_FORTH=y + + Clang, llvm and lldb updated to 3.6.0 + + + + + Dimitry + Andric + + dim@FreeBSD.org + + + + + Ed + Maste + + ed@FreeBSD.org + + + + + Roman + Divacky + + rdivacky@FreeBSD.org + + + + + Davide + Italiano + + davide@FreeBSD.org + + + + + LLVM 3.6.0 Release Notes + Clang 3.6.0 Release Notes + + + +

Just before the end of the quarter, we have updated + clang, llvm and lldb in base to 3.6.0 release. These all + contain numerous improvements; please see the linked release + notes for more detailed information.

+ +

We have also imported a newer snapshot of compiler-rt, + with better support for Address Sanitizer and Undefined + Behavior Sanitizer. With the updated clang, llvm, and + compiler-rt, we now support the Address Undefined Behavior + Sanitizers in the base system toolchain.

+ +

Like the 3.5.0 release, these components require C++11 + support to build. At this point, FreeBSD 10.0 and later + provide that support, at least on x86.

+ +

It is still unclear whether we will be able to MFC this + to any stable branches, due to the difficulty it will + introduce for upgrading from a system without C++11 support, + either older releases or architectures still using gcc.

+ +

In the lld-import branch, we have also imported a recent + snapshot of lld, a linker produced by the LLVM project. This + is a very preliminary effort of making it available as a + system linker.

+ +

Thanks to Ed Maste, Roman Divacky, Andrew Turner and + Davide Italiano for their help with this import, and thanks to + Antoine Brodin for performing a ports exp-run.

+ + + + +

After the ports exp-run, a small number of ports + turned out to have problems, and for almost all of these, PRs + with fixes or workarounds were filed. While most of these PRs + have been processed and closed, there are still a few left + that need attention, from either the maintainer(s) or other + volunteers.

+
+ + +

Andrew Turner is working on bringing up the arm64 + architecture, which is now fully supported in clang and llvm. + This will be a very interesting new area for solving + challenging problems.

+
+ + +

There are still issues with the powerpc and sparc64 + architectures, and any help in these areas is very much + appreciated.

+
+
+
+