summaryrefslogtreecommitdiff
path: root/src/cpu/exetrace.cc
AgeCommit message (Expand)Author
2009-01-11This fix addresses an ill formed if statement that failsRichard Strong
2009-01-06Tracing: Make tracing aware of macro and micro ops.Gabe Black
2008-11-04get rid of all instances of readTid() and getThreadNum(). Unify and eliminateLisa Hsu
2007-08-30params: Deprecate old-style constructors; update most SimObject constructors.Miles Kaufmann
2007-07-28Turn the instruction tracing code into pluggable sim objects.Gabe Black
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-06-19Missed an "offset" to get rid of.Gabe Black
2007-06-14Modified instruction decode method.Vincentius Robby
2007-06-14A fix for SPARC_FS compilation.Gabe Black
2007-06-12Make microOp vs microop and macroOp vs macroop capitilization consistent.Gabe Black
2007-04-10Fixed a compile error.Gabe Black
2007-03-21Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-21The m5 side of statetrace. This is fairly ugly, but I don't want to lose it.Gabe Black
2007-03-18Compile fixes for SPARC_FS.Gabe Black
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-02-13Merge all of the execution trace configuration stuff intoNathan Binkert
2007-02-10Clean up tracing stuff more, get rid of the trace log sinceNathan Binkert
2007-02-06more fp fixesAli Saidi
2007-02-02fix mostly floating point relatedAli Saidi
2007-01-30add fsr to the list of registers we are interested inAli Saidi
2007-01-29fix some over sights in moving windowing and ccr registers to int reg fileAli Saidi
2007-01-29Merge zizzer:/bk/newmemAli Saidi
2007-01-28fix comparing fp registers between legion and m5Ali Saidi
2007-01-27Merge zizzer:/bk/newmemGabe Black
2007-01-26Make Sparc traceflag even more chattyAli Saidi
2007-01-24Merge zizzer:/bk/newmemGabe Black
2007-01-23use pstate.am to mask off PC/NPC where it needs to +beAli Saidi
2007-01-22Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-01-16Fix legion lock code a bit so that if we jump out of a micro coded instructio...Ali Saidi
2007-01-08change when legion-lock causes the simulation to die. It now happens after tw...Ali Saidi
2007-01-03Merge zizzer:/bk/newmemGabe Black
2006-12-27Compare legion and m5 tlbs for differencesAli Saidi
2006-12-19fix twinx loads a little bitAli Saidi
2006-12-16Merge zizzer:/bk/newmemGabe Black
2006-12-15some small general fixes to make everythign work nicely with other ISAs, now ...Lisa Hsu
2006-12-12Fix bugs in tlbmap (and thus rangemap since the code is nearly identical)Ali Saidi
2006-12-09Allocate the correct number of global registersAli Saidi
2006-12-07Fixed to take into account the misc regs that became int regs.Gabe Black
2006-12-07get legion/m5 to first tlb miss faultAli Saidi
2006-12-04reogranize code to split off FS only misc regs with effect into their own fil...Ali Saidi
2006-12-04Legion actually writes to tl-1 in the data structure, so we need to compare c...Ali Saidi
2006-12-04More changes to get SPARC fs closer. Now at 1.2M cycles before differenceAli Saidi
2006-11-23Use the right constant.Gabe Black
2006-11-20Add in checks of more Legion based state, and put in more sophisticated forma...Gabe Black
2006-11-16Fixes for SPARC_FSGabe Black
2006-11-11Certain header files should only be used in FS.Gabe Black
2006-11-10fix endian issues with condition codesAli Saidi
2006-11-10Change exetrace code for working with my trace tool to use stream io rather t...Gabe Black
2006-11-09Get SPARC to the point that it starts running. Add ability to load the ROM bi...Ali Saidi
2006-11-07add code to operate in lockstep with legionAli Saidi