aboutsummaryrefslogtreecommitdiff
path: root/crates/hashx/src/compiler/aarch64.rs
Commit message (Expand)AuthorAgeFilesLines
* hashx: A couple of comments about register rangesNick Mathewson2025-10-081-0/+1
* hashx: Make exceptions for clippy warnings from dynasm.Nick Mathewson2025-10-081-9/+17
* hashx: Make RegisterId::x() return u8 on aarch64Nick Mathewson2025-10-071-3/+3
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+3
* Fix "unnecessary parentheses around assigned value" warning on aarch64.Alexander Færøy2025-01-061-2/+2
* hashx: Cleanup around Instruction and NUM_INSTRUCTIONSMicah Elizabeth Scott2023-08-251-4/+3
* RustfmtIan Jackson2023-08-251-1/+1
* RFC: hashx: Make Architecture::compile take an array refIan Jackson2023-08-251-1/+2
* hashx: Assembly buffer sizing and tidyingMicah Elizabeth Scott2023-08-211-12/+42
* hashx: New approach to avoid memcpy in ProgramMicah Elizabeth Scott2023-08-211-2/+2
* hashx: Rewrite RegisterSet again to reduce CPU frontend stallsMicah Elizabeth Scott2023-08-211-7/+5
* tor-hspow, equix, hashx: Comment tweaksMicah Elizabeth Scott2023-07-271-8/+10
* Reimplement HashX in RustMicah Elizabeth Scott2023-07-271-0/+225