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.cc
Age
Commit message (
Expand
)
Author
2007-03-07
*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg
Ali Saidi
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-02-06
more fp fixes
Ali Saidi
2007-02-02
fix mostly floating point related
Ali Saidi
2007-01-30
add fsr to the list of registers we are interested in
Ali Saidi
2007-01-29
fix some over sights in moving windowing and ccr registers to int reg file
Ali Saidi
2007-01-29
Merge zizzer:/bk/newmem
Ali Saidi
2007-01-28
fix comparing fp registers between legion and m5
Ali Saidi
2007-01-27
Merge zizzer:/bk/newmem
Gabe Black
2007-01-26
Make Sparc traceflag even more chatty
Ali Saidi
2007-01-24
Merge zizzer:/bk/newmem
Gabe Black
2007-01-23
use pstate.am to mask off PC/NPC where it needs to +be
Ali Saidi
2007-01-22
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-01-16
Fix legion lock code a bit so that if we jump out of a micro coded instructio...
Ali Saidi
2007-01-08
change when legion-lock causes the simulation to die. It now happens after tw...
Ali Saidi
2007-01-03
Merge zizzer:/bk/newmem
Gabe Black
2006-12-27
Compare legion and m5 tlbs for differences
Ali Saidi
2006-12-19
fix twinx loads a little bit
Ali Saidi
2006-12-16
Merge zizzer:/bk/newmem
Gabe Black
2006-12-15
some small general fixes to make everythign work nicely with other ISAs, now ...
Lisa Hsu
2006-12-12
Fix bugs in tlbmap (and thus rangemap since the code is nearly identical)
Ali Saidi
2006-12-09
Allocate the correct number of global registers
Ali Saidi
2006-12-07
Fixed to take into account the misc regs that became int regs.
Gabe Black
2006-12-07
get legion/m5 to first tlb miss fault
Ali Saidi
2006-12-04
reogranize code to split off FS only misc regs with effect into their own fil...
Ali Saidi
2006-12-04
Legion actually writes to tl-1 in the data structure, so we need to compare c...
Ali Saidi
2006-12-04
More changes to get SPARC fs closer. Now at 1.2M cycles before difference
Ali Saidi
2006-11-23
Use the right constant.
Gabe Black
2006-11-20
Add in checks of more Legion based state, and put in more sophisticated forma...
Gabe Black
2006-11-16
Fixes for SPARC_FS
Gabe Black
2006-11-11
Certain header files should only be used in FS.
Gabe Black
2006-11-10
fix endian issues with condition codes
Ali Saidi
2006-11-10
Change exetrace code for working with my trace tool to use stream io rather t...
Gabe Black
2006-11-09
Get SPARC to the point that it starts running. Add ability to load the ROM bi...
Ali Saidi
2006-11-07
add code to operate in lockstep with legion
Ali Saidi
2006-10-18
Fixed up exetrace.cc to deal with microcode, and to made floating point regis...
Gabe Black
2006-09-03
A quick fix to isolate the tracing code to SPARC
Gabe Black
2006-08-30
Change the cpu pointer in the InstRecord object to a thread context pointer.
Gabe Black
2006-08-29
Extended the reg delta output.
Gabe Black
2006-08-11
Started adding a system to output data after every instruction.
Gabe Black
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