summaryrefslogtreecommitdiff
path: root/src/arch/mips/isa/formats/mem.isa
AgeCommit message (Expand)Author
2018-10-12mips: Use little endian packet accessors.Gabe Black
2018-03-26arch: Fix all override related warnings.Gabe Black
2017-12-13cpu,alpha,mips,power,riscv,sparc: Get rid of eaComp and memAccInst.Gabe Black
2017-11-07alpha,arm,mips,power,riscv,sparc,x86: Merge exec decl templates.Gabe Black
2017-11-02alpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize ExecContexts.Gabe Black
2016-01-17cpu. arch: add initiateMemRead() to ExecContext interfaceSteve Reinhardt
2014-05-09arch: teach ISA parser how to split code across filesCurtis Dunham
2014-05-09arch: remove inline specifiers on all inst constrs, all ISAsCurtis Dunham
2013-02-19scons: Add warning for missing declarationsAndreas Hansson
2011-09-26ISA parser: Use '_' instead of '.' to delimit type modifiers on operands.Gabe Black
2011-09-19MIPS: Get rid of #if style config checks in the ISA description.Gabe Black
2011-07-02ISA: Use readBytes/writeBytes for all instruction level memory operations.Gabe Black
2010-11-08ARM/Alpha/Cpu: Change prefetchs to be more like normal loads.Ali Saidi
2010-10-22ISA: Simplify various implementations of completeAcc.Gabe Black
2010-03-23cpu: fix exec tracing memory corruption bugSteve Reinhardt
2009-11-10Mem: Eliminate the NO_FAULT request flag.Gabe Black
2009-05-13inorder-mips: Remove eaComp & memAcc; use 'visible' eaCompKorey Sewell
2008-11-10mem: update stuff for changes to Packet and RequestNathan Binkert
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-06-29fix store instructions, pass fast/quick Atomic/TimingSimpleCPU regressions...Korey Sewell
2007-06-28o3cpu build for mipsKorey Sewell
2007-06-22mips import pt. 1Korey Sewell
2007-02-13Update MIPS ISA description to work with new write result interfaceSteve Reinhardt
2007-02-13fix compiling problemsAli Saidi
2006-12-17Convert Alpha (and finish converting MIPS) to newSteve Reinhardt
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-07-23This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,...Korey Sewell
2006-06-15Mips Code Cleanup:Korey Sewell
2006-06-14-luxc1 fixKorey Sewell
2006-06-11next round of MIPS ISA changesKorey Sewell
2006-06-09Authorship stuffKorey Sewell
2006-06-09Merging in a month of changesKorey Sewell
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-28Remove authors from copyright.Ali Saidi
2006-05-22New directory structure:Steve Reinhardt