Age | Commit message (Expand) | Author |
2021-07-04 | fix several incorrect tests and docs in 64- and 32-bit modes | iximeow |
2021-07-03 | document public members in long_mode | iximeow |
2021-07-03 | be more strict about denying invalid operands | iximeow |
2021-07-01 | reallocate OperandCode, convert disparate registers to array | iximeow |
2021-07-01 | update yaxpeax-x86 to yaxpeax-arch 0.1.0 interfaces | iximeow |
2021-06-29 | fix several lingering mem_size discrepancies | iximeow |
2021-06-28 | remove a few operand cases | iximeow |
2021-06-28 | round out x86_32 support - avx2, avx, memory sizes | iximeow |
2021-06-28 | protected mode memory sizes | iximeow |
2021-06-27 | report memory sizes for all long-mode instructions | iximeow |
2021-06-26 | clean up avx2-related warnings | iximeow |
2021-06-12 | finish up long mode avx2 | iximeow |
2021-06-11 | add extensive avx and initial avx2 tests, fix several bugs and missing instru... | iximeow |
2021-03-21 | fix potential successful decodes with Opcode::Invalid | iximeow |
2021-03-21 | add missing vpmaxuw, remove nonsense avx mov | iximeow |
2021-03-21 | complete CET support, add UINTR, add missing VORP{S,D}, other cleanup | iximeow |
2021-03-21 | rewrite 0f-based instruction handling | iximeow |
2020-08-09 | no more incomplete decoder for vex instructions | iximeow |
2020-08-09 | support four-reg operand forms, new tests | iximeow |
2020-08-09 | vinserti128 | iximeow |
2020-08-09 | vextractf128 | iximeow |
2020-08-09 | vpsrlq | iximeow |
2020-08-09 | vpminsw | iximeow |
2020-08-09 | vpermq (avx2) | iximeow |
2020-08-09 | vpsrlw avx | iximeow |
2020-08-09 | missing avx instr | iximeow |
2020-08-09 | probably not | iximeow |
2020-05-23 | add SHA, BMI1, and BMI2, complete XSAVE extension support | iximeow |
2020-02-22 | support most avx operand codes | iximeow |
2020-01-15 | make space for non-64bit modes | iximeow |