summaryrefslogtreecommitdiff
path: root/arch/armv7/il.cpp
AgeCommit message (Collapse)Author
2026-06-04[armv7] Emit bswap, clz, and rbit instructions during liftingMark Rowe
2025-12-20Fix many of the warnings that show up when compiling with GCC 15.2Mark Rowe
2025-08-14[armv7] add explicit signedness to conversions for scalar forms of VCVTGalen Williamson
2025-08-14[armv7] Add lifting for VCVT floating-point scalar variantsGalen Williamson
2025-08-14[armv7/thumb2] Fix Lifting for PC-relative vldr instruction does not align ↵Galen Williamson
PC when calculating address #6947 Updated thumb2 pcode parser used by disassembler generator to use Tatsu instead of deprecated Grako
2025-03-06ARMv7: Fix lifting of instructions that use register-shifted registersJosh Ferrell
2025-03-06ARMv7: Add support for register-shifted registersJosh Ferrell
2024-08-27Remove duplicate conditional checks in v_ liftsMason Reed
2024-03-12moved over from https://github.com/Vector35/arch-armv7/pull/81Galen Williamson
2024-03-05Move architecture modules into the API repoRusty Wagner