Releases: lifting-bits/remill
Releases · lifting-bits/remill
Version v4.0.22
Changelog
The following are the changes that happened between versions v4.0.21 and v4.0.22
- 9c31566 - CI: Auto-generate releases when pushing tags (#487)
- b94e1ff - Move across modules fixes (#488)
- a387b71 - More tweaks to code that moves stuff across modules (#489)
- 6db8551 - Tweak moving into modules to not die when the target function is non-empty (#490)
- 76f8be1 - CI: Use single packaging job, add changelog support (#491)
- 71cdec9 - CI: Add tag handler (#492)
v4.0.21
CMake: Add packaging support (#486)
v4.0.20
Remove an overly strict DCHECK_LE that actually isn't necessary, as t…
v4.0.19
Limit MacOS CI Runners (#484) Limit MacOS CI Runners due to organizational limits
v4.0.18
Add more CallSite.h Cloning.h compatibility for LLVM 11 used in McSem…
v4.0.17
docs: Update Linux build dependencies (#481)
v4.0.16
Allow to build on Windows with Debug build type (#480)
v4.0.15
vcpkg: Support Windows and arm64 (#478) * Support arm64 default vcpkg triplet * Add default Windows release triplet support
v4.0.14
Better AArch64 Test Runner (#475) * More detailed AArch64 test runner
v4.0.13
Llvm 7 build (#469) * bc: Use llvm::CallSite methods instead of raw llvm instructions. * bc: Use llvm::CallSite in utils. * bc: Add compatibility file for CallSite. * bc: Reflect addition of compat for CallSite.