Up to [cvs.NetBSD.org] / pkgsrc / lang / libLLVM
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Mon Aug 14 05:24:44 2023 UTC (3 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
*: recursive bump for Python 3.11 as new default
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 28 11:34:13 2022 UTC (17 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
*: recursive bump for perl 5.36
Revision 1.7 / (download) - annotate - [select for diffs], Sun Mar 13 15:22:32 2022 UTC (20 months, 4 weeks ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
libLLVM: update to 13.0.1, for mesa update
Revision 1.6 / (download) - annotate - [select for diffs], Fri Mar 6 22:44:18 2020 UTC (3 years, 9 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
libLLVM: update to 9.0.1 sync w/ lang/llvm. needed for mesa 20 update.
Revision 1.5 / (download) - annotate - [select for diffs], Fri May 5 23:13:05 2017 UTC (6 years, 7 months ago) by kamil
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Update buildlink3.mk with reality in LLVM projects
Revision 1.4 / (download) - annotate - [select for diffs], Tue Mar 8 21:06:50 2016 UTC (7 years, 9 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.3: +3 -2
lines
Diff to previous 1.3 (colored)
update to libLLVM-3.8.0 Decouple the package from lang/clang that so it can be maintained and updated independently. This switches the build framework from autoconf to cmake. There are no significant changes to the AMDGPU target mentioned in the release notes. Other changes are not relevant to mention here since mesa is the only user of this package in pkgsrc proper.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Sep 26 08:42:19 2015 UTC (8 years, 2 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Update to clang-3.7.0 and libLLVM-3.7.0 Compacted version of upstream's release notes: The LLVM C API LLVMGetTargetMachineData is deprecated DataLayout is no longer optional Comdats are now ortogonal to the linkage On ELF now supports multiple sections with the same name and comdat LLVM now lazily loads metadata in some cases Creating archives with IR files with debug info is now 25X faster llvm-ar(1) can create archives in the BSD format used by OS X LLVM received a backend for the extended Berkely Packet Filter instruction set The BPF target is now available by default Switch-case lowering was rewritten to avoid generating unbalanced search trees The debug info IR class hierarchy now inherits from Metadata Argument-less TargetMachine::getSubtarget has been removed from the tree
Revision 1.2 / (download) - annotate - [select for diffs], Mon Apr 6 17:25:05 2015 UTC (8 years, 8 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Teach the llvm shared library build rules about NetBSD so we get a single shlib with whole-archive like on other platforms. Bump revision and bl3.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 4 19:33:09 2015 UTC (8 years, 9 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Import libLLVM-3.6.0 as lang/libLLVM. This package contains the LLVM core shared libraries intended to be usable by packages built on an otherwise GCC-built system.