summaryrefslogtreecommitdiff
path: root/src/base
AgeCommit message (Expand)Author
2007-03-26Instead of creating a new python process to run traceflags.py,Nathan Binkert
2007-03-21Missed a constGabe Black
2007-03-20Fixed up some types and const placement, and added signed bitfields that sign...Gabe Black
2007-03-19Ditched read or write only subbitfields for now since they were proving diffi...Gabe Black
2007-03-19For the _BitfieldRO and _BitfieldWO classes, make sure the undesired operator...Gabe Black
2007-03-19Formatting fixes.Gabe Black
2007-03-19Lots and lots of comments.Gabe Black
2007-03-19Reworked the BitUnion stuff a bit. There is moderately better isolation of th...Gabe Black
2007-03-17Created BitUnion type which lets you define nested bitfields for an integer i...Gabe Black
2007-03-15Merge zizzer:/bk/newmemAli Saidi
2007-03-15fix a bug gabe foundAli Saidi
2007-03-15Changed warns to DPRINTFs and multiply by 8 where needed.Gabe Black
2007-03-13Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-13fix interrupting during a quisce on sparcAli Saidi
2007-03-12call ccprintf() with the appropriate argument types so we don't recuse foreverAli Saidi
2007-03-12remove the extern C around gdb helper functions. It's need needed for any new...Ali Saidi
2007-03-12Get rid of those pesky valgrind warnings, Conditional jump or move depends on...Ali Saidi
2007-03-11Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-11Make sttw and sttwa use the twin memory operations.Gabe Black
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2007-03-07Add some constructors and an output operator to the Twin??_t types so that o3...Gabe Black
2007-03-06Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2007-03-06Get X86 to load an elf and start a process for it.Gabe Black
2007-03-05Add x86 to the Arch enum in the object file class.Gabe Black
2007-03-03Merge zizzer:/bk/newmemAli Saidi
2007-03-03Implement Niagara I/O interface and rework interruptsAli Saidi
2007-03-03Do the default argument stuff in pythonNathan Binkert
2007-03-02make ldtw(a) -- Twin 32 bit load work correctly -- by doing it the same way a...Ali Saidi
2007-02-28Make trap instructions always generate TrapInstruction Fault objects which ca...Gabe Black
2007-02-21Make comments refer to ticks not cyclesNathan Binkert
2007-02-21Fix majory brokenness in my previous MySQL commit, basicallyNathan 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-17Get rid of the Statistics and Statreset ParamContexts, andNathan Binkert
2007-02-17Remove the event_ignore stuff since it was never really usedNathan Binkert
2007-02-17Default to tracing being disabled in C++, it will be turnedNathan Binkert
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-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-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-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-01-30sizeof with a pointer to dynamically allocated memory will return the size of...Gabe Black