Up to [cvs.NetBSD.org] / pkgsrc / devel / cvise
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Tue Jan 24 18:36:21 2023 UTC (13 days, 4 hours ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +2 -8
lines
Diff to previous 1.9 (colored)
*: convert to cmake/build.mk
Revision 1.9 / (download) - annotate - [select for diffs], Wed Nov 23 16:19:47 2022 UTC (2 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
massive revision bump after textproc/icu update
Revision 1.8 / (download) - annotate - [select for diffs], Mon Nov 14 18:54:34 2022 UTC (2 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
cvise: updated to 2.6.0 v2.6.0 new Clang passes rename-operator and member-to-global were added many Windows warnings are disabled for MSVC c++2b is a supported C++ standard
Revision 1.7 / (download) - annotate - [select for diffs], Fri Sep 9 15:14:38 2022 UTC (4 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.6: +2 -3
lines
Diff to previous 1.6 (colored)
cvise: update to 2.5.0. Changes done in the release: support LLVM 14 and LLVM 15 new option --skip-after-n-transforms was introduced max pass increase limit was introduced (3) that helps passes that run many times (e.g. constant propagation)
Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 30 11:18:12 2022 UTC (7 months, 1 week ago) by nia
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
*: Revbump packages that use Python at runtime without a PKGNAME prefix
Revision 1.5 / (download) - annotate - [select for diffs], Sun May 1 09:13:41 2022 UTC (9 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (colored)
*: mark as not-for-python-2.x A dependency does not support python 2 any longer
Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 18 19:10:48 2022 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
revbump for textproc/icu update
Revision 1.3 / (download) - annotate - [select for diffs], Wed Dec 8 16:03:54 2021 UTC (13 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
revbump for icu and libffi
Revision 1.2 / (download) - annotate - [select for diffs], Sat Nov 20 19:58:21 2021 UTC (14 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
cvise: update to 2.4.0. Changes done in the release: support LLVM 13 support KeyboardInterrupt properly
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 23 11:30:16 2021 UTC (18 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
devel/cvise: import cvise-2.3.0 C-Vise is a super-parallel Python port of the C-Reduce. The port is fully compatible to the C-Reduce and uses the same efficient LLVM-based C/C++ reduction tool named clang_delta. C-Vise is a tool that takes a large C, C++ or OpenCL program that has a property of interest (such as triggering a compiler bug) and automatically produces a much smaller C/C++ or OpenCL program that has the same property. It is intended for use by people who discover and report bugs in compilers and other tools that process C/C++ or OpenCL code.