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
/
sim
/
pseudo_inst.cc
Age
Commit message (
Expand
)
Author
2008-12-17
Make Alpha pseudo-insts available from SE mode.
Steve Reinhardt
2008-11-10
pseudo inst: Add rpns (read processor nanoseconds) instruction.
Nathan Binkert
2008-10-09
eventq: convert all usage of events to use the new API.
Nathan Binkert
2008-08-11
params: Convert the CPU objects to use the auto generated param structs.
Nathan Binkert
2008-07-11
m5ops: clean up the m5ops stuff.
Nathan Binkert
2008-07-11
style: fix indentation and formatting of the pseudo insts.
Nathan Binkert
2007-09-28
Rename cycles() function to ticks()
Ali Saidi
2007-05-09
update for new reschedule semantics
Ali Saidi
2007-02-21
add pseduo instruction support for sparc
Ali Saidi
2007-02-17
Get rid of the Statistics and Statreset ParamContexts, and
Nathan Binkert
2006-11-11
Get rid of the ParamContext for pseudo instructions and move
Nathan Binkert
2006-11-07
Put kernel_stats back into arch.
Gabe Black
2006-11-06
Got rid of obsolete ivlb and ivle psuedo instructions.
Gabe Black
2006-10-22
Add DPRINTF for non-timed quiesce.
Steve Reinhardt
2006-10-21
Add Quiesce trace flag to track CPU quiesce/wakeup events.
Steve Reinhardt
2006-10-06
there are two main thrusts of this changeset.
Lisa Hsu
2006-10-02
Updates to fix merge issues and bring almost everything up to working speed. ...
Kevin Lim
2006-09-30
Merge ktlim@zamp:./local/clean/o3-merge/m5
Kevin Lim
2006-09-11
add annotation code to m5
Ali Saidi
2006-07-06
Two minor FS compile fixes.
Kevin Lim
2006-07-05
For now using the checkpoint or switchcpu pseudo instructions will return con...
Kevin Lim
2006-07-05
Remove sampler and serializer. Now they are handled through C++ interacting ...
Kevin Lim
2006-06-29
Remove function that no longer can be used. We should figure out if we want ...
Kevin Lim
2006-06-09
Merge vm1.(none):/home/stever/bk/newmem
Steve Reinhardt
2006-06-09
Move main control from C++ into Python.
Steve Reinhardt
2006-06-06
Change ExecContext to ThreadContext. This is being renamed to differentiate ...
Kevin Lim
2006-06-02
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-30
Merge ktlim@zizzer:/bk/m5
Kevin Lim
2006-05-22
New directory structure:
Steve Reinhardt