summaryrefslogtreecommitdiff
path: root/crates/hashx/src/compiler/x86_64.rs
Commit message (Expand)AuthorAgeFilesLines
* 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-14/+44
* hashx: avoid surprising overhead of enum code() methodMicah Elizabeth Scott2023-08-211-3/+3
* 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/+9
* Reimplement HashX in RustMicah Elizabeth Scott2023-07-271-0/+237