aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-12Operand are now PartialEqiximeow
2020-01-12fix panicky negation in debug buildsiximeow
2020-01-12mov test casesiximeow
2020-01-12extend prefixed opcode support, add tests for alternate opcode mapsiximeow
2020-01-12last tweaksiximeow
2020-01-12many more optimizationsiximeow
2020-01-12table-driven decodesiximeow
2020-01-12change around how bytes map to instructions. not sure if this will stay yet...iximeow
2020-01-12nicer defaults, noticable perf helpiximeow
2020-01-12more smallerizing, but this seems to have a perf impactiximeow
2020-01-12even MORE smalleriximeow
2020-01-12more smallering!iximeow
2020-01-12smallerify codeiximeow
2020-01-12these types SHOULD be representable with one byteiximeow
2020-01-12remove unused operand variantiximeow
2020-01-12remove unused depiximeow
2020-01-12just use the prefixes struct on Instructioniximeow
2020-01-12begone, warningsiximeow
2020-01-12"support" a few 0f01 instructionsiximeow
2020-01-12add more x86 instructions (bt, btr, bts, bsf, ...) and xaddiximeow
2020-01-12add failing decode test casesiximeow
2020-01-12add a bunch of decode errors as test casesiximeow
2020-01-12begin supporting f30f instructionsiximeow
2020-01-12initial support for xmm instructionsiximeow
2020-01-12make segment check functions actually usableiximeow
2020-01-12fix segment selector assignmentiximeow
2020-01-12fix some warnings and rdtsc/swapgs decode errorsiximeow
2020-01-12segment rendering fixesiximeow
2020-01-12more serde friendliness, cli, cld, clc, sti, std, stc supportiximeow
2020-01-12awful tweaks to expose a serde flag on yaxpeax-arch which will trickle throug...iximeow
2020-01-12fix incorrectly showing decode errors, add more system instructionsiximeow
2020-01-12support many more (system) instructionsiximeow
2020-01-12starting to get into some system instructions nowiximeow
2020-01-12fix incorrect sign tests and decode odditiesiximeow
2020-01-12x86 was lazy about out-of-bytes scenarios, fixing that..iximeow
2020-01-12try cleaning up hex display a bitiximeow
2020-01-12support eflags, helpers to get RegSpec for *ax and rdx as well as {r,e}flagsiximeow
2020-01-12fix benchmarks (decode changes a while ago and these were not rebuilt)iximeow
2020-01-12clean up colorization impliximeow
2020-01-12display impl for the rest of the registersiximeow
2020-01-12properly color operands, respect contextualized operands when availableiximeow
2020-01-12factor out display for x86, implement colorization... a bitiximeow
2020-01-12add gitignore, oopsiximeow
2020-01-12update and impl new display-related triatsiximeow
2020-01-12several tweaks:iximeow
2020-01-12implement traits from yaxpeax_arch and fix a lot of warningsiximeow
2020-01-12add build configs and tweak lifetimes to match yaxpeax-arch adjustmentsiximeow
2020-01-12some more inlining hints that appear to help cargo bench do things goodiximeow
2020-01-12tweaks to avoid trait objecting and inlines as guided by cargo benchiximeow
2020-01-12adjust namespace layoutiximeow