Age | Commit message (Expand) | Author |
2007-06-13 | Seperate the pc-pc and the pc of the incoming bytes, and get rid of the "more... | Gabe Black |
2007-06-12 | Make microOp vs microop and macroOp vs macroop capitilization consistent. | Gabe Black |
2007-05-31 | Assign traceData to be NULL at BaseSimpleCPU constructor. | Vincentius Robby |
2007-05-27 | Move SimObject python files alongside the C++ and fix | Nathan Binkert |
2007-05-09 | fix the translating ports so it can add a page on a fault | Ali Saidi |
2007-04-27 | gcc 4.1 claims that mem_data might be used uninitialized, | Nathan Binkert |
2007-04-21 | create base/fenv.c to standerdize fenv across platforms. It's a c file and no... | Ali Saidi |
2007-04-11 | Make trying to execute macroops fail with a better error message. | Gabe Black |
2007-04-11 | Create a filter and a union to translate the SPARC instruction implementation... | Gabe Black |
2007-04-08 | Get the "hard" SPARC instructions working in o3. I don't like that the IsStor... | Gabe Black |
2007-03-29 | get rid of CWP bounds warning... | Ali Saidi |
2007-03-23 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-21 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-20 | Ignore "time" and "times" syscalls. | Gabe Black |
2007-03-18 | Compile fixes for SPARC_FS. | Gabe Black |
2007-03-17 | The syntax used for twin stores was confusing the parser so it's now broken d... | Gabe Black |
2007-03-16 | Make the SPARC branch instructions use ExtMachInsts in their constructors. Th... | Gabe Black |
2007-03-15 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-15 | Make the predecoder an object with it's own switched header file. Start addin... | Gabe Black |
2007-03-13 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-13 | Replaced makeExtMI with predecode. | Gabe Black |
2007-03-13 | fix interrupting during a quisce on sparc | Ali Saidi |
2007-03-12 | Fix mulscc. | Gabe Black |
2007-03-12 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-03-12 | move hver code to ua2005.cc | Ali Saidi |
2007-03-12 | Add the rename syscall. | Gabe Black |
2007-03-12 | Fix the mnemonic and the branch displacement field size of the branch on floa... | Gabe Black |
2007-03-11 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-11 | Make sttw and sttwa use the twin memory operations. | Gabe Black |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-03-10 | Merge zower.eecs.umich.edu:/home/gblack/m5/newmem-statetrace | Gabe Black |
2007-03-10 | Fix bounds check for the cwp | Gabe Black |
2007-03-10 | Added implementations of the fpop2 instructions. | Gabe Black |
2007-03-09 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-09 | Split the syscall table, SPARC specific syscall implementations, and the 32 b... | Gabe Black |
2007-03-09 | implement ipi stufff for SPARC | Ali Saidi |
2007-03-08 | Panic if any CMT registers are accessed | Ali Saidi |
2007-03-08 | Fixed an off-by-one error. | Gabe Black |
2007-03-08 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-08 | Fix up the SPARC initial stack frame to match an actual 32 bit process. | Gabe Black |
2007-03-07 | I missed a couple of WithEffects, this should do it | Ali Saidi |
2007-03-07 | Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ... | Gabe Black |
2007-03-07 | *MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg | Ali Saidi |
2007-03-05 | Fix up the remote gdb include gaurds so it doesn't use the same symbol as Alp... | Gabe Black |
2007-03-05 | Add in a declaration of class Checkpoint rather than expecting it to come fro... | Gabe Black |
2007-03-03 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-03-03 | Implement Niagara I/O interface and rework interrupts | Ali Saidi |
2007-03-03 | Implement the _llseek syscall. It's Linux only, so we'll actually use the lse... | Gabe Black |
2007-03-03 | Fix some issues with 32 bit processes. | Gabe Black |
2007-03-02 | make ldtw(a) -- Twin 32 bit load work correctly -- by doing it the same way a... | Ali Saidi |