Age | Commit message (Expand) | Author |
2007-01-27 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-27 | Fixed up printReg so that control registers are printed by name. This is poss... | Gabe Black |
2007-01-26 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-01-26 | Make Sparc traceflag even more chatty | Ali Saidi |
2007-01-26 | Merge zeep.pool:/z/saidi/work/m5.newmem | Ali Saidi |
2007-01-26 | make our code a little more standards compliant | Ali Saidi |
2007-01-25 | fix smul and sdiv to sign extend, and handle overflow/underflow corretly | Ali Saidi |
2007-01-24 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-23 | use pstate.am to mask off PC/NPC where it needs to +be | Ali Saidi |
2007-01-22 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-01-22 | clean up fault code a little bit | Ali Saidi |
2007-01-20 | fix flushw implementation | Ali Saidi |
2007-01-20 | Spill and Fill handlers are actually n*4 + the start address | Ali Saidi |
2007-01-16 | Modify ISA and staticInst to support a IsFirstMicroOp flag | Ali Saidi |
2007-01-10 | bug fixes to get us to 145m instructions | Ali Saidi |
2007-01-03 | Merge zizzer:/bk/newmem | Gabe Black |
2006-12-19 | fix twinx loads a little bit | Ali Saidi |
2006-12-18 | Fixing the extended twin format to go with the new isa parser interface. | Gabe Black |
2006-12-18 | Merge zizzer.eecs.umich.edu:/.automount/zower/eecshome/m5/newmem | Gabe Black |
2006-12-18 | move the twinx loads to the correct opcode and add asis 0x24 and 0x27 | Ali Saidi |
2006-12-17 | Minor cleanup of new snippet/subst code. | Steve Reinhardt |
2006-12-17 | Merge zizzer:/bk/newmem | Gabe Black |
2006-12-17 | Added in the extended twin load format | Gabe Black |
2006-12-17 | Compilation fix after messy merge. | Gabe Black |
2006-12-16 | Support for twin loads. | Gabe Black |
2006-12-16 | Merge zizzer:/bk/newmem | Gabe Black |
2006-12-16 | Made changes to CWP be non speculative. | Gabe Black |
2006-12-16 | Changes to the isa_parser and affected files to fix an indexing problem with ... | Gabe Black |
2006-12-09 | Allocate the correct number of global registers | Ali Saidi |
2006-12-07 | get legion/m5 to first tlb miss fault | Ali Saidi |
2006-12-07 | Make branches handle the lack of a symbol table or the lack of a symbol grace... | Gabe Black |
2006-12-06 | Many more fixes for SPARC_FS. Gets us to the point where SOFTINT starts | Ali Saidi |
2006-12-06 | Reorganize the includes and add an include for misc.hh. | Gabe Black |
2006-12-06 | Added some debug output, and made sure not to accidentally ask for the result... | Gabe Black |
2006-12-06 | Some basic fix ups, and CWP is no longer set explicitly. | Gabe Black |
2006-12-05 | Move the SyscallReturn class into sim/syscallreturn.hh. Also move some miscre... | Gabe Black |
2006-12-04 | Merge zizzer:/bk/sparcfs | Gabe Black |
2006-12-04 | Add in code to pass the ASI to translation. | Gabe Black |
2006-12-04 | More changes to get SPARC fs closer. Now at 1.2M cycles before difference | Ali Saidi |
2006-11-23 | Fixes to the isa description. | Gabe Black |
2006-11-14 | Fix up the disassembly a little. | Gabe Black |
2006-11-11 | Fix for CAS so that it knows about all the possible code in the constructor. | Gabe Black |
2006-11-10 | fix endian issues with condition codes | Ali Saidi |
2006-11-10 | Added StrandStsReg operand. | Gabe Black |
2006-11-10 | Put in provisions for rd, rdpr, rdhpr, wr, wrpr, and wrhpr to disassemble pro... | Gabe Black |
2006-11-10 | Made the annul of unconditional conditional branches behave properly, added c... | Gabe Black |
2006-11-10 | Fixed up the code that prints out registers to take into account microregisters. | Gabe Black |
2006-11-10 | Fix up instructions to read and write control registers, and got rid of the c... | Gabe Black |
2006-11-03 | Calling syscalls from within the trap instruction's invoke method won't work ... | Gabe Black |
2006-11-03 | Add the syscall number as the second parameter for the trap fault. This could... | Gabe Black |