| Age | Commit message (Expand) | Author |
| 2025-05-28 | Revert "Fix compilation with MSVC: arm64/disassembler/decode_scratchpad.c" | Galen Williamson |
| 2025-05-27 | Update decode_scratchpad.c | justanotheranonymoususer |
| 2025-05-27 | Fix compilation with MSVC: arm64/disassembler/decode_scratchpad.c | justanotheranonymoususer |
| 2025-05-13 | [yasm] Fix warning for use of deprecated FindPython | Glenn Smith |
| 2025-05-13 | [CMake] Report compatibility with 3.15 to silence deprecation warnings | Glenn Smith |
| 2025-05-12 | [Rust] Remove `NonSSAVariant` bound from `LowLevelILFunction` | Mason Reed |
| 2025-05-12 | [Rust] Remove unneeded mut from Architecture trait signatures | Mason Reed |
| 2025-05-12 | [Rust] Support SSA form properly in low level IL | Mason Reed |
| 2025-05-12 | [Rust] Remove Architecture trait bound on LLIL related structures | Mason Reed |
| 2025-05-12 | [Rust] Pretty print LLIL sub expressions | Mason Reed |
| 2025-04-28 | [thumb2] correctly set flags for mov{s} and mvn{s} instruction variants with ... | Galen Williamson |
| 2025-04-24 | mips: fix mips32 linux-syscall cc stack behavior | Ryan Snyder |
| 2025-04-14 | [powerpc] Fix incorrect disassembly of LIS, ADDIS, ANDI, ANDIS; add assembly ... | Galen Williamson |
| 2025-04-09 | [aarch64] add lifting for B.NV instruction, fix branch generation for B.AL an... | Galen Williamson |
| 2025-04-09 | [aarch64] add lifting for B.AL instruction | Galen Williamson |
| 2025-04-09 | [mips] always show 0 offset in MIPS operands using Register + Offset Addressi... | Galen Williamson |
| 2025-04-09 | Fix capitalization of AArch64. | Alexander Taylor |
| 2025-04-08 | [aarch64] remove "unknown hint" warning | Galen Williamson |
| 2025-04-08 | [aarch64] lift all LD[1-4]R? and ST[1-4] opcodes, lift ST/LDCLR, ST/LDEOR, ST... | Galen Williamson |
| 2025-04-08 | Omit the branch when lifting xabort | Brandon Miller |
| 2025-04-01 | [aarch64] use static var to avoid recreation of sysregs vector | Galen Williamson |
| 2025-03-31 | [aarch64] Updating Aarch64 system registers to 2024-12 spec, fix MSR/MRS lift... | Galen Williamson |
| 2025-03-28 | missed the older dates! | Jordan Wiens |
| 2025-03-28 | belated copyright year update | Jordan Wiens |
| 2025-03-24 | Fix extern ptr corercion for R_MIPS_HIGHEST/HIGHER | Brandon Miller |
| 2025-03-21 | fix x86 settings text and use proper raw string marker | Jordan Wiens |
| 2025-03-19 | Register relocation handlers for KCView type | kat |
| 2025-03-06 | ARMv7: Fix lifting of instructions that use register-shifted registers | Josh Ferrell |
| 2025-03-06 | ARMv7: update test_lift.py and test.py | Josh Ferrell |
| 2025-03-06 | ARMv7: Add support for register-shifted registers | Josh Ferrell |
| 2025-02-13 | Add licensing check for Rust code | Mason Reed |
| 2025-02-12 | bugfix: ARM64: missing break in il.cpp's switch | Maxime Meignan |
| 2025-02-10 | [mips] Merging PR https://github.com/Vector35/binaryninja-api/pull/6013: addi... | Galen Williamson |
| 2025-02-06 | [mips] Fix decoding of MIPS ds*32 instructions, add lifting for MIPS drotr* i... | Galen Williamson |
| 2025-02-05 | Fixes: Unsupported ELF relocations: R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS... | Galen Williamson |
| 2025-02-02 | Fix upper 16 registers not being listed in ARMv7 register list operand | Mason Reed |
| 2025-01-25 | Rust refactor | Mason Reed |
| 2025-01-17 | [thumb2] Fix #6328: "Invalid intrinsic lifting for MRS instruction: destinati... | Galen Williamson |
| 2025-01-15 | [aarch64] fix size of immediate arguments in intrinsic calls | Galen Williamson |
| 2024-12-16 | [ppc] merges PR Vector35/binaryninja-api#5176 (adds support for "psq" Quantiz... | Galen Williamson |
| 2024-12-14 | Pass length to free flag conditions list callback and remove libc from rust api | Mason Reed |
| 2024-12-13 | Bump supported rust version to 1.83.0 | Mason Reed |
| 2024-12-03 | Multiple fixes for HI16/LO16 relocs for MIPS64 | Brandon Miller |
| 2024-11-30 | Run `cargo fmt` on RISC-V architecture | Mason Reed |
| 2024-11-30 | Remove temp register in JALR RISC-V when unused | Mason Reed |
| 2024-11-30 | Update RISC-V function import recognizer | Mason Reed |
| 2024-11-29 | Fix RISC-V JALR lift when rs1==rd | Mitchell Johnson |
| 2024-11-25 | Fix shrx, shlx, sarx, rorx | yrp |
| 2024-11-25 | RISC-V: Implements MULH, MULHU, MULHSU lifting | Jean-Michel Deva |
| 2024-11-25 | Fix regression with MIPS_HI16/MIPS_LO16 relocs | Brandon Miller |