| Age | Commit message (Expand) | Author |
| 2026-06-06 | Better MIPS n32 support. | Alexander Taylor |
| 2026-06-06 | Add little-endian octeon mips arch | Jonathan Eskeldson |
| 2026-06-05 | [aarch64] Emit abs, min, and max instructions during lifting | Mark Rowe |
| 2026-06-05 | [aarch64] Fix incorrect lifting of double precision FMOV immediate | Mark Rowe |
| 2026-06-04 | [armv7] Emit bswap, clz, and rbit instructions during lifting | Mark Rowe |
| 2026-06-04 | [x86] Emit bswap, popcnt, clz, and ctz instructions during lifting | Mark Rowe |
| 2026-06-04 | [aarch64] Emit bswap, popcnt, clz, ctz, cls, and rbit instructions during lif... | Mark Rowe |
| 2026-05-22 | Refactor calling convention Rust API to allow default implementations | Rusty Wagner |
| 2026-05-22 | Implement return value location handling for x86/x86_64 ELF ABI | Rusty Wagner |
| 2026-05-22 | Initial support for Go and Pascal calling conventions | Rusty Wagner |
| 2026-05-22 | Add handling of structure returns and parameters in Windows x86/x64 calling c... | Rusty Wagner |
| 2026-05-22 | Add handling of structure returns and parameters in aarch64 calling convention | Rusty Wagner |
| 2026-05-19 | Fix Thumb-2 out-of-bounds read during lifting | Brandon Miller |
| 2026-05-10 | [Rust] Refactor `binary_view` module | Mason Reed |
| 2026-04-22 | [arm64] Update header names in Makefiles | fG! |
| 2026-04-15 | RISC-V: Special handling for 0000 (trap). | Alexander Taylor |
| 2026-04-14 | [aarch64] Fix handling of ARM64_RELOC_GOT_LOAD_PAGEOFF12 and ARM64_RELOC_GOT_... | Josh Ferrell |
| 2026-04-13 | [aarch64] Add support for ARM64_RELOC_BRANCH26, ARM64_RELOC_GOT_LOAD_PAGE21, ... | Josh Ferrell |
| 2026-04-13 | [Thumb2] Fix IT instruction info | Josh Ferrell |
| 2026-03-30 | Fix compiler warnings seen with Clang 21 | Mark Rowe |
| 2026-03-27 | Ensure rounding flag is properly emitted on some x86 floating point instructions | Peter LaFosse |
| 2026-03-23 | [Swift] Add arm64 calling conventions | Mark Rowe |
| 2026-03-06 | Implement DTPOFF64 and DTPMOD64 relocations. | Alexander Taylor |
| 2026-02-27 | [MachO] Fix relocations from chained fixups not respecting addends | Mark Rowe |
| 2026-02-23 | [x86] Intel APX support (#6423) | Avery |
| 2026-02-23 | [Rust] Fix plugins being referenced in `cargo about` output | Mason Reed |
| 2026-02-20 | Allow calling conventions to specify a list of registers that are required to... | Rusty Wagner |
| 2026-02-09 | Fix outdated object names in AArch64 disassembler Makefiles | Jon Palmisciano |
| 2026-01-30 | Update function recognizer to detect ILP32 plt entries | Brandon Miller |
| 2026-01-23 | Add missing x86_64 relocations. | Alexander Taylor |
| 2026-01-23 | Lifted new PPC insns, MIPS reloc fix. | Alexander Taylor |
| 2026-01-23 | Implement R_386_IRELATIVE relocation handling. | Alexander Taylor |
| 2026-01-20 | swap order for some ppc floating point that were backward | Jordan Wiens |
| 2026-01-16 | Update x86 arch README to remove outdated info. | Alexander Taylor |
| 2026-01-12 | Fix(ppcvle): Correct si_split16 immediate decoding for I16A-form instructions | chedahub |
| 2026-01-11 | [Rust] Enter more session scoped tracing spans for debug info and binary view... | Mason Reed |
| 2026-01-11 | [Rust] Replace `log` with `tracing` | Mason Reed |
| 2026-01-01 | update copyrights for 2026 | Jordan Wiens |
| 2025-12-29 | Use session scoped logger instance for unhandled relocation information | Mason Reed |
| 2025-12-20 | Fix many of the warnings that show up when compiling with GCC 15.2 | Mark Rowe |
| 2025-12-11 | [MIPS] Don't add a default branch type for jalr | Brandon Miller |
| 2025-12-11 | [MIPS] Mark `jalr[.hb] $zero, $ra` as a return instruction | Rong "Mantle" Bao |
| 2025-12-10 | [Rust] Remove `UnusedRegisterStackInfo` and update architecture documentation | Mason Reed |
| 2025-12-10 | [Rust] Move architecture module code into more reasonable files | Mason Reed |
| 2025-12-08 | [AArch64] Update system registers based on ARM's 2025-09 data | Mark Rowe |
| 2025-12-05 | [Rust] Do not clean out-of-tree dependencies for incremental builds | Mason Reed |
| 2025-12-05 | [Rust] Fix misc clippy lints and warnings | Mason Reed |
| 2025-11-17 | Fix some compiler warnings | Rusty Wagner |
| 2025-11-05 | [ARM64] only extend if load is small | yrp |
| 2025-11-03 | Fix VLE I16L-form instructions to use rD instead of rA | chedahub |