| 2007-07-18 | Gabe Black | Hook x86 nop into the decoder. | commit | commitdiff | tree | 
| 2007-07-18 | Gabe Black | Fix a compilation error for SubBitUnions, | commit | commitdiff | tree | 
| 2007-07-18 | Gabe Black | Implement the x86 nop to be a "fault" microop which... | commit | commitdiff | tree | 
| 2007-07-18 | Gabe Black | Add a generateDisassembly function to the MicroFault... | commit | commitdiff | tree | 
| 2007-07-18 | Gabe Black | Make name, isMachineCheckFault, and isAlignmentFault... | commit | commitdiff | tree | 
| 2007-07-18 | Gabe Black | Calculate the correct address size. | commit | commitdiff | tree | 
| 2007-07-18 | Gabe Black | Make disassembled x86 register indices reflect their... | commit | commitdiff | tree | 
| 2007-07-17 | Gabe Black | Implemented jnz. | commit | commitdiff | tree | 
| 2007-07-17 | Gabe Black | Use limm to set up immediate value for subtract instruc... | commit | commitdiff | tree | 
| 2007-07-17 | Gabe Black | Implement the jz instruction. | commit | commitdiff | tree | 
| 2007-07-17 | Gabe Black | Make "test" set some condition codes. | commit | commitdiff | tree | 
| 2007-07-17 | Gabe Black | Add in support for condition code flags. | commit | commitdiff | tree | 
| 2007-07-17 | Gabe Black | Add in operand which holds the condition code bits... | commit | commitdiff | tree | 
| 2007-07-17 | Gabe Black | Add symbols for each of the flags a microop could set... | commit | commitdiff | tree | 
| 2007-07-17 | Gabe Black | Actually include miscregs.hh | commit | commitdiff | tree | 
| 2007-07-17 | Gabe Black | Create a file to describe misc registers. | commit | commitdiff | tree | 
| 2007-07-17 | Gabe Black | Create a file of functions for computing condition... | commit | commitdiff | tree | 
| 2007-07-17 | Gabe Black | Add a spot for the condition code portion of the flag... | commit | commitdiff | tree | 
| 2007-07-17 | Gabe Black | Add a conversion constructor so a bitunion can be initi... | commit | commitdiff | tree | 
| 2007-07-15 | Gabe Black | Move bitunion code into it's own file. | commit | commitdiff | tree | 
| 2007-07-15 | Gabe Black | Pull some hard coded base classes out of the isa descri... | commit | commitdiff | tree | 
| 2007-07-14 | Nathan Binkert | ignore stuff that we don't want to see in the status | commit | commitdiff | tree | 
| 2007-07-14 | Nathan Binkert | transfer tags | commit | commitdiff | tree | 
| 2007-06-29 | Korey Sewell | fix store instructions, pass fast/quick Atomic/TimingSi... | commit | commitdiff | tree | 
| 2007-06-28 | Korey Sewell | o3cpu build for mips | commit | commitdiff | tree | 
| 2007-06-23 | Korey Sewell | FINISH off merge of mips mt/dsp isa extensions by addin... | commit | commitdiff | tree | 
| 2007-06-23 | Korey Sewell | add Control Bitfield class | commit | commitdiff | tree | 
| 2007-06-22 | Korey Sewell | mips import pt. 1 | commit | commitdiff | tree | 
| 2007-06-22 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-06-22 | Gabe Black | Update of reference outputs. SPARC_SE o3 gzip didn... | commit | commitdiff | tree | 
| 2007-06-21 | Gabe Black | Make symbols for regular registers. | commit | commitdiff | tree | 
| 2007-06-21 | Gabe Black | Get rid of an unnecessary include file. | commit | commitdiff | tree | 
| 2007-06-21 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-06-21 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-06-21 | Ali Saidi | update stats for fixed nextCycle() | commit | commitdiff | tree | 
| 2007-06-21 | Ali Saidi | Use FastAlloc for Packet, Request, CoherenceState,... | commit | commitdiff | tree | 
| 2007-06-21 | Gabe Black | Use the new symbols to clean up the assembler. | commit | commitdiff | tree | 
| 2007-06-21 | Gabe Black | Needed for last change set to work :P | commit | commitdiff | tree | 
| 2007-06-21 | Gabe Black | Define symbols for the x86 specialization of the microa... | commit | commitdiff | tree | 
| 2007-06-21 | Gabe Black | Fix a comment. | commit | commitdiff | tree | 
| 2007-06-21 | Gabe Black | Fix a problem where part of a microops parameters might... | commit | commitdiff | tree | 
| 2007-06-21 | Gabe Black | Add in code that lays the ground work for setting flags. | commit | commitdiff | tree | 
| 2007-06-21 | Gabe Black | long is too long | commit | commitdiff | tree | 
| 2007-06-21 | Gabe Black | Fix compiler errors. | commit | commitdiff | tree | 
| 2007-06-20 | Gabe Black | Implement rip relative addressing and put in some missi... | commit | commitdiff | tree | 
| 2007-06-20 | Gabe Black | Fix a newly introduced bug where the predecoder wasn... | commit | commitdiff | tree | 
| 2007-06-20 | Gabe Black | X86 probably doesn't need a window save area. | commit | commitdiff | tree | 
| 2007-06-20 | Gabe Black | Fix a typo in one of the operand type tags. | commit | commitdiff | tree | 
| 2007-06-20 | Gabe Black | Comment out some unnecessary debug output. | commit | commitdiff | tree | 
| 2007-06-20 | Gabe Black | Forgot to check these in... | commit | commitdiff | tree | 
| 2007-06-20 | Gabe Black | Comment out some unnecessary debug statements. | commit | commitdiff | tree | 
| 2007-06-20 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-06-20 | Vincentius... | Minor error. | commit | commitdiff | tree | 
| 2007-06-20 | Vincentius... | Removed "adding instead of dividing" trick. | commit | commitdiff | tree | 
| 2007-06-20 | Nathan Binkert | Don't do checker stuff if the checker is not defined | commit | commitdiff | tree | 
| 2007-06-20 | Nathan Binkert | Make sure all parameters have default values if they're | commit | commitdiff | tree | 
| 2007-06-20 | Nathan Binkert | Don't go over 80 chars per line | commit | commitdiff | tree | 
| 2007-06-20 | Gabe Black | Make memory instructions work better, add more macroop... | commit | commitdiff | tree | 
| 2007-06-20 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-06-19 | Gabe Black | More faithfulness to what instructions should work... | commit | commitdiff | tree | 
| 2007-06-19 | Gabe Black | Missed an "offset" to get rid of. | commit | commitdiff | tree | 
| 2007-06-19 | Gabe Black | Make branches work by repopulating the predecoder every... | commit | commitdiff | tree | 
| 2007-06-19 | Gabe Black | Make instructions that are illegal in 64 bit mode not... | commit | commitdiff | tree | 
| 2007-06-19 | Gabe Black | Make an error message a little more descriptive. | commit | commitdiff | tree | 
| 2007-06-19 | Gabe Black | Renovate the "fault" microop implementation. | commit | commitdiff | tree | 
| 2007-06-19 | Gabe Black | Get rid of the commented out versions of macroops which... | commit | commitdiff | tree | 
| 2007-06-19 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-06-19 | Gabe Black | Get rid of the immediate and displacement components... | commit | commitdiff | tree | 
| 2007-06-19 | Gabe Black | Add a stack size bitfield and expose the mode component... | commit | commitdiff | tree | 
| 2007-06-19 | Gabe Black | Add a function to print out segment names. | commit | commitdiff | tree | 
| 2007-06-18 | Ali Saidi | fix bug in timing cpu. getTime() is the time the requse... | commit | commitdiff | tree | 
| 2007-06-18 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-06-18 | Gabe Black | Get rid of unnecessary output. | commit | commitdiff | tree | 
| 2007-06-18 | Gabe Black | Add in incomplete pick and merge functions which read... | commit | commitdiff | tree | 
| 2007-06-17 | Ali Saidi | since the o3 cpu perlbmk regression doesn't work, just... | commit | commitdiff | tree | 
| 2007-06-16 | Steve Reinhardt | memtest.cc: | commit | commitdiff | tree | 
| 2007-06-14 | Gabe Black | Add in some microregs. | commit | commitdiff | tree | 
| 2007-06-14 | Gabe Black | Sign extend byte immediates as well. There might need... | commit | commitdiff | tree | 
| 2007-06-14 | Gabe Black | Fix limm. | commit | commitdiff | tree | 
| 2007-06-14 | Gabe Black | Implement a handful more instructions and differentiate... | commit | commitdiff | tree | 
| 2007-06-14 | Gabe Black | Move the high byte register indices to the right place. | commit | commitdiff | tree | 
| 2007-06-14 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-06-14 | Vincentius... | Modified instruction decode method. | commit | commitdiff | tree | 
| 2007-06-14 | Gabe Black | Fix an assert to allow rounding mode 0. | commit | commitdiff | tree | 
| 2007-06-14 | Gabe Black | Make POP special case its dataSize to default to 64... | commit | commitdiff | tree | 
| 2007-06-14 | Gabe Black | Put the mode in the ExtMachInst. | commit | commitdiff | tree | 
| 2007-06-14 | Gabe Black | Get rid of an unnecessary debug statement. | commit | commitdiff | tree | 
| 2007-06-14 | Gabe Black | Get rid of some debug output and let macroops set heade... | commit | commitdiff | tree | 
| 2007-06-14 | Gabe Black | Fix up param regular expression to not duplicated the... | commit | commitdiff | tree | 
| 2007-06-14 | Gabe Black | A fix for SPARC_FS compilation. | commit | commitdiff | tree | 
| 2007-06-13 | Gabe Black | Seperate the pc-pc and the pc of the incoming bytes... | commit | commitdiff | tree | 
| 2007-06-13 | Gabe Black | Fix the operand type tag parser to recognize multi... | commit | commitdiff | tree | 
| 2007-06-13 | Gabe Black | Partially implement "POP" | commit | commitdiff | tree | 
| 2007-06-13 | Gabe Black | Move load/store microops into their own file. They... | commit | commitdiff | tree | 
| 2007-06-13 | Gabe Black | Fix the immediate version of register operations, and... | commit | commitdiff | tree | 
| 2007-06-12 | Gabe Black | Minor comment fix up. | commit | commitdiff | tree | 
| 2007-06-12 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-06-12 | Gabe Black | Make use of some of the REX prefix. | commit | commitdiff | tree | 
| 2007-06-12 | Gabe Black | Reset the rex and legacy prefix components of the ExtMa... | commit | commitdiff | tree | 
| 2007-06-12 | Gabe Black | Flesh out the bitfields for prefixes. | commit | commitdiff | tree | 
| next |