cpu: Add CPU support for generatig wake up events when LLSC adresses are snooped.
[gem5.git] / src / arch / mips / isa /
2013-12-30 Christopher Torngmips: Floating point convert bug fix
2013-10-15 Steve Reinhardtcpu: rename *_DepTag constants to *_Reg_Base
2013-02-19 Andreas Hanssonscons: Add warning for missing declarations
2013-02-19 Andreas Hanssonscons: Add warning for overloaded virtual functions
2012-05-25 Gabe BlackISA: Make the decode function part of the ISA's decoder.
2012-04-14 Andreas Hanssonclang/gcc: Fix compilation issues with clang 3.0 and...
2012-03-19 Andreas Hanssonclang: Fix recently introduced clang compilation errors
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMIPS: Fix a compiler warning from the eret instruction.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-12 Deyuan Guomips: Fix decoder of two float-convert instructions
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-09-30 Gabe BlackSE/FS: Use the new FullSystem constant where possible.
2011-09-27 Gabe BlackISA parser: Use '_' instead of '.' to delimit type...
2011-09-19 Gabe BlackMIPS: Get rid of cruft in the fault classes.
2011-09-19 Gabe BlackMIPS: Get rid of #if style config checks in the ISA...
2011-07-05 Gabe BlackISA parser: Define operand types with a ctype directly.
2011-07-03 Nilay VaishMerged with Gabe's recent changes.
2011-07-03 Gabe BlackISA: Use readBytes/writeBytes for all instruction level...
2011-06-23 Deyaun Guomips: fix nmsub and nmadd definitions
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-12 Korey Sewellinorder: remove unused isa ops
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-12-20 Gabe BlackStyle: Replace some tabs with spaces.
2010-12-08 Gabe BlackMIPS: Take advantage of new PCState syntax.
2010-11-08 Ali SaidiARM/Alpha/Cpu: Change prefetchs to be more like normal...
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-22 Gabe BlackISA: Simplify various implementations of completeAcc.
2010-10-16 Gabe BlackMem: Reclaim some request flags used by MIPS for alignm...
2010-03-27 Korey Sewellm5: merge inorder updates
2010-03-23 Steve Reinhardtcpu: fix exec tracing memory corruption bug
2010-01-22 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-19 Derek Howermerge
2009-12-31 Gabe BlackMIPS: Implement the SE mode version of rdhwr.
2009-12-31 Gabe BlackMIPS: Fix decoding of the rdhwr instruction.
2009-12-31 Gabe BlackMIPS: Create an artificial control register to hold...
2009-11-11 Gabe BlackMerge with the head.
2009-11-11 Gabe BlackMem: Eliminate the NO_FAULT request flag.
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-07-22 Gabe BlackMIPS: Small fix I forgot to qrefresh into my last change.
2009-07-22 Gabe BlackMIPS: Style/formatting sweep of the decoder itself.
2009-07-22 Gabe BlackMIPS: Format the register index constants like the...
2009-07-22 Derek HowerAutomated merge with ssh://m5sim.org//repo/m5
2009-07-21 Gabe BlackMIPS: Get MIPS_FS to compile, more style fixes.
2009-07-21 Gabe BlackMIPS: Use BitUnions instead of bits() functions and...
2009-07-13 Derek Howermerge
2009-07-10 Gabe BlackISAs: Get rid of the IControl operand type.
2009-07-10 Gabe BlackMIPS: Fold the MiscRegFile all the way into the ISA...
2009-07-09 Gabe BlackRegisters: Get rid of the float register width parameter.
2009-05-13 Korey Sewellmips-merge: merge hello world regress for inorder cpu
2009-05-13 Korey Sewellinorder-mips: Remove eaComp & memAcc; use 'visible...
2009-04-19 Gabe BlackMemory: Rename LOCKED for load locked store conditional...
2009-04-18 Korey Sewellmips-syscall: mark with correct flag. \nMIPS was using...
2009-04-18 Korey Sewello3-delay-slot-bpred: fix decode stage handling of uncdt...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2008-11-14 Nathan BinkertFix a bunch of bugs I introduced when I changed the...
2008-11-10 Nathan Binkertmem: update stuff for changes to Packet and Request
2008-11-04 Lisa Hsuget rid of all instances of readTid() and getThreadNum...
2008-10-06 Korey Sewellfix shadow set bugs in MIPS code that caused out of...
2008-09-28 Nathan Binkertgcc: Add extra parens to quell warnings.
2007-11-20 Gabe BlackMerge with head.
2007-11-17 Korey Sewelladd back in clobbered MIPS fix for g++ 4.2
2007-11-17 Korey Sewellgo back and fix up MIPS copyright headers
2007-11-15 Korey Sewellmerge Ali's config change...
2007-11-15 Korey Sewellfix MIPS headers
2007-11-15 Korey SewellGet MIPS simple regression working. Take out unecessary...
2007-11-15 Korey Sewellbranch merge
2007-11-14 Korey SewellGet MIPS_SE actually working again by actually by fixin...
2007-11-13 Korey SewellAdd in files from merge-bare-iron, get them compiling...
2007-11-01 Steve ReinhardtString constant const-ness changes to placate g++ 4.2.
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Ali SaidiMerge Gabe and my changes to arch/mips/utility.hh
2007-08-01 Gabe BlackMIPS: Cleaned up includes to break loops, and got rid...
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackAdd a flag to indicate an instruction triggers a syscal...
2007-06-29 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-29 Korey Sewellfix store instructions, pass fast/quick Atomic/TimingSi...
2007-06-28 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-28 Korey Sewello3cpu build for mips
2007-06-23 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-22 Korey Sewellmips import pt. 1
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-07 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-07 Ali SaidiMerge zizzer:/bk/newmem
2007-03-07 Ali Saidi*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg
2007-02-14 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-02-13 Steve ReinhardtUpdate MIPS ISA description to work with new write...
2007-02-13 Ali Saidifix compiling problems
2007-02-01 Lisa HsuMerge zizzer:/bk/newmem
2007-01-29 Ali SaidiMerge zizzer:/bk/newmem
next