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
/
cpu
/
exetrace.hh
Age
Commit message (
Expand
)
Author
2015-09-30
base: remove Trace::enabled flag
Curtis Dunham
2015-01-25
cpu: Remove all notion that we know when the cpu is misspeculating.
Ali Saidi
2014-09-27
arch: Use const StaticInstPtr references where possible
Andreas Hansson
2011-04-15
trace: reimplement the DTRACE function so it doesn't use a vector
Nathan Binkert
2011-01-03
Make commenting on close namespace brackets consistent.
Steve Reinhardt
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-09-14
CPU: Trim unnecessary includes from some common files.
Gabe Black
2009-05-17
includes: sort includes again
Nathan Binkert
2009-05-17
types: Move stuff for global types into src/base/types.hh
Nathan Binkert
2009-02-10
ExeTrace: Allow subclasses of the tracer to define their own prefix to dump
Korey Sewell
2009-01-06
Tracing: Make tracing aware of macro and micro ops.
Gabe Black
2007-08-30
params: Deprecate old-style constructors; update most SimObject constructors.
Miles Kaufmann
2007-07-28
Turn the instruction tracing code into pluggable sim objects.
Gabe Black
2007-03-07
Add setData functions for the new Twin??_t types.
Gabe Black
2007-02-17
Default to tracing being disabled in C++, it will be turned
Nathan Binkert
2007-02-13
Merge all of the execution trace configuration stuff into
Nathan Binkert
2007-02-10
Clean up tracing stuff more, get rid of the trace log since
Nathan Binkert
2007-01-26
make our code a little more standards compliant
Ali Saidi
2006-11-07
add code to operate in lockstep with legion
Ali Saidi
2006-08-30
Change the cpu pointer in the InstRecord object to a thread context pointer.
Gabe Black
2006-08-11
Started adding a system to output data after every instruction.
Gabe Black
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