| Age | Commit message (Expand) | Author |
| 2024-09-14 | Add mpidr_el1 aarch64 sysreg | Josh Ferrell |
| 2024-09-13 | Fix many warnings | Josh Ferrell |
| 2024-09-13 | Ultimate. | Alexander Taylor |
| 2024-09-08 | Respect ELF view endianness when calculating AArch64 relocations | Michael Krasnitski |
| 2024-08-30 | Add support for loading mipsel64 files | Josh Ferrell |
| 2024-08-29 | Fix misc rust warnings | Mason Reed |
| 2024-08-27 | Fixed fall-through VMOV lifting | Galen Williamson |
| 2024-08-27 | Cleaned up formatting on new and old code | Galen Williamson |
| 2024-08-27 | Constraint NEON instructions using operation flags | Mason Reed |
| 2024-08-27 | Use split registers for VMOV | Mason Reed |
| 2024-08-27 | Fix VPOP not setting registers | Mason Reed |
| 2024-08-27 | Fix VDIV constraints and lift VNEG | Mason Reed |
| 2024-08-27 | Fix unconstrained VADD and VABS | Mason Reed |
| 2024-08-27 | Lift VMRS and mark system registers | Mason Reed |
| 2024-08-27 | Lift VSUB, VDIV, VMUL, VFMA | Mason Reed |
| 2024-08-27 | Lift more variants of VCVT and correct a missed variant case | Mason Reed |
| 2024-08-27 | Lift VSTMIA, VLDMIA | Mason Reed |
| 2024-08-27 | Fix non R register groups referencing PC for 15th register index | Mason Reed |
| 2024-08-27 | Lift misc V_ thumb instrunctions | Mason Reed |
| 2024-08-27 | Lift VMOV | Mason Reed |
| 2024-08-27 | Lift VLDR and VSTR | Mason Reed |
| 2024-08-27 | Lift VPOP and VPUSH | Mason Reed |
| 2024-08-27 | Fix getting incorrect S and D registers in lifted il | Mason Reed |
| 2024-08-27 | Remove duplicate conditional checks in v_ lifts | Mason Reed |
| 2024-08-22 | Specialize relocation warning for 32-bit/64-bit. | Alexander Taylor |
| 2024-08-22 | Fix MSP430 lifting bugs causing crashes and errors. | Alexander Taylor |
| 2024-08-22 | Make MSP430 correctly load after ELF view. | Alexander Taylor |
| 2024-08-22 | Fix MSP430 dependencies. | Alexander Taylor |
| 2024-08-22 | Fix build error in MSP430, update README. | Alexander Taylor |
| 2024-08-22 | Add msp430 architecture | Joe Rozner |
| 2024-08-21 | Fix thumb2 lifting of REV | Mason Reed |
| 2024-08-12 | Add decode, disassembly, IL for TLBINV, TLBINVF | noone |
| 2024-08-12 | Sign-extend results of 32-bit operations on HI, LO | noone |
| 2024-08-12 | Add IL, intrinsics for TLB-related instructions | noone |
| 2024-08-12 | Add intrinsics for some system instructions | noone |
| 2024-08-12 | Differentiate some enums in IL switch statement | noone |
| 2024-08-12 | Remove checks for 64-bit shift instructions | noone |
| 2024-08-06 | Add flag role for carry flag when subtraction is implemented with addition | Rusty Wagner |
| 2024-08-02 | Properly lift push r16 instructions in x86. Fix https://github.com/Vector35/b... | Xusheng |
| 2024-07-24 | change parameter name to align the function definition | Zichuan Li |
| 2024-07-12 | Regenerate Cargo lock file after bindgen update. | Alexander Taylor |
| 2024-07-09 | [arm64] cleaned up dangling else warnings and removed unneeded ENC_LDR_Q* cas... | Galen Williamson |
| 2024-07-09 | Fix warning in mips arch (skip-note, skip-ci) | Mason Reed |
| 2024-07-08 | Add Cavium Octeon MIPS Instructions and more general MIPS fixes | noone |
| 2024-07-08 | [arm64] Full review of intrinsics; lifting of many instructions added, improv... | Galen Williamson |
| 2024-06-19 | Add data_variable_at_address and fixed the type propagation issue in riscv | Zichuan Li |
| 2024-06-13 | [arm64]: fix broken compilation on windows | Galen Williamson |
| 2024-06-13 | [arm64] fixed lifting for LDADD*, filled in lifting for alias STADD*, fixed t... | Galen Williamson |
| 2024-06-13 | [arm64] fixes and improvements to test_gen.py | Galen Williamson |
| 2024-06-12 | Disassemble SFENCE.VM instruction | Mason Reed |