Skip to content

Releases: lifting-bits/remill

v4.0.21

18 Feb 15:45
53f30c4
Compare
Choose a tag to compare
CMake: Add packaging support (#486)

v4.0.20

18 Feb 00:49
19c11d6
Compare
Choose a tag to compare
Remove an overly strict DCHECK_LE that actually isn't necessary, as t…

…he subsequent code is sufficiently defensive. (#485)

v4.0.19

17 Feb 21:28
74c9490
Compare
Choose a tag to compare
Limit MacOS CI Runners (#484)

Limit MacOS CI Runners due to organizational limits

v4.0.18

12 Feb 21:53
c30cb5f
Compare
Choose a tag to compare
Add more CallSite.h Cloning.h compatibility for LLVM 11 used in McSem…

…a (#482)

v4.0.17

11 Feb 00:30
641e9b2
Compare
Choose a tag to compare
docs: Update Linux build dependencies (#481)

v4.0.16

09 Feb 18:24
b4e7779
Compare
Choose a tag to compare
Allow to build on Windows with Debug build type (#480)

v4.0.15

02 Feb 21:07
671760c
Compare
Choose a tag to compare
vcpkg: Support Windows and arm64 (#478)

* Support arm64 default vcpkg triplet

* Add default Windows release triplet support

v4.0.14

21 Jan 20:12
ab27539
Compare
Choose a tag to compare
Better AArch64 Test Runner (#475)

* More detailed AArch64 test runner

v4.0.13

14 Jan 03:03
f1514ba
Compare
Choose a tag to compare
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

13 Jan 18:31
4660f21
Compare
Choose a tag to compare
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]>