aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-15support xchg AX/reg0.1.5iximeow
2021-01-15small perf tweaksiximeow
2021-01-15bump yaxpeax-x86 version for releaseiximeow
2021-01-15fix several missing or invalid decodings among 0f01 opcodesiximeow
2020-11-19fix decoding of rex-prefixed modrm+sib operands selecting index 0b100 and bas...0.1.4iximeow
2020-10-27Update README.md (#5)Jan
2020-10-27fix misdecode of instructions in opcode 0x800.1.3iximeow
2020-08-15add RegSpec constructors, consts, and const fns0.1.2iximeow
2020-08-15forgot to strengthen that heading tooiximeow
2020-08-15add register class constants to allow reasoning about register operands0.1.1iximeow
2020-08-09inaugural 0.1.0 release!0.1.0iximeow
2020-08-09adjust public interface: public items should all be stableiximeow
2020-08-09reject instructions made invalid by lock prefixesiximeow
2020-08-09support salc, get segment register numbers rightiximeow
2020-08-09tests for cltsiximeow
2020-08-09add 32-bit-only instructionsiximeow
2020-08-09port updates to protected-mode decoderiximeow
2020-08-09update protected mode testsiximeow
2020-08-09bump version0.0.15iximeow
2020-08-09unused importiximeow
2020-08-09no more incomplete decoder for vex instructionsiximeow
2020-08-09support four-reg operand forms, new testsiximeow
2020-08-09add to changelogiximeow
2020-08-09avoid a bunch of checks in the likely display pathiximeow
2020-08-09display opt, aykmiximeow
2020-08-09significantly reorganize what operands are unlikelyiximeow
2020-08-09those operands are unlikelyiximeow
2020-08-09Revert "speculative code motion"iximeow
2020-08-09speculative code motioniximeow
2020-08-09Revert "bad idea"iximeow
2020-08-09bad ideaiximeow
2020-08-09try to special case immediates a bitiximeow
2020-08-09centralize mem_oper assignment where possibleiximeow
2020-08-09special-case lea validity check betteriximeow
2020-08-09this makes it faster i guessiximeow
2020-08-09make address_size() no longer .. necessaryiximeow
2020-08-09more speed hole!iximeow
2020-08-09drilled a new speed hole: rex doesn't need to be held through read_M or read_sibiximeow
2020-08-09crank up the inlineriximeow
2020-08-09cmc and int1iximeow
2020-08-09invalid instruction fixiximeow
2020-08-09lea speed holeiximeow
2020-08-09speed holesiximeow
2020-08-09vinserti128iximeow
2020-08-09vextractf128iximeow
2020-08-09vpsrlqiximeow
2020-08-09vpminswiximeow
2020-08-09vpermq (avx2)iximeow
2020-08-09vpsrlw avxiximeow
2020-08-09missing avx instriximeow