Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-12 | clean up colorization impl | iximeow | |
2020-01-12 | display impl for the rest of the registers | iximeow | |
2020-01-12 | properly color operands, respect contextualized operands when available | iximeow | |
2020-01-12 | factor out display for x86, implement colorization... a bit | iximeow | |
2020-01-12 | add gitignore, oops | iximeow | |
2020-01-12 | update and impl new display-related triats | iximeow | |
2020-01-12 | several tweaks: | iximeow | |
* DisplacementI32 was never used, DisplacementU64 added to distinguish 8 and 4 byte addresses * Added setCC instructions * Fix sign extension bug for displacement as interpreted by E operands * Add operand code support for a0,a1,a2,a3 movs * Add operand code support for Ivs, Ibs * Complete support for 0x81 * Clean up tests | |||
2020-01-12 | implement traits from yaxpeax_arch and fix a lot of warnings | iximeow | |
2020-01-12 | add build configs and tweak lifetimes to match yaxpeax-arch adjustments | iximeow | |
2020-01-12 | some more inlining hints that appear to help cargo bench do things good | iximeow | |
(this nets another 15% runtime improvement) | |||
2020-01-12 | tweaks to avoid trait objecting and inlines as guided by cargo bench | iximeow | |
inlining is really weird here... it seems like some inlining threshold is reached and everything goes sideways - this commit causes a 33% regression from de-trait-objecting and then a 25% improvement from inline hints overall it seems performance should be better than it is, but codegen seems subpar. see read_imm_signed and friends | |||
2020-01-12 | adjust namespace layout | iximeow | |
2020-01-12 | add a vex test | iximeow | |
2020-01-12 | another testcase | iximeow | |
2020-01-12 | some more refactoring of RegSpec, support r-b registers, additional test cases | iximeow | |
2020-01-12 | read_E cleanup | iximeow | |
2020-01-12 | respect address size prefix | iximeow | |
2020-01-12 | add more test cases, fix movzx support, add 0xf6 opcodes | iximeow | |
2020-01-12 | fix incorrect handling of scale in some sib instances | iximeow | |
2020-01-12 | do not show *1 for SIB with scale == 1 | iximeow | |
2020-01-12 | initial | iximeow | |