index
:
yaxpeax-arm
neon
no-gods-no-
yaxpeax arm decoder
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-07-28
thumb2: fix parallel addition/subtraction, (un)signed
iximeow
2026-07-28
thumb: when nonconforming, allow it/cond=1111 like capstone
iximeow
2026-07-28
thumb differential: segment out a few categories of diff
iximeow
2026-07-28
capstone prints thumb add/sub sp+immediate as two operands
iximeow
2026-07-28
differential test should tolerate a few more differences
iximeow
2026-07-28
untangle some nonconforming ld/st forms
iximeow
2026-07-28
lsl/mov aliasing
iximeow
2026-07-28
differential testing wip
iximeow
2026-07-28
fix thumb2 TBH decode: wrong opcode and register-shift operand
Brandon Ros
2026-07-28
fix more thumb2 register data-processing decode bugs
Brandon Ros
2026-07-28
some armv7/thumb arms are basically duplicate
iximeow
2026-07-28
fix several thumb2 decode bugs
Brandon Ros
2026-07-28
Do not add an 's' when outputing opcodes that always set flags
Grond
2026-07-28
Decode the correct number of operands for TST/TEQ (immediate/register)
Grond
2026-07-28
Simplify decoding of register-shifted-register data-processing instructions
Grond
2026-07-28
probably should decide where imm-shifted reg normalization happens
iximeow
2026-07-28
Decode the correct number of operands for CMP/CMN (immediate/register)
Grond
2026-07-28
Fix the handling of reserved bits in uncommon loads/stores
Grond
2026-07-28
Check all of the appropriate bits when parsing op1 for CDP2/MCR2/MRC2
Grond
2026-07-28
Implement the RRX immediate shift type
Grond
2026-07-28
Fix the handling of arithmetic register shifts with zero immediates
Grond
2026-06-19
Add armv7::InstDecoder::in_thumb_mode() method
Samuel Arnold
2026-02-22
support A1 encoding of several coprocessor instructions + SVC
rva3
2026-02-22
properly display coprocessor higher than 9
rva3
2026-02-22
rename MCR2/MRC2 to MCR/MRC
rva3
2026-02-22
derive Clone and Copy for armv7 instruction
rva3
2025-10-19
run differential test
0.4.0
iximeow
2025-10-19
adjust goodfile to exercise feature matrix more
iximeow
2025-10-19
alloc needs yaxpeax-arch alloc too
iximeow
2025-10-19
Remove empty format precision specifier
Marijn Schouten
2025-10-19
update changelog, no 0.3.2 after all
iximeow
2025-10-19
Opcode and Operand should be non-exhaustive
iximeow
2025-10-19
avoid subtle changes to A64 Opcode enum discriminant choices
iximeow
2025-10-19
tag instruction decode fixes, differential test precision
iximeow
2025-10-19
fix opcode display for ldg
Martin Fink
2025-10-19
visitor-oriented fmt
iximeow
2025-06-20
changelog + another inline
iximeow
2025-06-02
some armv7 decode helpers are trivial functions but didn't inline
iximeow
2025-05-25
support the rest of PAC instructions. compare to a more recent capstone
iximeow
2025-02-06
0.3.1
0.3.1
iximeow
2025-02-06
actually check no-std configuration does not transitively depend on std
iximeow
2025-02-04
Disable bitvec features to fix no_std
Luke Street
2024-06-25
update yaxpeax-arch in differential-tests, validate in goodfile
iximeow
2024-06-25
0.3.0
0.3.0
iximeow
2024-06-25
Bump yaxpeax-arch and bitvec, allow use of deprecated yaxpeax-arch traits, fi...
novafacing
2024-06-25
0.2.6
0.2.6
iximeow
2024-06-25
include udf note in changelog
iximeow
2024-06-25
Add support for `udf`
Martin Fink
2024-03-17
at least armv7t doesnt panic now, but im very uncertain these are right
iximeow
2024-03-17
run non-panicking tests with a horkton of parallelism
iximeow
[next]