Age | Commit message (Expand) | Author |
2007-06-14 | Get rid of an unnecessary debug statement. | Gabe Black |
2007-06-14 | Get rid of some debug output and let macroops set headers in their constructo... | Gabe Black |
2007-06-13 | Seperate the pc-pc and the pc of the incoming bytes, and get rid of the "more... | Gabe Black |
2007-06-13 | Fix the operand type tag parser to recognize multi character register names. | Gabe Black |
2007-06-13 | Partially implement "POP" | Gabe Black |
2007-06-13 | Move load/store microops into their own file. They still don't do anything, t... | Gabe Black |
2007-06-13 | Fix the immediate version of register operations, and get their name to show ... | Gabe Black |
2007-06-12 | Minor comment fix up. | Gabe Black |
2007-06-12 | Make use of some of the REX prefix. | Gabe Black |
2007-06-12 | Reset the rex and legacy prefix components of the ExtMachInst as well. | Gabe Black |
2007-06-12 | Flesh out the bitfields for prefixes. | Gabe Black |
2007-06-12 | Add in MOV instructions. | Gabe Black |
2007-06-12 | Fix up a comment that wasn't changed over to x86. | Gabe Black |
2007-06-12 | Get rid of unnecessary namespace prototype. | Gabe Black |
2007-06-12 | Use objects to pass around output code, and fix/implement a few things. | Gabe Black |
2007-06-12 | Add an address size bitfield to the isa description and the ExtMachInst | Gabe Black |
2007-06-12 | Add some dprintfs | Gabe Black |
2007-06-12 | Make microOp vs microop and macroOp vs macroop capitilization consistent. | Gabe Black |
2007-06-08 | Fix another outdated comment. | Gabe Black |
2007-06-08 | Adjust a few more comments. | Gabe Black |
2007-06-08 | Fix up a potentially misleading comment. | Gabe Black |
2007-06-08 | Fix the formatting on a comment. | Gabe Black |
2007-06-08 | Clean up where files are included, and get rid of some cruft. | Gabe Black |
2007-06-08 | Clean things up a little. | Gabe Black |
2007-06-08 | Move the microcode assembly to a python package instead of isa_parser files. ... | Gabe Black |
2007-06-08 | Big changes to use the new microcode assembler. | Gabe Black |
2007-06-08 | Fixed format arguments for XOR. | Gabe Black |
2007-06-08 | Add a bitfield to refer to the opSize member of the extMachInst. | Gabe Black |
2007-06-04 | Make limm (load immediate) microop | 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-05-09 | fix the translating ports so it can add a page on a fault | Ali Saidi |
2007-04-10 | Include the new GenFault microop. | Gabe Black |
2007-04-10 | Reworked x86 a bit | Gabe Black |
2007-04-10 | Changed some instruction names to be in all caps, and "implemented" move to t... | Gabe Black |
2007-04-10 | Added a class which lets you manipulate all the strings returned by the parse... | Gabe Black |
2007-04-10 | Fix up the base x86 fault object and create a fault to be generated by unimpl... | Gabe Black |
2007-04-09 | Accidentally didn't save when moving the specialization code out of here. | Gabe Black |
2007-04-06 | Move the instruction specialization stuff out of the microassembler file, and... | Gabe Black |
2007-04-06 | Consolidated the microcode assembler to help separate it from more x86-centri... | Gabe Black |
2007-04-06 | Refactored the x86 isa description some more. There should be more seperation... | Gabe Black |
2007-04-06 | Clean up the code a little, fix (I think) a perceived problem with immediate ... | Gabe Black |
2007-04-06 | Add in a stub merging function | Gabe Black |
2007-04-06 | Clean up the macroop code. | 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 |
2007-04-04 | Made x86 ExtMachInsts distinguishable from each other by defining a real == a... | Gabe Black |
2007-04-04 | Added all the different variations of the register names. | Gabe Black |
2007-04-03 | A batch of changes and fixes. Macroops are now generated automatically, multi... | Gabe Black |
2007-04-03 | Zero out ModRM if the byte isn't there, and fix some displacement size stuff. | Gabe Black |