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
/
formats
Age
Commit message (
Expand
)
Author
2006-10-29
Move the mem classes into util.isa so that multiple inheritance can be used i...
Gabe Black
2006-10-29
Fix when the IsDelayedCommit flag is set.
Gabe Black
2006-10-29
Bring casa and casxa up to date
Gabe Black
2006-10-25
Fixed the priv instruction format.
Gabe Black
2006-10-23
Move around more SPARC memory code, and make block memory operations work wit...
Gabe Black
2006-10-23
Broke Load/Store instructions into microcode, and partially refactored memory...
Gabe Black
2006-10-23
Start making memory ops work with InitiateAcc and CompleteAcc, and some minor...
Gabe Black
2006-10-23
Change the default constructors to take ExtMachInsts rather than regular Mach...
Gabe Black
2006-10-18
Fixed a compiler error, disassembly output, and corrected the address calcula...
Gabe Black
2006-10-16
Fix up microcode support.
Gabe Black
2006-10-16
Made sure the constructor for insts use ExtMachInst rather than MachInst, sin...
Gabe Black
2006-10-15
Added an execute function to the macro op so it can be instantiated.
Gabe Black
2006-10-15
Fix how additional template parameters are handled. Non string parameters are...
Gabe Black
2006-10-12
Changed the sign extension function from mine to the provided one. Mine relie...
Gabe Black
2006-10-12
Some support for handling block loads and stores and ASIs properly.
Gabe Black
2006-10-12
The beginnings of an instruction format to deal with block loads and stores. ...
Gabe Black
2006-10-12
Some support for macro/micro instructions in SPARC.
Gabe Black
2006-10-12
Support for returning unimplemented instruction in the decoder, lifted from A...
Gabe Black
2006-08-29
Don't store if there's a fault.
Gabe Black
2006-08-21
Fix annulled unconditional branches
Gabe Black
2006-08-21
Two bugs found by my tracing tool.
Gabe Black
2006-07-19
Cleaned things up a little.
Gabe Black
2006-05-29
Added in the IprAccessOp flag for priveleged and hyperpriveleged instructions.
Gabe Black
2006-05-28
Used the Priv and new HPriv instruction formats, which have been tweaked to l...
Gabe Black
2006-05-26
Merge zizzer:/bk/newmem
Ali Saidi
2006-05-26
Implement PR/HPR/ASR for full system
Ali Saidi
2006-05-22
Fix to SPARC Nop class for multiple CPU models.
Steve Reinhardt
2006-05-22
New directory structure:
Steve Reinhardt