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
2012-01-09
sim: Enable sampling of run-time for code-sections marked using pseudo insts.
Prakash Ramrakhyani
2011-09-22
pseudo_inst: clean up workbegin/workend functions
Steve Reinhardt
2011-09-18
Pseudoinst: Add an initParam pseudo inst function.
Gabe Black
2011-04-15
trace: reimplement the DTRACE function so it doesn't use a vector
Nathan Binkert
2011-04-15
debug: create a Debug namespace
Nathan Binkert
2011-04-15
includes: sort all includes
Nathan Binkert
2011-03-17
ARM: Allow conditional quiesce instructions.
Ali Saidi
2011-02-06
m5: added work completed monitoring support
Brad Beckmann
2011-01-07
Replace curTick global variable with accessor functions.
Steve Reinhardt
2011-01-07
stats: rename StatEvent() function to schedStatEvent().
Steve Reinhardt
2011-01-07
pseudoinst: get rid of mainEventQueue references.
Steve Reinhardt
2011-01-03
Make commenting on close namespace brackets consistent.
Steve Reinhardt
2010-04-15
tick: rename Clock namespace to SimClock
Nathan Binkert
2009-09-23
arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh
Nathan Binkert
2009-06-04
types: clean up types, especially signed vs unsigned
Nathan Binkert
2009-04-21
pseudo: only include kernel stats if FULL_SYSTEM.
Nathan Binkert
2009-02-26
CPA: Add new object for gathering critical path annotations.
Ali Saidi
2009-02-23
debug: Move debug_break into src/base
Nathan Binkert
2009-01-24
pseudo inst: Add new wake cpu instruction for sending a message to wake a cpu.
Nathan Binkert
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