index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
arch_x86.cpp
Age
Commit message (
Expand
)
Author
2026-06-04
[x86] Emit bswap, popcnt, clz, and ctz instructions during lifting
Mark Rowe
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-03-27
Ensure rounding flag is properly emitted on some x86 floating point instructions
Peter LaFosse
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-20
Allow calling conventions to specify a list of registers that are required to...
Rusty Wagner
2026-01-23
Add missing x86_64 relocations.
Alexander Taylor
2026-01-23
Implement R_386_IRELATIVE relocation handling.
Alexander Taylor
2025-12-29
Use session scoped logger instance for unhandled relocation information
Mason Reed
2025-10-03
Disable mpx mode in x86 as its been discontinued since 2019
Peter LaFosse
2025-04-08
Omit the branch when lifting xabort
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
2024-11-04
Fix undefined behavior with COFF relocations
Mason Reed
2024-09-13
Ultimate.
Alexander Taylor
2024-05-29
Fix crash when reopening a binary with a valid X86_64_RELOC_SUBTRACTOR entry
Josh Ferrell
2024-03-15
Separate local variable tokens in higher level ILs from stack variable tokens...
Rusty Wagner
2024-03-08
Fix X86_64_RELOC_UNSIGNED not handling external symbols
Visual Ehrmanntraut
2024-03-05
Move architecture modules into the API repo
Rusty Wagner