summaryrefslogtreecommitdiff
path: root/sim
AgeCommit message (Expand)Author
2006-02-23Merge zizzer:/bk/m5Ali Saidi
2006-02-23Get rid of the xc from the alphaAccess/alphaConsole backdoor device.Ali Saidi
2006-02-21Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old...Gabe Black
2006-02-21Made Addr a global typeGabe Black
2006-02-19Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Gabe Black
2006-02-19Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...Gabe Black
2006-02-19Merge zizzer:/bk/m5Ali Saidi
2006-02-18Move Linux/Tru64 architecture independent code into kern/*Ali Saidi
2006-02-16Remove fake fault.Kevin Lim
2006-02-16Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-02-16Changed the fault enum into a class, and fixed everything up to work with it....Gabe Black
2006-02-15Merge zizzer:/bk/m5Ali Saidi
2006-02-15endian fixes and compiles on mac os xAli Saidi
2006-02-12Pseudo instructions are now passed whatever instructions they need by the dec...Gabe Black
2006-02-12Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, ...Gabe Black
2006-02-12Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-02-12vptr.hh:Gabe Black
2006-02-11hello world works on a BE host for a LE guestAli Saidi
2006-02-10confused an ifdef with an ifAli Saidi
2006-02-10fix problems on darwin/*BSD for syscall emulation modeAli Saidi
2006-02-08Alot of changes to push towards ISA independence. Highlights are renaming of ...Gabe Black
2006-02-03byte_swap.hh was removed from arch/alpha/, and replaced by sim/byteswap.hh. T...Gabe Black
2005-12-23Fix roundUp function template so explicit arg is notSteve Reinhardt
2005-12-23Change base/intmath.{cc,hh} to follow m5 style.Steve Reinhardt
2005-11-28Make the debugger a bit more useful with m5.opt by moving stuffNathan Binkert
2005-11-22Apply patch for syscall emulation provided by Antti Miettinen (apm@brigitte.d...Kevin Lim
2005-11-20Serialize the symbol tablesNathan Binkert
2005-11-20get rid of allSymtabNathan Binkert
2005-11-10Actually free Process fd_map entries when a file is closed...Steve Reinhardt
2005-11-10Syscall DPRINTF and warning cleanup.Steve Reinhardt
2005-11-02Fix bug where simulation terminates same cycle as last stat dump causing a du...Ali Saidi
2005-10-18Add new function profiling stuff, wrap the pc_sample stuff into it.Nathan Binkert
2005-10-13Fix for g++ 4 warning... not sure why this is just popping up now.Steve Reinhardt
2005-10-01Add executable parameter to LiveProcess. This allows the argv[0] value toSteve Reinhardt
2005-09-24Add functions to System object to set up function-based events,Steve Reinhardt
2005-09-18fix the MAX_CHECKPOINTS stuffNathan Binkert
2005-09-12fixes for gcc 4.0Ali Saidi
2005-09-02Fixes to build with gcc 4.0.Steve Reinhardt
2005-09-01Convert type of max_time and progress_interval parametersSteve Reinhardt
2005-08-30Build options are set via a build_options file in theSteve Reinhardt
2005-08-15Changes for getting FreeBSD to run.Miguel Serrano
2005-06-30Fixes for cygwin compile.Steve Reinhardt
2005-06-29Easier remote debugging at boot time.Nathan Binkert
2005-06-29Allow CPUs to specify their own CPU ids.Nathan Binkert
2005-06-28Don't hard code the location of m5AlphaAccess. Instead, move theNathan Binkert
2005-06-28Pass the location of the m5 console backdoor to the consoleNathan Binkert
2005-06-27Update for console code reorganizationNathan Binkert
2005-06-22Move max_time and progress_interval parameters to the RootNathan Binkert
2005-06-05Many files:Steve Reinhardt
2005-06-05move eio stuff to encumberedNathan Binkert