aboutsummaryrefslogtreecommitdiff
path: root/goodfile
AgeCommit message (Collapse)Author
9 hoursadd behavior information for x86_64 instructionsiximeow
this is a squash of a few months' hacking, including but not limited to what eventually got extracted into https://git.iximeow.net/asmlinator/about/ the path here is generally not historically interesting, and the vast majority of this diff is very particular static data tables (BehaviorDigests and implicit operand lists) `src/long_mode/behavior.rs` will more or less be directly adapted into versions for x86-32 and x86-16, similar to the instruction decoders.
13 hoursgoodfile should use shas directly for local untagged refsiximeow
2025-09-29fix broken capstone_bench stuff, might delete later, idkiximeow
2025-09-29annotation description test requires `fmt`iximeow
this was missed in typical testing because either tests run with all features, no features, or fmt. there wasn't a test entry for only std, which was broken.
2024-06-24bench: fetch from fork updated for yaxpeax-x86 2.0.0iximeow
2024-04-02correctly label fmt benchmark metricsiximeow
2024-04-02the name for instructions and cycles metrics from perf vary by kernel versioniximeow
on midgard there is no :u suffix, so try both
2024-04-01add perf testing to mainline goodfileiximeow
2023-07-09re-enable tests, pretty sure ive squeezed out as much opt as im getting ↵iximeow
right now...
2023-07-04disable goodfile builds for benchmakr purposesiximeow
there are a few test breakages i need to go fix now
2023-07-04goodfile: uses steps, dependencies interfaceiximeow
2023-01-02do benchmarking in ci tooiximeow
2023-01-02add a goodfile, will this.. work?iximeow