summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-02-21Automatically generate m5/internal/__init__.py and swig/init.ccNathan Binkert
2007-02-21Fix majory brokenness in my previous MySQL commit, basicallyNathan Binkert
2007-02-21#include needed for compileNathan Binkert
2007-02-18Merge zizzer:/bk/newmemAli Saidi
2007-02-18implement vtophys and 32bit gdb supportAli Saidi
2007-02-18Get rid of the stand alone ParamContext since all of theNathan Binkert
2007-02-18Get rid of the Serialize and IntervalStats Param contextsNathan Binkert
2007-02-17Get rid of the Statistics and Statreset ParamContexts, andNathan Binkert
2007-02-17Check that there is a param context list before tryingNathan Binkert
2007-02-17Remove the event_ignore stuff since it was never really usedNathan Binkert
2007-02-17Give the progress event its own priorityNathan Binkert
2007-02-17Default to tracing being disabled in C++, it will be turnedNathan Binkert
2007-02-17Pass an exception from a python event through the event queueNathan Binkert
2007-02-15Merge zizzer:/bk/newmemAli Saidi
2007-02-15fixup remote gdb support for sparc fsAli Saidi
2007-02-14Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemGabe Black
2007-02-14Force the st_blksize field of a stat call to be 8k.Gabe Black
2007-02-13Make mulitple consoles work and be distinguishable from each otherAli Saidi
2007-02-13Update MIPS ISA description to work with new write result interfaceSteve Reinhardt
2007-02-13fix compiling problemsAli Saidi
2007-02-13Merge all of the execution trace configuration stuff intoNathan Binkert
2007-02-13Rearrange traceflags.py so that the file generation only happens ifNathan Binkert
2007-02-12some forgotten commitsAli Saidi
2007-02-12make hver match legionAli Saidi
2007-02-12Merge zizzer:/bk/newmemAli Saidi
2007-02-12rename store conditional stuff as extra data so it can be used for conditiona...Ali Saidi
2007-02-12Merge zizzer.eecs.umich.edu:/bk/newmemSteve Reinhardt
2007-02-12Move store conditional result checking from SimpleAtomicCpu writeSteve Reinhardt
2007-02-12cleanupNathan Binkert
2007-02-10Clean up tracing stuff more, get rid of the trace log sinceNathan Binkert
2007-02-09Get rid of the Random context and add the support directly to python.Nathan Binkert
2007-02-09Clean up from my last commit to the trace stuff.Nathan Binkert
2007-02-09Get rid of the Trace ParamContext and give python directNathan Binkert
2007-02-08Use c99 variadic macros for non gnu compilersNathan Binkert
2007-02-07Get rid of the gross operator,()/variadic macro hackNathan Binkert
2007-02-07Quick program to time how long ccprintf takes to writeNathan Binkert
2007-02-07Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemSteve Reinhardt
2007-02-07Merge zizzer:/bk/newmemAli Saidi
2007-02-07Merge zizzer.eecs.umich.edu:/bk/newmemSteve Reinhardt
2007-02-07Make memory commands dense again to avoid cache stat table explosion.Steve Reinhardt
2007-02-06More DPRINTF cleanup.Steve Reinhardt
2007-02-06Initialize the variable to something.Nathan Binkert
2007-02-06Include compiler.hh since we use some of the #definesNathan Binkert
2007-02-06Minor DPRINTF fixes.Steve Reinhardt
2007-02-06merge my index fix and lisa's fixAli Saidi
2007-02-06Fix for LL/SC that Ron sent me.Kevin Lim
2007-02-06more fp fixesAli Saidi
2007-02-06Fix for previous commit: need to ifdef NDEBUG on theSteve Reinhardt
2007-02-05Use an instance counter to give Events repeatable IDsSteve Reinhardt
2007-02-02more sparc fixesAli Saidi