summaryrefslogtreecommitdiff
path: root/src/arch/mips/SConscript
AgeCommit message (Expand)Author
2017-10-17scons: Stop generating inc.d in the isa parser.Gabe Black
2014-05-09arch: teach ISA parser how to split code across filesCurtis Dunham
2013-01-07arch: Make the ISA class inherit from SimObjectAndreas Sandberg
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
2012-05-25ISA: Make the decode function part of the ISA's decoder.Gabe Black
2011-10-30SE/FS: Get rid of FULL_SYSTEM in MIPS.Gabe Black
2011-10-16MIPS: Build vtophys in SE mode.Gabe Black
2011-10-09SE/FS: Build the Interrupt objects in SE mode.Gabe Black
2011-09-10MIPS: Implement gem5/src/arch/mips/remote_gdb.cc.Deyuan Guo
2011-06-02scons: rename TraceFlags to DebugFlagsNathan Binkert
2010-12-20Style: Replace some tabs with spaces.Gabe Black
2009-07-09MIPS: Fold the MiscRegFile all the way into the ISA object.Gabe Black
2009-07-08Registers: Collapse ARM and MIPS regfile directories.Gabe Black
2009-07-08Registers: Move the PCs out of the ISAs and into the CPUs.Gabe Black
2009-07-08Registers: Eliminate the ISA defined integer register file.Gabe Black
2009-07-08Registers: Eliminate the ISA defined floating point register file.Gabe Black
2009-07-08Registers: Add an ISA object which replaces the MiscRegFile.Gabe Black
2009-01-13SCons: centralize the Dir() workaround for newer versions of scons.Nathan Binkert
2008-10-12Turn Interrupts objects into SimObjects. Also, move local APIC state into x86...Gabe Black
2008-05-20SCons: Fixing SCons bug 2006 issues for non-alpha ISAsStephen Hines
2007-11-16go back and fix up MIPS copyright headersKorey Sewell
2007-11-13Add in files from merge-bare-iron, get them compiling in FS and SE modeKorey Sewell
2007-10-31Traceflags: Add SCons function to created a traceflag instead of having one f...Ali Saidi
2007-08-26Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.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
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2006-06-11Remove Full System FilesKorey Sewell
2006-06-09Merging in a month of changesKorey Sewell
2006-05-31remove unneeded files that were copied directly from alphaAli Saidi
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt