diff -Nru llvm-toolchain-3.8-3.8.1~+rc1/debian/changelog llvm-toolchain-3.8-3.8.1~+rc1/debian/changelog --- llvm-toolchain-3.8-3.8.1~+rc1/debian/changelog 2016-06-08 11:19:02.000000000 +0200 +++ llvm-toolchain-3.8-3.8.1~+rc1/debian/changelog 2016-06-18 12:55:27.000000000 +0200 @@ -1,3 +1,16 @@ +llvm-toolchain-3.8 (1:3.8.1~+rc1-1~exp1ubuntu1) yakkety; urgency=medium + + * Merge with Debian (LP: #1593952); remaining changes: + - Disable lldb on s390x. + - Remove the build tree before calling dh_strip; at least the amd64 buildd + runs out of diskspace at this step. + - rules: Allow LLVM tests to fail on i386, we know dropping AVX512 breaks + them. + - drop-avx512-from-skylake.diff: Don't enable AVX512 on Skylake, as it's + a server cpu feature and breaks llvmpipe on workstations. + + -- Gianfranco Costamagna Sat, 18 Jun 2016 12:54:33 +0200 + llvm-toolchain-3.8 (1:3.8.1~+rc1-1~exp1) experimental; urgency=medium * New RC release @@ -32,6 +45,29 @@ -- Sylvestre Ledru Thu, 26 May 2016 17:30:00 +0200 +llvm-toolchain-3.8 (1:3.8-2ubuntu3) xenial; urgency=medium + + * rules: Allow LLVM tests to fail on i386, we know dropping AVX512 breaks + them. + + -- Timo Aaltonen Thu, 21 Apr 2016 08:16:04 +0300 + +llvm-toolchain-3.8 (1:3.8-2ubuntu2) xenial; urgency=medium + + * drop-avx512-from-skylake.diff: Don't enable AVX512 on Skylake, as it's + a server cpu feature and breaks llvmpipe on workstations. (LP: #1564156) + + -- Timo Aaltonen Wed, 20 Apr 2016 13:12:25 +0300 + +llvm-toolchain-3.8 (1:3.8-2ubuntu1) xenial; urgency=medium + + * Merge with Debian; remaining changes: + - Disable lldb on s390x. + - Remove the build tree before calling dh_strip; at least the amd64 buildd + runs out of diskspace at this step. + + -- Matthias Klose Tue, 08 Mar 2016 12:30:58 +0100 + llvm-toolchain-3.8 (1:3.8-2) unstable; urgency=medium * Team upload. @@ -67,6 +103,23 @@ -- Sylvestre Ledru Thu, 25 Feb 2016 14:26:14 +0100 +llvm-toolchain-3.8 (1:3.8~+rc2-1~exp1ubuntu2) xenial; urgency=medium + + * clang-tidy-3.8: Remove Breaks/Replaces on clang-modernize-3.8. + * libllvm3.8: Add Breaks/Replaces on libllvm3.8v4 (anticipated package + name for backports to trusty). + + -- Matthias Klose Fri, 12 Feb 2016 12:36:43 +0100 + +llvm-toolchain-3.8 (1:3.8~+rc2-1~exp1ubuntu1) xenial; urgency=medium + + * Merge with Debian; remaining changes: + - Disable lldb on s390x. + - Remove the build tree before calling dh_strip; at least the amd64 buildd + runs out of diskspace at this step. + + -- Matthias Klose Tue, 09 Feb 2016 14:44:36 +0100 + llvm-toolchain-3.8 (1:3.8~+rc2-1~exp1) experimental; urgency=medium * New snapshot release @@ -75,6 +128,14 @@ -- Sylvestre Ledru Wed, 03 Feb 2016 08:59:32 +0100 +llvm-toolchain-3.8 (1:3.8~+rc1-1~exp1ubuntu3) xenial; urgency=medium + + * Disable lldb on s390x. + * Remove the build tree before calling dh_strip; at least the amd64 buildd + runs out of diskspace at this step. + + -- Matthias Klose Wed, 03 Feb 2016 14:32:41 +0100 + llvm-toolchain-3.8 (1:3.8~+rc1-1~exp1) experimental; urgency=medium * New snapshot release diff -Nru llvm-toolchain-3.8-3.8.1~+rc1/debian/control llvm-toolchain-3.8-3.8.1~+rc1/debian/control --- llvm-toolchain-3.8-3.8.1~+rc1/debian/control 2016-06-08 11:18:06.000000000 +0200 +++ llvm-toolchain-3.8-3.8.1~+rc1/debian/control 2016-06-18 12:50:57.000000000 +0200 @@ -196,6 +196,8 @@ Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} +Breaks: libllvm3.8v4 +Replaces: libllvm3.8v4 Multi-Arch: same Description: Modular compiler and toolchain technologies, runtime library LLVM is a collection of libraries and tools that make it easy to build diff -Nru llvm-toolchain-3.8-3.8.1~+rc1/debian/patches/drop-avx512-from-skylake.diff llvm-toolchain-3.8-3.8.1~+rc1/debian/patches/drop-avx512-from-skylake.diff --- llvm-toolchain-3.8-3.8.1~+rc1/debian/patches/drop-avx512-from-skylake.diff 1970-01-01 01:00:00.000000000 +0100 +++ llvm-toolchain-3.8-3.8.1~+rc1/debian/patches/drop-avx512-from-skylake.diff 2016-06-18 12:50:57.000000000 +0200 @@ -0,0 +1,16 @@ +--- a/lib/Target/X86/X86.td ++++ b/lib/Target/X86/X86.td +@@ -487,13 +487,7 @@ def : KnightsLandingProc<"knl">; + // FIXME: define SKX model + class SkylakeProc : ProcessorModel