Version v4.1.0
Changelog
The following are the changes that happened between versions v4.0.24 and v4.1.0
- e768d25 - Fixup cxx-common links (#519)
- c3d76de - Added branch_taken_pc and branch_not_taken_pc to BX (#520)
- d13ae2b - Added operand
- 2ea88e9 - Merge pull request #522 from lifting-bits/fix_MOVW
- 123a1c3 - Fix handling of FSBASE and GSBASE (#523)
- 6a9bf2b - Removed extra operand from udiv and sdiv (#524)
- 08cac8e - Fix type error for storing i128 in memory (#525)
- 00e75c7 - fix handling of i128 types while loading from memory (#528)
- 7d6daf3 - Fix use of ArrayRef and mutable arrays in loops (#529)
- 9d66239 - Clone metadata when moving stuff (#530)
- 43ac9af - Remove unused var
- 2622253 - Fixes issues in handling conditional branches (#531)
- d97e452 - Add Reverse Bit/Byte support in AArch32 Semantics (#532)
- f9c9e51 - Update Instruction.cpp to account for ARMv7 shifting into carry out (#534)
- 1e7710b - Don't specify
arm-linux-gnueabihf
target on MacOS (#535) - 9006baf - WIP: Fix FPU types (#536)
- d93575e - Fix AArch64 test runner (#538)
- d8d3b6c - fix remill intrinsics for float80 (#539)
- 14a58af - Explicitly call __remill_undef for undefined arith flags. (#543)
- 5dcc807 - x86: Add ESBASE, DSBASE to Arch as registers for 32b. (#545)
- 710013a - Update CMakeLists.txt
- 84ec8e4 - Fix include of git watcher when remill is used as a submodule
- b8cb5de - Improve usage of remill in submodules
- 7e723cb - Update remillConfig.cmake.in
- f5c630a - Fix some cmake issues that I caused, and add some options (#547)
- 75a9e04 - Test and officially support LLVM 12 only (#548)