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
/
sparc
/
miscregfile.cc
Age
Commit message (
Expand
)
Author
2007-05-31
Assign traceData to be NULL at BaseSimpleCPU constructor.
Vincentius Robby
2007-03-29
get rid of CWP bounds warning...
Ali Saidi
2007-03-13
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-03-12
move hver code to ua2005.cc
Ali Saidi
2007-03-10
Fix bounds check for the cwp
Gabe Black
2007-03-07
I missed a couple of WithEffects, this should do it
Ali Saidi
2007-03-07
*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg
Ali Saidi
2007-03-03
Implement Niagara I/O interface and rework interrupts
Ali Saidi
2007-02-12
make hver match legion
Ali Saidi
2007-02-02
fix mostly floating point related
Ali Saidi
2007-01-30
Make SPARC checkpointing work
Ali Saidi
2007-01-22
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-01-19
some hstick and hintp changes.
Lisa Hsu
2007-01-10
bug fixes to get us to 145m instructions
Ali Saidi
2007-01-09
quiet/remove some warnings
Ali Saidi
2007-01-08
fix softint and partially implement hstick interrupts need to figure out how ...
Ali Saidi
2007-01-04
Fix stick compare to work correctly and set checkInterrupts to true at the ap...
Ali Saidi
2006-12-17
Compilation fix after messy merge.
Gabe Black
2006-12-16
Merge zizzer:/bk/newmem
Gabe Black
2006-12-15
some small general fixes to make everythign work nicely with other ISAs, now ...
Lisa Hsu
2006-12-14
flesh out twinx asis
Ali Saidi
2006-12-12
Fix bugs in tlbmap (and thus rangemap since the code is nearly identical)
Ali Saidi
2006-12-08
Merge zizzer:/bk/sparcfs
Lisa Hsu
2006-12-08
mostly implemented SOFTINT relevant interrupt stuff.
Lisa Hsu
2006-12-07
get legion/m5 to first tlb miss fault
Ali Saidi
2006-12-06
Handle access to ASI_QUEUE
Ali Saidi
2006-12-06
Many more fixes for SPARC_FS. Gets us to the point where SOFTINT starts
Ali Saidi
2006-12-05
Move the SyscallReturn class into sim/syscallreturn.hh. Also move some miscre...
Gabe Black
2006-12-04
forgot to commit miscreg file
Ali Saidi
2006-12-04
More changes to get SPARC fs closer. Now at 1.2M cycles before difference
Ali Saidi
2006-11-29
Merge zizzer:/bk/sparcfs
Gabe Black
2006-11-24
Rename this function.
Gabe Black
2006-11-23
first cut at a sparc tlb
Ali Saidi
2006-11-22
Moved some constants from isa_traits.hh to the reg file headers.
Gabe Black
2006-11-20
Make sure only real bits of pstate can be set.
Gabe Black
2006-11-16
Fixes for SPARC_FS
Gabe Black
2006-11-14
Set hpstate to be what I'm assuming Legion is.
Gabe Black
2006-11-10
The reset function of the MiscRegFile really resets it now. This function is ...
Gabe Black
2006-11-10
Fix up instructions to read and write control registers, and got rid of the c...
Gabe Black
2006-11-03
Make things compile in SE again.
Gabe Black
2006-11-03
Move around misc reg code
Gabe Black
2006-11-01
Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ...
Gabe Black
2006-10-27
Clean up MiscRegFile
Gabe Black
2006-10-26
Reorganized the MiscRegFile
Gabe Black
2006-10-26
Change the default function from setMiscRegWithEffect to setMiscReg
Gabe Black
2006-08-11
Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...
Gabe Black