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
/
arch
/
alpha
/
isa_traits.hh
Age
Commit message (
Expand
)
Author
2006-02-21
Made Addr a global type
Gabe Black
2006-02-19
Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...
Gabe Black
2006-02-16
Changed the fault enum into a class, and fixed everything up to work with it....
Gabe Black
2006-02-08
Alot of changes to push towards ISA independence. Highlights are renaming of ...
Gabe Black
2005-10-18
define a couple more abi regiesters
Nathan Binkert
2005-08-30
Build options are set via a build_options file in the
Steve Reinhardt
2005-06-17
I/O changes and SkipFuncEvents to increase FreeBSD compatibility.
Benjamin Nash
2005-03-10
Merge ktlim@zizzer.eecs.umich.edu:/bk/m5
Kevin Lim
2005-03-10
Removed unecessary constructor call at each return.
Ali Saidi
2005-03-10
fix typo in SyscallReturn Object
Ali Saidi
2005-03-09
Changed all syscalls to use syscall return object.
Ali Saidi
2005-02-25
Merge ktlim@zizzer.eecs.umich.edu:/bk/m5
Kevin Lim
2005-02-25
Initial light-weight OoO CPU checkin, along with gcc-3.4 fixes.
Kevin Lim
2005-02-25
Fix timing modeling of faults: functionally the very next instruction after
Steve Reinhardt
2004-11-13
Macros are nasty, so let's get rid of them. Convert all
Nathan Binkert
2004-10-25
Don't use magic numbers.
Nathan Binkert
2004-10-23
in the arch/alpha directory we should use arch/alpha, not
Nathan Binkert
2004-06-22
pull from head before pushing linux tree
Ali Saidi
2004-06-15
Get software prefetching to work in full-system mode.
Steve Reinhardt
2004-06-08
Updated Copyright with information in bitkeeper changelogs
Ali Saidi
2004-05-27
FastCPU model added. It's very similar to the SimpleCPU, just without a lot ...
Kevin Lim
2004-01-13
Change to a new centralized way to specify the memory hierarchy parameters (d...
Erik Hallnor
2003-12-11
Stats & serialization tweaks & cleanup. Unserializing from
Steve Reinhardt
2003-10-29
Support for Serializable non-SimObject things like events.
Steve Reinhardt
2003-10-29
Flesh out ExecContext serialize/unserialize (including RegFile).
Steve Reinhardt
2003-10-29
More progress on checkpointing... we can now write out a checkpoint and read ...
Steve Reinhardt
2003-10-19
Get rid of obsolete code, most of it '#if 0'ed anyway.
Steve Reinhardt
2003-10-13
Rename CPU object to FullCPU
Steve Reinhardt
2003-10-10
Make include paths explicit and update makefile accordingly.
Steve Reinhardt
2003-10-07
Import changeset
Steve Raasch