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.2.0+git.20210304.4c7f4cd.tar.xz | 0000184380 180 KB | |
cvise.changes | 0000019783 19.3 KB | |
cvise.spec | 0000002687 2.62 KB |
Revision 26 (latest revision is 81)
Richard Brown (RBrownSUSE)
accepted
request 876737
from
Martin Liška (marxin)
(revision 26)
- Update to version 2.1.0+git.20210304.4c7f4cd: * Bump to v2.2.0. * Do not detect c++ std when --clang-delta-std is used. * Add check for test case paths. * Add --clang-delta-preserve-routine cvise option. * Ensuring test inputs are copied into the build folder #43 * Adding a 'preserve-routine' flag to clang_delta #43 * Do not fail fast.
Comments 0