Releases: marxin/cvise
Releases · marxin/cvise
v2.12.0
v2.11.0
v2.10.0
v2.9.0
v2.8.0
Changes done in the release:
- LLVM 16 is properly supported with bumped minimal CMake version (2f4e175)
- the most beneficial passes (
replace-function-def-with-declandreplace-function-def-with-decl) take turn (after 30 transformations) in early phases of reduction; that improves the speed of a reduction
v2.7.0
Changes done in the release:
- quite a few Clang passes were reworked by @strimo378
- daily GitHub Action has been added for LLVM daily snapshot
--start-withprovides a better error message if the pass is not foundpyupgradewas used to modernize the codebase to Python 3.6
v2.6.0
Changes done in the release:
- new Clang passes
rename-operatorandmember-to-globalwere added (thanks to @strimo378) - many Windows warnings are disabled for MSVC (thanks to @strimo378)
c++2bis a supported C++ standard