summaryrefslogtreecommitdiff
path: root/rust/src/low_level_il/instruction.rs
AgeCommit message (Expand)Author
2026-01-01update copyrights for 2026Jordan Wiens
2025-07-15Move LLIL instruction retrieval into the LLIL function where it belongsMason Reed
2025-05-30[Rust] Add support for LLIL_REG_PHI / LLIL_MEM_PHI / LLIL_FLAG_PHIMark Rowe
2025-05-30[Rust] Add LowLevelILInstruction::basic_block / LowLevelILFunction::basic_blo...Mark Rowe
2025-05-30[Rust] Allow mapping between SSA and non-SSA forms of instructions / expressionsMark Rowe
2025-05-30[Rust] Make LowLevelIL{Expression,Instruction} implement CopyMark Rowe
2025-05-12[Rust] Remove `NonSSAVariant` bound from `LowLevelILFunction`Mason Reed
2025-05-12[Rust] Add Assert and ForceVersion LLIL operationsMason Reed
2025-05-12[Rust] Support SSA form properly in low level ILMason Reed
2025-05-12[Rust] Misc clippy lintsMason Reed
2025-05-12[Rust] Remove Architecture trait bound on LLIL related structuresMason Reed
2025-03-28belated copyright year updateJordan Wiens
2025-01-31Add LLIL_REG_STACK_POP and LLIL_REG_STACK_PUSH to Rust APIMason Reed
2025-01-25Rust refactorMason Reed