Super-parallel Python port of the C-Reduce
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.
- Developed at devel:tools
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/cvise && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000183 183 Bytes | |
_service | 0000000505 505 Bytes | |
cvise-2.4.0+git.20211119.7ad9ac5.tar.xz | 0000186736 182 KB | |
cvise.changes | 0000024860 24.3 KB | |
cvise.spec | 0000002553 2.49 KB |
Revision 42 (latest revision is 81)
Dominique Leuenberger (dimstar_suse)
accepted
request 932531
from
Martin Liška (marxin)
(revision 42)
- Update to version 2.4.0+git.20211119.7ad9ac5: * Enable -Werror also for release configurations. * Enable privilage mode again. * Mention colordiff in INSTALL. * Fix detection of colordiff. * Stop using codecov. * Run in privilage mode. * Add build target: LLVM 13. * Port to the new codecod uploader. * Fix thinko in warning option: -Wall to -Wdefault. * Report all warnings from pytest. * Fix resource leaks in tests.
Comments 0