summaryrefslogtreecommitdiff
path: root/sim/system.cc
AgeCommit message (Expand)Author
2006-05-22New directory structure:Steve Reinhardt
2006-04-06fixes for newmemAli Saidi
2006-04-06fixes for new memory systemAli Saidi
2006-03-30Add a functional port that is used to load the original binaries in FSAli Saidi
2006-03-30Make TranslatingPort be a type of Port rather than something specialAli Saidi
2006-03-12Replace Memory with MemObject; no need for two different levels of hierarchy ...Steve Reinhardt
2006-03-10Compiles now (with CPU_MODELS=SimpleCPU), but hangsSteve Reinhardt
2006-03-09SimpleCPU compiles with merge.Gabe Black
2006-03-09Hand merge. Stuff probably doesn't compile.Gabe Black
2006-03-03Merge zizzer:/bk/m5Ali Saidi
2006-03-03First cut at moving alpha specefic stuff out of /sim/system* intoAli Saidi
2006-02-27Changed targetarch to just arch.Gabe Black
2006-02-23Merge zizzer:/bk/m5Ali Saidi
2006-02-23Get rid of the xc from the alphaAccess/alphaConsole backdoor device.Ali Saidi
2006-02-19Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...Gabe Black
2006-02-15More progress toward compiling... partly bySteve Reinhardt
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
2006-01-28Changes for Process object initialization in merged-memory environment.Steve Reinhardt
2005-11-28Make the debugger a bit more useful with m5.opt by moving stuffNathan Binkert
2005-11-20Serialize the symbol tablesNathan Binkert
2005-11-20get rid of allSymtabNathan Binkert
2005-10-18Add new function profiling stuff, wrap the pc_sample stuff into it.Nathan Binkert
2005-09-24Add functions to System object to set up function-based events,Steve Reinhardt
2005-08-15Changes for getting FreeBSD to run.Miguel Serrano
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-05Many files:Steve Reinhardt
2005-06-04shuffle files around for new directory structureNathan Binkert
2005-06-04BaseSystem -> SystemNathan Binkert
2004-11-15Add support for sampled PC profiling to FullCPU.Steve Reinhardt
2004-11-03make activation of exec contexts happen in startupNathan Binkert
2004-10-16Fixes for bigendian platformsAli Saidi
2004-09-22fix unaligned memory offset and some small fixes to interrupt binningAli Saidi
2004-09-03added system option to bin interrupt code seperately.Ali Saidi
2004-08-31Updates to make SMP work.Ali Saidi
2004-08-20- Clean up and factor out all of the binning code into aNathan Binkert
2004-06-08Updated Copyright with information in bitkeeper changelogsAli Saidi
2004-05-25Varied fixes to get linux running. Allow for shutdown on linux.Andrew Schultz
2004-05-21rename namespace Statistics to StatsNathan Binkert
2004-05-17lift system-independent binning stuff out of Tru64System into System.Lisa Hsu
2004-03-05changes that affect post checkpoint runs.Lisa Hsu
2004-03-05nother fixLisa Hsu
2004-03-05small bugfix, forgot to increment iterLisa Hsu
2004-03-05serialization for binning. it is WAAAAAAAY past my bedtime.Lisa Hsu
2004-03-04Overall gist of this is to 'dynamicize' the tracking of functions so you can ...Lisa Hsu
2003-11-22We only need to choose that we do want binning, or we don't.Nathan Binkert