Commit Graph

75 Commits

Author SHA1 Message Date
Danny Rawlins
55cae15741 [notify] llvm: new webassembly target 2021-12-11 23:45:28 +11:00
Danny Rawlins
55a2f64977 [notify] llvm compiler-rt clang lld lldb updated to version 13.0.0. A new optimisation port added: polly which is llvm's equilevent to graphite in gcc 2021-10-03 14:39:55 +11:00
Danny Rawlins
ba2df54750 llvm: 12.0.1 -> 13.0.0 2021-10-01 18:28:28 +10:00
Danny Rawlins
48be304345 [notify] llvm: AVX Incorrect code created, regression from 11.0 2021-08-30 01:02:15 +10:00
91db085468 llvm: update to 12.0.1 2021-07-09 13:50:24 +02:00
Danny Rawlins
d1bca1a4e2 [notify] llvm: 11.1.0 -> 12.0.0 ABI/soname version change check with revdep 2021-05-08 13:47:24 +10:00
Danny Rawlins
1e68b834db llvm: 11.0.1 -> 11.1.0 2021-02-17 20:54:41 +11:00
Danny Rawlins
6655119ad1 llvm: 11.0.0 -> 11.0.1 2021-01-07 22:31:15 +11:00
Danny Rawlins
0c12f2ced3 [notify] llvm: patch stack crash bug, enable Nvidia, we already enable AMD 2020-12-27 15:33:48 +11:00
4e42586a9f llvm, compiler-rt, clang: remove -DNDEBUG from CFLAGS 2020-11-22 16:38:01 +00:00
9eb8ca8063 llvm: cmake: use our FLAGS 2020-11-21 14:26:49 +00:00
2ab901b2e0 llvm: update to 11.0.0, new maintainer 2020-10-13 11:22:42 +00:00
ffd50d8bd9 Merge branch '3.5' into 3.6 2020-07-22 11:46:04 +00:00
d8e14bfeaf llvm: update to 10.0.1 2020-07-22 11:34:41 +02:00
9c9e8a2875 llvm: minor cleanup 2020-07-06 16:13:33 +02:00
Thomas Penteker
5a1c053e2e llvm: remove old CMAKE variable for CXX1Y. Closes FS#1801 2020-03-27 20:55:37 +01:00
Thomas Penteker
bf4fecdf49 llvm: 9.0.1 -> 10.0.0 2020-03-25 22:37:12 +01:00
Danny Rawlins
5bbdb1b1e2 llvm: 9.0.0 -> 9.0.1 2019-12-29 01:08:27 +11:00
Thomas Penteker
06721a6c69 [notify] llvm: 8.0.1 -> 9.0.0
Major release, make sure to rebuild dependent ports like mesa3d.
2019-10-07 23:39:04 +02:00
8aa7026394 llvm: update to 8.0.1, new source URL 2019-09-01 11:05:39 +02:00
Danny Rawlins
66d19459d8 [notify] llvm: add missing dependency libxml2 a rebuild isn't necessary as libxml2 is pulled in for other ports 2019-08-27 22:41:21 +10:00
Thomas Penteker
7f2cebb643 llvm: 7.0.1 -> 8.0.0 2019-05-23 23:28:51 +02:00
Fredrik Rinnestam
5affef1f2c Merge branch '3.4' into 3.5 2019-04-29 23:56:12 +02:00
b94f9618b5 llvm: fix source URL 2019-04-28 12:38:33 +02:00
f2c8d84a81 llvm: enable RTTI, needed to build mesa with meson 2019-03-16 14:05:09 +01:00
Thomas Penteker
05183d52f9 llvm: 7.0.0 -> 7.0.1 2019-02-07 00:36:02 +01:00
1465eabfd9 llvm: add missing configuration option LLVM_LINK_LLVM_DYLIB
we define LLVM_BUILD_LLVM_DYLIB=1 BUT not LLVM_LINK_LLVM_DYLIB=1 which
leads to a broken llvm-config.

Currently

$> llvm-config --libnames --link-shared

generated lots of errors about missing .so libraries, with the above
addition we get the correct behaviour.

$> llvm-config --libnames --link-shared
libLLVM-7.so
2018-12-12 10:12:16 +01:00
Thomas Penteker
edc956025c [notify] llvm: 6.0.1 -> 7.0.0
Note, that major updates usually will break dependent ports. Make use of
revdep(1) to identify broken ports and refer to the README for examples.
2018-10-03 01:43:51 +02:00
Danny Rawlins
6d0a17f046 [notify] llvm: 6.0.0 -> 6.0.1 new dependency: ninja 2018-07-28 14:46:40 +10:00
Danny Rawlins
df5825191c [notify] llvm: upstream bug fix patches 2018-04-13 01:04:19 +10:00
Danny Rawlins
d022fc0272 llvm: 5.0.1 -> 6.0.0 closes FS#1636 2018-03-28 20:34:15 +11:00
Danny Rawlins
88018885cf llvm: 5.0.0 -> 5.0.1 2018-01-21 17:38:45 +11:00
e4348a9b09 llvm: updated to avoid appending VCS revision 2017-11-17 13:09:39 -06:00
Thomas Penteker
cf43c72487 llvm: also build utils, closes FS#1466 2017-11-07 22:52:36 +01:00
Thomas Penteker
b294329995 llvm: 4.0.1 -> 5.0.0 2017-10-22 23:13:50 +02:00
Danny Rawlins
789b2c3bde llvm: 4.0.0 -> 4.0.1 2017-07-09 13:34:44 +10:00
Thomas Penteker
c3b8c9ccd8 llvm: disable ocaml docs 2017-03-15 02:02:47 +01:00
Thomas Penteker
59bf9c6a29 llvm: 3.9.1 -> 4.0.0 2017-03-13 23:35:41 +01:00
Thomas Penteker
77f586bee9 llvm: include patch for red icons on radeon hardware 2017-01-25 00:29:56 +01:00
Thomas Penteker
67640686b0 llvm: 3.9.0 -> 3.9.1 2017-01-23 21:43:20 +01:00
Thomas Penteker
e3c5b04b89 llvm: use DYLIB option instead of shared libraries 2016-11-13 12:18:06 +01:00
Thomas Penteker
78f5ff948c llvm: cmake is now a dependency 2016-11-08 23:57:02 +01:00
2a85765aa2 llvm: removed config.h references 2016-11-07 22:55:52 -06:00
Thomas Penteker
01d5173de1 llvm: 3.8.1 -> 3.9.0 2016-11-08 01:35:17 +01:00
Thomas Penteker
229f0afc5a llvm: 3.8.0 -> 3.8.1 2016-07-13 01:57:39 +02:00
Thomas Penteker
1ab9673866 llvm: use gcc for compilation
This fixes building llvm-32 after a bump of llvm (and thus clang breaking
until a rebuild).
2016-05-15 20:00:18 +02:00
Thomas Penteker
c3079de73e llvm: 3.7.0 -> 3.8.0 2016-03-09 21:45:24 +01:00
Thomas Penteker
c874623d17 llvm: 3.6.2 -> 3.7.0 2015-11-28 15:43:11 +01:00
Thomas Penteker
2739ccf390 llvm: 3.6.1 -> 3.6.2 2015-07-16 21:06:19 +02:00
Thomas Penteker
aa06590721 llvm: 3.6.0 -> 3.6.1 2015-06-15 03:33:28 +02:00