summaryrefslogtreecommitdiff
path: root/src/arch/mips/isa_traits.cc
AgeCommit message (Expand)Author
2012-06-05ISA: Back-out NoopMachInst as a StaticInstPtr change.Ali Saidi
2012-06-04ISA: Turn the ExtMachInst NoopMachinst into the StaticInstPtr NoopStaticInst.Gabe Black
2007-08-01MIPS: Cleaned up includes to break loops, and got rid of isa_traits.ccGabe Black
2007-06-22mips import pt. 1Korey Sewell
2006-08-11Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...Gabe Black
2006-07-23This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,...Korey Sewell
2006-07-14For now, halt context is the same as deallocating.Korey Sewell
2006-06-15Mips Code Cleanup:Korey Sewell
2006-06-09Merging in a month of changesKorey Sewell
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt