Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-01 | more inconvenient test case handling | iximeow | |
2021-12-31 | pac, cfi, other misc cleanup, notes and todos | iximeow | |
2021-12-28 | re-enable exhaustive panic tests | iximeow | |
2021-12-04 | ignore non-panic tests for now | iximeow | |
2021-09-28 | fix various armv8 and armv8 panics that should be Err. | iximeow | |
in fact the decoder should _never_ panic. included here are tests that cover the entire 32-bit instruction space and ensure that decoding and display do not panic. these tests run uncomfortably slowly (1168s to decode the 4b "instruction" sequences on my desktop), but verify that panics are no longer an issue. | |||
2020-02-05 | bump yaxpeax-arch to 0.0.3, make tests stable-friendly0.0.2 | iximeow | |
2020-01-12 | fix issue with incorrectly decoding register shifts | iximeow | |
2020-01-12 | add armv8/a64 support | iximeow | |
2020-01-12 | found some decode errors | iximeow | |
2020-01-12 | fix test breakages | iximeow | |
2020-01-12 | fix decode issue with stm/ldm/b, add tests, add display impl | iximeow | |