Age | Commit message (Expand) | Author |
---|---|---|
2010-05-23 | copyright: Change HP copyright on x86 code to be more friendly | Nathan Binkert |
2009-08-17 | X86: Set up a media microop framework and create mov2int and mov2fp microops. | Gabe Black |
2008-10-12 | X86: Create a SeqOp class of microops and make Br one of them. | Gabe Black |
2008-06-12 | X86: Add microops which panic, fatal, warn, and warn_once. | Gabe Black |
2007-09-19 | X86: Move the fp microops to their own file with their own base classes in C+... | Gabe Black |
2007-06-13 | Move load/store microops into their own file. They still don't do anything, t... | 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-04-10 | Include the new GenFault microop. | Gabe Black |
2007-04-04 | The process of going from an instruction definition to an instruction to be r... | Gabe Black |
2007-03-29 | Add code to generate register and immediate based integer op microop classes. | Gabe Black |