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_desc
Age
Commit message (
Expand
)
Author
2004-09-20
Update copies to work around alignment faults.
Erik Hallnor
2004-08-02
added m5 debug and m5 switch cpu instruction (doesn't work yet) and
Ali Saidi
2004-07-01
implement the readfile pseudo instruction that will read
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-10
Fixes for detailed boot, made cttz and ctlz instructions more compact,
Ali Saidi
2004-06-04
Added ctlz and cttz instructions to isa_desc for use in the PAL code.
Ali Saidi
2004-05-31
Renamed OpClass enum members: they all end in 'Op' now.
Steve Reinhardt
2004-05-18
Replace explicit xc->misspeculating() tests in execute() methods
Steve Reinhardt
2004-05-17
Significant changes to ISA description to completely factor
Steve Reinhardt
2004-05-13
remove the annotation junk
Nathan Binkert
2004-05-10
Do a better job of factoring out CPU model in ISA description.
Steve Reinhardt
2004-03-04
Reenable functioning copies.
Erik Hallnor
2004-03-04
Automerged
Erik Hallnor
2004-03-04
Copy implementations
Erik Hallnor
2004-02-29
Remove copys from isa_desc, and implement a store and forward bus bridge
Erik Hallnor
2004-02-29
fix rpcc
Nathan Binkert
2004-02-28
Fix handling of rpcc in full-system mode.
Steve Reinhardt
2004-02-27
Added copy instructions to the ISA. Well it didn't break anything yet...
Erik Hallnor
2004-02-26
Make SW prefetch flag a parameter again, and add code to make
Steve Reinhardt
2004-02-09
Add support for memory barriers.
Steve Reinhardt
2004-02-04
Add support for "serializing" instructions that flush
Steve Reinhardt
2004-02-03
Fix bug: forgot branchTarget() method on indirect branches.
Steve Reinhardt
2004-01-27
a bunch of warning fixes
Nathan Binkert
2003-12-16
Fix previously committed call_pal fix... the main problem was in the
Steve Reinhardt
2003-12-15
Fixes for full-system call_pal instruction.
Steve Reinhardt
2003-12-09
Generate a fault when a privileged PAL call is
Steve Reinhardt
2003-11-03
Automerge
Steve Reinhardt
2003-11-03
Minor changes to instruction trace output.
Steve Reinhardt
2003-11-03
Make it so the quiesce instruction is conditionally enabled
Nathan Binkert
2003-11-02
Move the m5 pseudo instructions into their own file
Nathan Binkert
2003-11-02
Implement more m5 pseduo opcodes:
Nathan Binkert
2003-11-02
SimExit takes a time now
Nathan Binkert
2003-11-02
deprecate the m5exit instruction and rename it to m5exit_old
Nathan Binkert
2003-10-28
Clean up a few spots where we weren't handling of misspeculation correctly.
Steve Reinhardt
2003-10-28
emulate callpal halt for non FULL_SYSTEM
Nathan Binkert
2003-10-26
Fix some problems with stats reset & floss counters.
Steve Reinhardt
2003-10-24
Added m5func "resetstats" to allow scriptable reset of statistics inside sim
Andrew Schultz
2003-10-21
Created new M5 instruction to allow an integer parameter (init_param) to be s...
Andrew Schultz
2003-10-18
Add comment to elaborate on store-conditional result code (and remove
Steve Reinhardt
2003-10-13
Rename CPU object to FullCPU
Steve Reinhardt
2003-10-13
Rename full_cpu/cpu.cc,hh to full_cpu.cc,hh.
Steve Reinhardt
2003-10-10
Make include paths explicit and update makefile accordingly.
Steve Reinhardt
2003-10-07
Import changeset
Steve Raasch