summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-12Merge zizzer:/bk/newmemAli Saidi
2007-03-12move hver code to ua2005.ccAli Saidi
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2007-03-10Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-10Compilation fixGabe Black
2007-03-10I thought this code got deleted, but since it hasn't I've moved it to a place...Ali Saidi
2007-03-09Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-09Use the TheISA namespace in case we're coming from a file that doesn't do tha...Gabe Black
2007-03-09Split the syscall table, SPARC specific syscall implementations, and the 32 b...Gabe Black
2007-03-09Merge zizzer:/bk/newmemAli Saidi
2007-03-09implement ipi stufff for SPARCAli Saidi
2007-03-09Two fixes:Kevin Lim
2007-03-08Panic if any CMT registers are accessedAli Saidi
2007-03-08stop m5 from leaking like a sieveAli Saidi
2007-03-08Fixed an off-by-one error.Gabe Black
2007-03-08Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-08Fix up the SPARC initial stack frame to match an actual 32 bit process.Gabe Black
2007-03-07I missed a couple of WithEffects, this should do itAli Saidi
2007-03-07fix compiling of FS after Gabe's last compileAli Saidi
2007-03-07Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ...Gabe Black
2007-03-07Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-07Merge zizzer:/bk/newmemAli Saidi
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-03-07Add setData functions for the new Twin??_t types.Gabe Black
2007-03-07Add some constructors and an output operator to the Twin??_t types so that o3...Gabe Black
2007-03-07Make byteswap work correctly on Twin??_t types.Gabe Black
2007-03-06CleanupNathan Binkert
2007-03-06Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-06Python parameters types need analogous C++ typesNathan Binkert
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-05Python atexit handlers are called in reverse order.Nathan Binkert
2007-03-05Fill out a stub version of the vtophys header file.Gabe Black
2007-03-05Add in NumGDBRegs so the constructor to the base class can get all it's argum...Gabe Black
2007-03-05Reorganize the floating point register file a little.Gabe Black
2007-03-05Add some new source files.Gabe Black
2007-03-05Stub decoder. This is probably even farther from finished than it looks...Gabe Black
2007-03-05Add stub for x86 process creationGabe Black
2007-03-05Add x86 version of call to "decode"Gabe Black
2007-03-05Add x86 to the Arch enum in the object file class.Gabe Black
2007-03-05Added missing include.Gabe Black
2007-03-05Added LargestRead type for x86. I might have picked the wrong type.Gabe Black
2007-03-05Stub implementation for x86.Gabe Black
2007-03-05Stub implementation for x86Gabe Black
2007-03-05Added fault generation functions. I would still like to see these go away. Th...Gabe Black
2007-03-05Added an x86 dyninstGabe Black
2007-03-05Added stub implementations or prototypes for all the functions in this file.Gabe Black
2007-03-05Added in a missing include.Gabe Black