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
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
2026-01-16
Update x86 arch README to remove outdated info.
Alexander Taylor
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-12-29
Use session scoped logger instance for unhandled relocation information
Mason Reed
2025-11-17
Fix some compiler warnings
Rusty Wagner
2025-10-22
Call SetIgnore on all intrinsic types in x86
Peter LaFosse
2025-10-03
Disable mpx mode in x86 as its been discontinued since 2019
Peter LaFosse
2025-07-30
[CMake] Specify CONFIGURE_DEPENDS for all file(GLOB ..)
Mark Rowe
2025-06-30
[x86] Fixes #6628: "sysret should be considered a terminator #6628" by liftin...
Galen Williamson
2025-06-25
Update CXX_STANDARD to 20.
Alexander Taylor
2025-05-13
[yasm] Fix warning for use of deprecated FindPython
Glenn Smith
2025-04-08
Omit the branch when lifting xabort
Brandon Miller
2025-03-28
belated copyright year update
Jordan Wiens
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-25
Fix shrx, shlx, sarx, rorx
yrp
2024-11-04
Fix undefined behavior with COFF relocations
Mason Reed
2024-09-13
Ultimate.
Alexander Taylor
2024-08-02
Properly lift push r16 instructions in x86. Fix https://github.com/Vector35/b...
Xusheng
2024-05-29
Fix crash when reopening a binary with a valid X86_64_RELOC_SUBTRACTOR entry
Josh Ferrell
2024-04-12
Prevent slowdown when compiling with clang on not mac
Josh Ferrell
2024-04-10
Update xed to v2024.04.01
Xusheng
2024-04-08
Fix lifting for movs* and stos* instructions.
Brian Potchik
2024-03-25
[arch-x86] improve lifting for *movd* and *movq* instructions
Galen Williamson
2024-03-22
Remove FloatTruncate as its implied by 'FloatToInt'
Peter LaFosse
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