Releases: lifting-bits/remill
Releases · lifting-bits/remill
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.
v4.0.12
Update README (#470) * Update README to show how to do full source builds using VCPKG and explain how to solve a frustrating build issue * Explain how to disable building SPARC32 runtime semantics Co-authored-by: Eric Kilmer <[email protected]>