summaryrefslogtreecommitdiff
path: root/rust/src/llvm.rs
AgeCommit message (Collapse)Author
2025-12-10[Rust] Add misc documentationMason Reed
2025-12-10[Rust] Move architecture module code into more reasonable filesMason Reed
To keep backwards compatibility for commonly referenced code we re-export them within the architecture module. Also does some light refactoring of some newly added APIs to keep them more consistent with other parts of the codebase.
2025-09-29Rust binding for LLVM MC disassemblerBrandon Miller
2025-09-29Rust bindings for custom basic block analysisBrandon Miller