Age | Commit message (Expand) | Author |
2007-09-04 | X86: Implement some SSE fp microops and instructions. | Gabe Black |
2007-09-04 | X86: Add some SSE floating point/integer conversion microops. | Gabe Black |
2007-09-04 | X86: Implement idiv and propogate the mul corner case fix. | Gabe Black |
2007-08-29 | X86: Implement the movaps instruction. | Gabe Black |
2007-08-29 | X86: Implement the movsd instruction. | Gabe Black |
2007-08-29 | X86: Implement the movlpd instruction. | Gabe Black |
2007-08-28 | X86: More two byte opcode decoding. I missed two groups in the last changeset. | Gabe Black |
2007-08-28 | X86: More fully decode two byte opcodes. | Gabe Black |
2007-08-26 | X86: Implement cmps (string compare) | Gabe Black |
2007-08-07 | X86: Implemented and hooked in SCAS (scan string) | Gabe Black |
2007-08-04 | X86: Implement microops and instructions that manipulate the flags register. | Gabe Black |
2007-08-04 | X86: Implement the cmpxchg instruction. | Gabe Black |
2007-07-31 | Add a flag to indicate an instruction triggers a syscall in SE mode. | Gabe Black |
2007-07-31 | X86: Add operand type information to the fnstcw and fldw instruction placehol... | Gabe Black |
2007-07-30 | X86: Add decoding for x87 floating point. | Gabe Black |
2007-07-30 | X86: Attach the "DIV" instruction implementation to the decoder. | Gabe Black |
2007-07-30 | X86: Hook in the new instructions. | Gabe Black |
2007-07-26 | X86: Hook in shift and rotate by one instructions, and NOT. | Gabe Black |
2007-07-24 | Hook in a bunch of new instructions, fix a few minor bugs, and expand out one... | Gabe Black |
2007-07-23 | Implement pusha, popa, three operand imul, hook them into the decoder, and cl... | Gabe Black |
2007-07-23 | Make the operand size reflect the size specifier on the operand tags, and imp... | Gabe Black |
2007-07-21 | Implemented and hooked in xchg, rotate with carry, and ret instructions | Gabe Black |
2007-07-20 | Fixed the distinction between far and near versions of jmp, call and ret. Imp... | Gabe Black |
2007-07-20 | Implement UD2 and replace the place holder in the decoder. | Gabe Black |
2007-07-20 | Implement adc and sbb instructions and microops. | Gabe Black |
2007-07-20 | Implement the rest of the conditional jump instructions and hook them into th... | Gabe Black |
2007-07-20 | Make the decoder take advantage of the new "B" operand format which takes a r... | Gabe Black |
2007-07-20 | Define and fill out a lot of different instructions and instruction versions.... | Gabe Black |
2007-07-20 | Hook in newly implemented instructions. | Gabe Black |
2007-07-19 | x86 fixes | Gabe Black |
2007-07-18 | Check for the two opcode prefix correctly and add in some instructions. | Gabe Black |
2007-07-18 | Hook near returns into the decoder. | Gabe Black |
2007-07-18 | Implement some forms of add. | Gabe Black |
2007-07-18 | Fix the operand types in a section of the decoder. | Gabe Black |
2007-07-18 | Hook x86 nop into the decoder. | Gabe Black |
2007-07-17 | Implemented jnz. | Gabe Black |
2007-07-17 | Implement the jz instruction. | Gabe Black |
2007-06-20 | Fix a typo in one of the operand type tags. | Gabe Black |
2007-06-20 | Make memory instructions work better, add more macroop implementations, add a... | Gabe Black |
2007-06-19 | More faithfulness to what instructions should work in what modes, and added t... | Gabe Black |
2007-06-19 | Make instructions that are illegal in 64 bit mode not do the wrong thing in 6... | Gabe Black |
2007-06-14 | Implement a handful more instructions and differentiate macroops based on the... | Gabe Black |
2007-06-13 | Partially implement "POP" | Gabe Black |
2007-06-12 | Add in MOV instructions. | Gabe Black |
2007-06-08 | Fixed format arguments for XOR. | Gabe Black |
2007-06-04 | Reworking x86's microcode system. This is a work in progress, and X86 doesn't... | Gabe Black |
2007-05-31 | x86 work that hadn't been checked in. | Gabe Black |
2007-04-10 | Changed some instruction names to be in all caps, and "implemented" move to t... | Gabe Black |
2007-04-04 | The process of going from an instruction definition to an instruction to be r... | Gabe Black |
2007-04-04 | Reworking how x86's isa description works. I'm adopting the following definit... | Gabe Black |