Age | Commit message (Expand) | Author |
2007-07-18 | Make name, isMachineCheckFault, and isAlignmentFault const. | Gabe Black |
2007-06-29 | fix store instructions, pass fast/quick Atomic/TimingSimpleCPU regressions... | Korey Sewell |
2007-06-28 | o3cpu build for mips | Korey Sewell |
2007-06-22 | mips import pt. 1 | Korey Sewell |
2007-06-19 | Make branches work by repopulating the predecoder every time through. This is... | 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-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 | Replaced makeExtMI with predecode. | Gabe Black |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-03-09 | implement ipi stufff for SPARC | 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-04 | Don't use the exact same name as a system header #define | Nathan Binkert |
2007-02-13 | Update MIPS ISA description to work with new write result interface | Steve Reinhardt |
2007-02-13 | fix compiling problems | Ali Saidi |
2007-02-12 | rename store conditional stuff as extra data so it can be used for conditiona... | Ali Saidi |
2007-01-25 | Fixed a warning that was breaking compilation. | Gabe Black |
2006-12-21 | Stub for SE mode gdb support for MIPS. | Gabe Black |
2006-12-17 | Minor cleanup of new snippet/subst code. | Steve Reinhardt |
2006-12-17 | Convert Alpha (and finish converting MIPS) to new | Steve Reinhardt |
2006-12-17 | Started removing "CodeBlock" objects from the mips isa description. | Gabe Black |
2006-12-16 | Merge zizzer:/bk/newmem | Gabe Black |
2006-12-15 | Merge zizzer:/bk/sparcfs | Lisa Hsu |
2006-12-15 | some small general fixes to make everythign work nicely with other ISAs, now ... | Lisa Hsu |
2006-12-12 | Merge zizzer:/bk/newmem/ | Gabe Black |
2006-12-12 | Rename the StaticInst-based (read|set)(Int|Float)Reg methods to (read|set)(In... | Steve Reinhardt |
2006-12-06 | Change MIPS's setSyscallReturn to use a thread context. | Gabe Black |
2006-12-06 | Added basic flatten function for mips. | Gabe Black |
2006-12-05 | Move the SyscallReturn class into sim/syscallreturn.hh. Also move some miscre... | Gabe Black |
2006-11-29 | Add support for mmapped iprs to atomic cpu | Ali Saidi |
2006-11-16 | Implement current working directory for LiveProcesses | Nathan Binkert |
2006-11-08 | Put the MIPS stacktrace into the MipsISA namespace to fit with Alpha and SPARC. | Gabe Black |
2006-11-01 | Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ... | Gabe Black |
2006-10-20 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-20 | Use PacketPtr everywhere | Nathan Binkert |
2006-10-19 | refactor code for the packet, get rid of packet_impl.hh | Nathan Binkert |
2006-10-12 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-08 | Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing) | Steve Reinhardt |
2006-09-30 | Changed makeExtMI to take a ThreadContext instead of a pc. | Gabe Black |
2006-09-17 | Finished changing how stat structures are translated, fixed the handling of v... | Gabe Black |
2006-08-31 | add ISA_HAS_DELAY_SLOT directive instead of "#if THE_ISA == ALPHA_ISA" throug... | Korey Sewell |
2006-08-15 | fixes for gcc 4.1 | Ali Saidi |
2006-08-15 | Cleaned up include files and got rid of many using directives in header files. | Gabe Black |
2006-08-11 | Started adding a system to output data after every instruction. | Gabe Black |
2006-08-11 | Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create... | Gabe Black |
2006-07-26 | MIPS ISA runs 'hello world' in O3CPU ... | Korey Sewell |
2006-07-23 | This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,... | Korey Sewell |
2006-07-14 | For now, halt context is the same as deallocating. | Korey Sewell |
2006-07-14 | MIPS specific fixes ... the main thing is that SMT threads get their own stac... | Korey Sewell |