From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46217 invoked by alias); 28 Aug 2019 02:42:17 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Return-Path: Received: (qmail 111489 invoked by uid 89); 28 Aug 2019 02:40:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS autolearn=no version=3.3.1 spammy=H*MI:cygwin, H*Ad:U*cygwin-announce, Yaakov, yaakov X-HELO: mx1.redhat.com From: Yaakov Selkowitz To: cygwin-announce@cygwin.com Date: Wed, 28 Aug 2019 02:42:00 -0000 Message-Id: <20190827222457.29239-1-yselkowitz@cygwin.com> Subject: LLVM/Clang 8.0.1-1 X-SW-Source: 2019-08/txt/msg00019.txt.bz2 The following packages have been uploaded to the Cygwin distribution: * llvm-8.0.1-1 * libllvm8-8.0.1-1 * libllvm-devel-8.0.1-1 * libpolly8-8.0.1-1 * libpolly-devel-8.0.1-1 * llvm-doc-8.0.1-1 * polly-doc-8.0.1-1 * ocaml-llvm-8.0.1-1 * ocaml-llvm-doc-8.0.1-1 * clang-8.0.1-1 * clang-analyzer-8.0.1-1 * clang-doc-8.0.1-1 * emacs-clang-format-8.0.1-1 * vim-clang-format-8.0.1-1 * git-clang-format-8.0.1-1 * libclang8-8.0.1-1 * libclang-devel-8.0.1-1 * mingw64-i686-clang-8.0.1-1 * mingw64-x86_64-clang-8.0.1-1 * python27-clang-8.0.1-1 * python36-clang-8.0.1-1 * python37-clang-8.0.1-1 * compiler-rt-8.0.1-1 * libunwind1-8.0.1-1 * libunwind-devel-8.0.1-1 * libc++abi1-8.0.1-1 * libc++abi-devel-8.0.1-1 * libc++1-8.0.1-1 * libc++-devel-8.0.1-1 The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as well as some less common ones!) These libraries are built around a well specified code representation known as the LLVM intermediate representation. Clang is an LLVM native C/C++/ObjC compiler, which aims to deliver amazingly fast compiles, extremely useful error and warning messages and to provide a platform for building great source level tools. The Clang Static Analyzer is a tool that automatically finds bugs in your code, and is a great example of the sort of tool that can be built using the Clang frontend as a library to parse C/C++ code. This is an update to the latest upstream stable release, with some package and feature changes: * Support for all targets has been enabled in LLVM and Clang. As a consequence thereof, LLVM is built with shared individual libraries to avoid an unusally large single LLVM library. * The Polly library is built together with LLVM, and support for optimizations enabled thereby is now available in LLVM and Clang commands. * libunwind has been added as an alternative exception handler library, and is used by libc++abi, and linked by default when using compiler-rt. -- Yaakov