index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
mips
/
isa.hh
Age
Commit message (
Expand
)
Author
2014-10-16
arch: Use shared_ptr for all Faults
Andreas Hansson
2014-01-24
arch: Make all register index flattening const
Andreas Hansson
2014-01-24
arch, cpu: Add support for flattening misc register indexes.
Ali Saidi
2013-10-15
cpu: add a condition-code register class
Yasuko Eckert
2013-02-19
scons: Add warning for overloaded virtual functions
Andreas Hansson
2013-01-12
x86: Changes to decoder, corrects 9376
Nilay Vaish
2013-01-07
arch: Move the ISA object to a separate section
Andreas Sandberg
2013-01-07
arch: Make the ISA class inherit from SimObject
Andreas Sandberg
2012-08-28
Clock: Add a Cycles wrapper class and use where applicable
Andreas Hansson
2011-04-15
includes: sort all includes
Nathan Binkert
2011-03-26
mips: cleanup ISA-specific code
Korey Sewell
2011-02-03
Fault: Rename sim/fault.hh to fault_fwd.hh to distinguish it from faults.hh.
Gabe Black
2010-09-13
Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.
Gabe Black
2009-12-31
MIPS: Extract CPU pointer from the thread context in scheduleCP0 setMiscReg.
Gabe Black
2009-10-17
ISA: Fix compilation.
Gabe Black
2009-07-09
MIPS: Fold the MiscRegFile all the way into the ISA object.
Gabe Black
2009-07-08
Get rid of the unused get(Data|Inst)Asid and (inst|data)Asid functions.
Gabe Black
2009-07-08
Registers: Collapse ARM and MIPS regfile directories.
Gabe Black
2009-07-08
Registers: Add an ISA object which replaces the MiscRegFile.
Gabe Black