index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
il.cpp
Age
Commit message (
Expand
)
Author
2025-12-20
Fix many of the warnings that show up when compiling with GCC 15.2
Mark Rowe
2025-11-05
[ARM64] only extend if load is small
yrp
2025-10-24
aarch64: implements lifting (intrinsics) for LDXP/STXP
Maxime Meignan
2025-10-20
[AArch64] Lift MTE instructions to intrinsics
Mark Rowe
2025-10-18
[AArch64] Lift FEAT_CSSC instructions
Mark Rowe
2025-09-25
[AArch64] Update disassembler based on 2025-06 ARM ISA data
Mark Rowe
2025-09-18
fix ldrsw lift to sign extend in certain encodings
yrp
2025-08-05
[ARM64] Fix lifting of mrs xzr, ... to not reference the xzr register
Mark Rowe
2025-07-30
[ARM64] Fix lifting of tbz / tbnz for bits >= 32
Mark Rowe
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-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-03-31
[aarch64] Updating Aarch64 system registers to 2024-12 spec, fix MSR/MRS lift...
Galen Williamson
2025-02-12
bugfix: ARM64: missing break in il.cpp's switch
Maxime Meignan
2024-07-08
[arm64] Full review of intrinsics; lifting of many instructions added, improv...
Galen Williamson
2024-06-13
[arm64]: fix broken compilation on windows
Galen Williamson
2024-06-13
[arm64] fixed lifting for LDADD*, filled in lifting for alias STADD*, fixed t...
Galen Williamson
2024-06-11
Fix lifting of pair load operations when first and third operand are equal an...
Josh Ferrell
2024-05-30
[arm64] lift scvtf
Galen Williamson
2024-05-29
improve lifting of arm64 CSET instruction per Vector35/binaryninja-api#5134
Galen Williamson
2024-03-05
Move architecture modules into the API repo
Rusty Wagner