Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |