summaryrefslogtreecommitdiff
path: root/src/arch/mips/mt.hh
AgeCommit message (Expand)Author
2018-01-10style: change C/C++ source permissions to noexecBKP
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2017-07-05arch, cpu: Architectural Register structural indexingNathanael Premillieu
2014-10-16arch: Use shared_ptr for all FaultsAndreas Hansson
2014-09-20alpha,arm,mips,power,x86,cpu,sim: Cleanup activate/deactivateMitch Hayenga
2013-10-15cpu: rename *_DepTag constants to *_Reg_BaseSteve Reinhardt
2012-08-28Clock: Add a Cycles wrapper class and use where applicableAndreas Hansson
2011-04-15includes: sort all includesNathan Binkert
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2010-10-31ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.Gabe Black
2009-07-30compile: fix accidental conversion of == into =Nathan Binkert
2009-07-21MIPS: Format the register index constants like the other ISAs.Gabe Black
2009-07-21MIPS: Many style fixes.Gabe Black
2009-07-20MIPS: Use BitUnions instead of bits() functions and constants.Gabe Black
2009-07-08Registers: Add a registers.hh file as an ISA switched header.Gabe Black
2009-05-26types: add a type for thread IDs and try to use it everywhereNathan Binkert
2009-03-05Get rid of 'using namespace' declarations in headers.Steve Reinhardt
2008-11-04get rid of all instances of readTid() and getThreadNum(). Unify and eliminateLisa Hsu
2008-09-26Use logical operator instead of bitwise operator for correctness.Nathan Binkert
2007-11-16go back and fix up MIPS copyright headersKorey Sewell
2007-11-15fix MIPS headersKorey Sewell
2007-11-13Add in files from merge-bare-iron, get them compiling in FS and SE modeKorey Sewell
2007-06-22mips import pt. 1Korey Sewell