Skip to content

Releases: lifting-bits/remill

Version v4.0.22

23 Feb 04:44
71cdec9

Choose a tag to compare

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

18 Feb 15:45
53f30c4

Choose a tag to compare

CMake: Add packaging support (#486)

v4.0.20

18 Feb 00:49
19c11d6

Choose a tag to compare

Remove an overly strict DCHECK_LE that actually isn't necessary, as t…

v4.0.19

17 Feb 21:28
74c9490

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

Choose a tag to compare

Add more CallSite.h Cloning.h compatibility for LLVM 11 used in McSem…

v4.0.17

11 Feb 00:30
641e9b2

Choose a tag to compare

docs: Update Linux build dependencies (#481)

v4.0.16

09 Feb 18:24
b4e7779

Choose a tag to compare

Allow to build on Windows with Debug build type (#480)

v4.0.15

02 Feb 21:07
671760c

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

Choose a tag to compare

Better AArch64 Test Runner (#475)

* More detailed AArch64 test runner

v4.0.13

14 Jan 03:03
f1514ba

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.