Commit Graph

2675 Commits

Author SHA1 Message Date
Sylvestre Ledru
9a74fca68b Fix the list of patches 2018-12-10 11:18:56 +01:00
Sylvestre Ledru
f68900ea94 remove wrong comment 2018-12-10 11:10:24 +01:00
Sylvestre Ledru
e9e411ec79 Merge branch 'snapshot' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into snapshot 2018-12-10 10:54:11 +01:00
Sylvestre Ledru
552d484c74 rm file 2018-12-10 10:49:16 +01:00
Sylvestre Ledru
15978787a8 remove old patches 2018-12-10 04:47:03 -05:00
Sylvestre Ledru
c24106928e Merge remote-tracking branch 'origin/7' into snapshot 2018-12-10 04:45:52 -05:00
Sylvestre Ledru
0d01c45662 Improve the debian/patches/series presentation 2018-12-10 04:40:42 -05:00
Sylvestre Ledru
ef83976295 Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7 2018-12-10 04:25:37 -05:00
Sylvestre Ledru
bc40deabb5 fix llvm-config 2018-12-10 04:11:35 -05:00
Sylvestre Ledru
bb5a83a8e3 remove patches applied upstream 2018-12-08 07:49:57 +01:00
Sylvestre Ledru
beb4146166 * New testing release
* disable the llvm-strip as it created too big llvm lib
2018-12-08 07:35:27 +01:00
Sylvestre Ledru
7600774a23 disable llvm-strip for now 2018-12-08 01:18:13 -05:00
John Paul Adrian Glaubitz
7f04c63d2b Add patch to optimize double parameter calling setup on powerpcspe 2018-12-05 09:34:41 +01:00
John Paul Adrian Glaubitz
ec6cc889c7 Add patch to fix register spilling on powerpcspe 2018-12-05 09:30:25 +01:00
John Paul Adrian Glaubitz
cab6074481 Add patch to add powerpcspe support to clang 2018-12-05 09:29:59 +01:00
Sylvestre Ledru
3044b81424 use ld_lib_path everywhere 2018-12-04 21:45:12 -05:00
Sylvestre Ledru
f35c43f15e LD_LIB_PATH is also necessary 2018-12-04 07:15:01 -05:00
Sylvestre Ledru
5cd64bf153 Change the i386 base line to avoid using sse2 extension This is more important now that llvm is built with clang instead of gcc. Thanks to Fanael Linithien for the patch (Closes: #914770, #894840) 2018-12-01 11:18:58 +01:00
Sylvestre Ledru
198dceaf97 Change the i386 base line to avoid using sse2 extension This is more important now that llvm is built with clang instead of gcc. Thanks to Fanael Linithien for the patch (Closes: #914770, #894840) 2018-11-29 09:53:35 +01:00
Sylvestre Ledru
1e84d55013 Merge branch '7+baseline' into '7'
Fix Clang baseline violation

See merge request pkg-llvm-team/llvm-toolchain!26
2018-11-29 08:23:59 +00:00
Fanael Linithien
62fe8d7620 Fix Clang baseline violation
Upstream Clang on i386 defaults to -march=pentium4, which violates the current
i386 baseline, so change it to default to the current baseline.
2018-11-29 03:23:11 +01:00
Sylvestre Ledru
3deb991f17 bring back the removal of the dir 2018-11-26 16:17:57 +01:00
Sylvestre Ledru
6bcd0a96b2 * Use llvm-strip instead of binutils strip.
Two reasons:
    - with clang stage2, the dbg packages were not generated
    - strip fails on stretch and other ubuntu on some archives
  For this, I had to silent the --enable-deterministic-archives
  option (https://bugs.llvm.org/show_bug.cgi?id=39789).
  Thanks to Rebecca Palmer for the idea
  (Closes: #913946)
2018-11-26 16:12:17 +01:00
Sylvestre Ledru
af6035d0d7 add a trailing whitespace... 2018-11-25 18:27:05 +01:00
Sylvestre Ledru
7aee38111d fix the patch 2018-11-25 17:07:39 +01:00
Sylvestre Ledru
40d927e090 Bring back mips-rdhwr.diff as it isn't in rc2 2018-11-25 17:01:04 +01:00
Sylvestre Ledru
d455bf2016 fix a typo 2018-11-25 09:42:15 +01:00
Sylvestre Ledru
f960c73ff7 disable hurd patch for now 2018-11-24 14:49:32 +01:00
Sylvestre Ledru
a8d0b62f1e disable the hurd patch for now 2018-11-24 12:23:15 +01:00
Sylvestre Ledru
ef144df74a remove patches upstream + rebase of the patches 2018-11-24 11:45:24 +01:00
Sylvestre Ledru
f702593934 remove old patch 2018-11-24 09:25:49 +01:00
Sylvestre Ledru
d7bc3f8d1a improve a bit the unpack script 2018-11-24 09:13:08 +01:00
Sylvestre Ledru
f156beb505 Fix the FTBFS on armel for real! Thanks to Adrian Bunk Force the activation of FeatureVFP3 & FeatureD16 2018-11-24 09:12:44 +01:00
Sylvestre Ledru
a21e872fe9 Merge branch '7' into '7'
Fix FTBFS and baseline violation on armhf

See merge request pkg-llvm-team/llvm-toolchain!24
2018-11-24 08:10:32 +00:00
Adrian Bunk
710b267715 Fix FTBFS and baseline violation on armhf 2018-11-23 15:01:35 +02:00
Sylvestre Ledru
9f38209576 Merge branch '7' into '7'
Fix llvm-config output on hurd-i386

See merge request pkg-llvm-team/llvm-toolchain!23
2018-11-22 20:41:47 +00:00
Samuel Thibault
8b68a85095 hurd: Fix paths returned by llvm-config
D53557-hurd-self-exe-realpath.diff
(See Bug#911817)
2018-11-22 19:50:33 +01:00
Samuel Thibault
04d9a45fa2 Add upstream commit log 2018-11-22 19:45:43 +01:00
Sylvestre Ledru
81239b0083 Merge branch 'snapshot' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into snapshot 2018-11-22 12:03:25 +01:00
Sylvestre Ledru
e600e0e5fb rebase of the patches 2018-11-22 12:01:44 +01:00
Sylvestre Ledru
43c68d7d21 Merge remote-tracking branch 'origin/7' into snapshot 2018-11-21 22:41:46 +01:00
Sylvestre Ledru
db50715aa8 also ignore libclangTidyModernizeModule.a 2018-11-21 22:40:43 +01:00
Sylvestre Ledru
4f3a67d824 prepare upload 2018-11-21 12:29:59 +01:00
Sylvestre Ledru
9129d72e28 Fix a baseline violation on armhf (Closes: #914268) clang-arm-default-vfp3-on-armv7a.patch has been updated to disable neon in another place 2018-11-21 12:27:24 +01:00
Sylvestre Ledru
8a2a18914d Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7 2018-11-21 12:08:10 +01:00
Sylvestre Ledru
144b343547 rebase of the patches 2018-11-21 12:04:26 +01:00
Sylvestre Ledru
52ca548152 more patch applied upstream 2018-11-21 12:04:19 +01:00
Sylvestre Ledru
bde1bb9e42 add a testcase for bug https://bugs.debian.org/cgi-bin/bugreport.cgi\?bug=914201 2018-11-21 09:17:14 +01:00
Sylvestre Ledru
98b0698717 Merge branch '7' into '7'
New patches to fix hurd build.

See merge request pkg-llvm-team/llvm-toolchain!22
2018-11-19 07:26:47 +00:00
Samuel Thibault
3c22b2707e New patches to fix hurd build.
D54079-hurd-openmp.diff, D54338-hurd-libcxx-threads-build.diff,
D54339-hurd-libcxx-threads-detection.diff, D54378-hurd-triple.diff,
D54379-hurd-triple-clang.diff, D54677-hurd-path_max.diff,
hurd-cxx-paths.diff
2018-11-18 23:48:53 +01:00