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
/
alpha
/
utility.hh
Age
Commit message (
Expand
)
Author
2009-07-08
Alpha: Pull the MiscRegFile fully 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
Alpha: Move reg_redir into its own files, and move some constants into regfil...
Gabe Black
2009-07-08
Alpha: Get rid of function prototypes with no implementations.
Gabe Black
2008-09-27
gcc: Add extra parens to quell warnings.
Nathan Binkert
2008-09-27
style: Make a style pass over the whole arch/alpha directory.
Nathan Binkert
2008-09-27
alpha: Clean up namespace usage.
Nathan Binkert
2008-09-22
style
Nathan Binkert
2008-09-19
We're using the static keyword improperly in some cases.
Nathan Binkert
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-03-15
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-03-15
Make the predecoder an object with it's own switched header file. Start addin...
Gabe Black
2007-03-13
Replaced makeExtMI with predecode.
Gabe Black
2007-03-09
implement ipi stufff for SPARC
Ali Saidi
2007-03-07
*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg
Ali Saidi
2006-12-20
Fixes to get ALPHA_FS and ALPHA_SE to compile again.
Gabe Black
2006-11-08
Move the check to see if you're in user mode into the isa directory.
Gabe Black
2006-11-02
Use ISA specific makeExtMI.
Kevin Lim
2006-09-30
Changed makeExtMI to take a ThreadContext instead of a pc.
Gabe Black
2006-08-11
Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...
Gabe Black
2006-06-06
Change ExecContext to ThreadContext. This is being renamed to differentiate ...
Kevin Lim
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-22
New directory structure:
Steve Reinhardt