| Age | Commit message (Collapse) | 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 ↵ | Rusty Wagner | |
| conventions | |||
| 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 | |
| Finally closes #5463. | |||
| 2026-02-27 | [MachO] Fix relocations from chained fixups not respecting addends | Mark Rowe | |
| The addends were correctly stored in the relocation info and displayed as offsets in linear view, but the relocation handlers never applied them. Reading from an address containing such a relocation would give an incorrect value. | |||
| 2026-02-23 | [x86] Intel APX support (#6423) | Avery | |
| Co-authored-by: Mason Reed <mason@vector35.com> | |||
| 2026-02-20 | Allow calling conventions to specify a list of registers that are required ↵ | Rusty Wagner | |
| to be considered for heuristic calling convention detection | |||
| 2026-01-23 | Add missing x86_64 relocations. | Alexander Taylor | |
| 2026-01-23 | Implement R_386_IRELATIVE relocation handling. | Alexander Taylor | |
| Closes #7851. | |||
| 2025-12-29 | Use session scoped logger instance for unhandled relocation information | Mason Reed | |
| Ran into this when running over certain object files on ppc, we can do it for all of them though. | |||
| 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 | |
| When not in RTM, the xabort intrinsic instruction is a NOP. When in RTM, the only way to resolve the branch destination is to resolve the fallback address computed by a seperate xbegin instruction | |||
| 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 | |
| Was causing major instability with WARP signature generation | |||
| 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 ↵ | Rusty Wagner | |
| tokens in lower levels, and improve token usage in disassembly | |||
| 2024-03-08 | Fix X86_64_RELOC_UNSIGNED not handling external symbols | Visual Ehrmanntraut | |
| Signed-off-by: Visual Ehrmanntraut <30368284+VisualEhrmanntraut@users.noreply.github.com> | |||
| 2024-03-05 | Move architecture modules into the API repo | Rusty Wagner | |
