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
/
SConscript
Age
Commit message (
Expand
)
Author
2010-10-14
SPARC: Get rid of the copy/pasted StackTrace stolen from Alpha.
Gabe Black
2009-07-19
CPU: Separate out native trace into ISA (in)dependent code and SimObjects.
Gabe Black
2009-07-09
SPARC: Fold the MiscRegFile all the way into the ISA object.
Gabe Black
2009-07-08
Registers: Add a registers.hh file as an ISA switched header.
Gabe Black
2009-07-08
Registers: Eliminate the ISA defined integer register file.
Gabe Black
2009-07-08
Registers: Eliminate the ISA defined floating point register file.
Gabe Black
2009-07-08
Registers: Add an ISA object which replaces the MiscRegFile.
Gabe Black
2009-02-25
SPARC: Add a traceflag for register windows.
Gabe Black
2009-01-19
tracing: Add help strings for some of the trace flags
Nathan Binkert
2009-01-13
SCons: centralize the Dir() workaround for newer versions of scons.
Nathan Binkert
2008-10-12
Turn Interrupts objects into SimObjects. Also, move local APIC state into x86...
Gabe Black
2008-05-20
SCons: Fixing SCons bug 2006 issues for non-alpha ISAs
Stephen Hines
2007-10-31
Traceflags: Add SCons function to created a traceflag instead of having one f...
Ali Saidi
2007-08-26
Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.
Gabe Black
2007-08-01
Arguments: Get rid of duplicate code for the Arguments class in each architec...
Ali Saidi
2007-05-27
Move SimObject python files alongside the C++ and fix
Nathan Binkert
2007-03-10
Rework the way SCons recurses into subdirectories, making it
Nathan Binkert
2007-03-09
Split the syscall table, SPARC specific syscall implementations, and the 32 b...
Gabe Black
2006-12-20
Initial work to make remote gdb available in SE mode. This is completely unte...
Gabe Black
2006-12-04
reogranize code to split off FS only misc regs with effect into their own fil...
Ali Saidi
2006-11-23
first cut at a sparc tlb
Ali Saidi
2006-11-07
Added in alot of missing source files.
Gabe Black
2006-11-03
removed ua2005.cc since it's been obsorbed into the miscregfile, and added sy...
Gabe Black
2006-09-30
Basic work towards supporting ASIs properly
Gabe Black
2006-08-11
Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...
Gabe Black
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-29
commit a couple of minor things that I forgot to last time.
Ali Saidi
2006-05-29
split off fullsystem and se iprs into two functions to remove lots of #ifs
Ali Saidi
2006-05-22
New directory structure:
Steve Reinhardt