summaryrefslogtreecommitdiff
path: root/arch/riscv/disasm
AgeCommit message (Expand)Author
2025-12-05[Rust] Fix misc clippy lints and warningsMason Reed
2025-05-12[Rust] Remove Architecture trait bound on LLIL related structuresMason Reed
2025-05-12[Rust] Pretty print LLIL sub expressionsMason Reed
2025-02-13Add licensing check for Rust codeMason Reed
2025-01-25Rust refactorMason Reed
2024-08-29Fix misc rust warningsMason Reed
2024-06-12Disassemble SFENCE.VM instructionMason Reed
2024-03-08Fix RISC-V CSRRW, CSRRS, and CSRRC instr disassPete Dietl
2024-02-01RISC-V: Fix disassembly of compressed JAL instructionPete Dietl
2024-01-04Add RISC-V architecture pluginRusty Wagner