Age | Commit message (Expand) | Author |
2007-06-21 | Getting closer... | Steve Reinhardt |
2007-06-17 | Merge vm1.(none):/home/stever/bk/newmem-head | Steve Reinhardt |
2007-06-17 | More major reorg of cache. Seems to work for atomic mode now, | Steve Reinhardt |
2007-06-16 | memtest.cc: | Steve Reinhardt |
2007-06-14 | Add in some microregs. | Gabe Black |
2007-06-14 | Sign extend byte immediates as well. There might need to be a fancier system ... | Gabe Black |
2007-06-14 | Fix limm. | Gabe Black |
2007-06-14 | Implement a handful more instructions and differentiate macroops based on the... | Gabe Black |
2007-06-14 | Move the high byte register indices to the right place. | Gabe Black |
2007-06-14 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-06-14 | Modified instruction decode method. | Vincentius Robby |
2007-06-14 | Fix an assert to allow rounding mode 0. | Gabe Black |
2007-06-14 | Make POP special case its dataSize to default to 64 bits in 64 bit mode. | Gabe Black |
2007-06-14 | Put the mode in the ExtMachInst. | Gabe Black |
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-14 | Fix up param regular expression to not duplicated the escaping \ and to pair ... | Gabe Black |
2007-06-14 | A fix for SPARC_FS compilation. | 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 | Merge zizzer.eecs.umich.edu:/bk/newmem | 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-11 | Rename enum from OpType to OpClass so it's consistent with the | Nathan Binkert |
2007-06-10 | Add a function to get a SimObject's memory mode and rework | Nathan Binkert |
2007-06-09 | Add a startup function that will fast forward to the right clock edge | Nathan Binkert |
2007-06-09 | Use the right type | Nathan Binkert |
2007-06-09 | only compile fenv.c if we're using fenv | Nathan Binkert |
2007-06-09 | More realistic parameters | Nathan Binkert |
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 | Merge zizzer.eecs.umich.edu:/bk/newmem | 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 |