Version v4.0.23
Changelog
The following are the changes that happened between versions v4.0.22 and v4.0.23
- 6322f79 - New arch support (#461)
- 6fc78e6 - Adds GlobalAlias awareness to the StripAndAccumulateConstantOffsets function (#493)
- 3d71960 - Fixes for LLVM 11 compat CallSite.h (#495)
- c37180a - AArch32/Decode.cpp - Add missing header (#496)
- 021b799 - Exposes an internal function that can replace uses of a constant in a module (#497)
- eec3dee - Use _WIN32 instead of WIN32 to fix Windows builds (#498)
- 2b241b8 - PC relative handling and instr category for AArch32 (#499)
- 2eaf52c - Remove old cxx common logic (#500)
- 142ab2f - Fix CMake version info bad quoting (#501)
- d93823c - treat all pop to pc as function return (#502)
- bf83430 - Update instruction category for indirect jump & function return (#503)
- 1bfcd9f - BuildPointerToOffset assumes it makes progress (#505)
- a9c1c9d - Use clang from vcpkg in build script (#506)
- 3e31f2c - Fix FCOMPmem and FUCOMPmem (#507)
- f096390 - Find module in build ptr to offset (#508)
- 8b5f739 - arch: Fix widening issues when dst is gpr register on x86_64. (#509)
- 4eaf6e2 - Error out if there are fewer than four bytes to decode. (#510)
- d9255fa - CI: Use v0.1.3 (latest) cxx-common prebuilt libraries (#511)
- 7311c6a - X86 segment reg override (#512)
- 1caf764 - Workaround LLVM hardcoded include directory (#513)