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
/
isa
/
decoder.isa
Age
Commit message (
Expand
)
Author
2006-11-01
Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ...
Gabe Black
2006-10-29
Bring casa and casxa up to date
Gabe Black
2006-10-29
Fixed ldstub to use the right format, and made the load/store operations use ...
Gabe Black
2006-10-27
Got rid of some outdated comments.
Gabe Black
2006-10-26
Cleaned up the decoder slightly.
Gabe Black
2006-10-25
Implemented the saved and restored instructions, fixed up register window ins...
Gabe Black
2006-10-23
Broke Load/Store instructions into microcode, and partially refactored memory...
Gabe Black
2006-10-18
Fixed up ldblockf_p, implemented stdfa properly, and got rid of some old code.
Gabe Black
2006-10-16
Changed how floating point register numbers are decoded to fit with the spec.
Gabe Black
2006-10-15
Fix how additional template parameters are handled. Non string parameters are...
Gabe Black
2006-10-12
Some support for handling block loads and stores and ASIs properly.
Gabe Black
2006-08-29
Cleaned up floating point by removing unnecessary conversions and by implemen...
Gabe Black
2006-08-21
Fix annulled unconditional branches
Gabe Black
2006-08-21
Two bugs found by my tracing tool.
Gabe Black
2006-08-17
Changes to build m5.fast
Steve Reinhardt
2006-08-15
Tweaks to Ali's changes
Gabe Black
2006-08-15
fixes for gcc 4.1
Ali Saidi
2006-08-11
Adjusted the decoder a little.
Gabe Black
2006-07-26
Added alot of fp instructions, and some impdep instructions.
Gabe Black
2006-07-22
Fixed subtract with carry, and started some work with floating point.
Gabe Black
2006-07-19
Cleaned things up a little.
Gabe Black
2006-05-28
Used the Priv and new HPriv instruction formats, which have been tweaked to l...
Gabe Black
2006-05-26
Implement PR/HPR/ASR for full system
Ali Saidi
2006-05-22
New directory structure:
Steve Reinhardt