summaryrefslogtreecommitdiff
path: root/sim/serialize.cc
AgeCommit message (Expand)Author
2006-05-22New directory structure:Steve Reinhardt
2006-05-12fix the checkpoint bugAli Saidi
2005-09-18fix the MAX_CHECKPOINTS stuffNathan Binkert
2005-06-05Many files:Steve Reinhardt
2005-04-22Make code more portable and port to cygwinNathan Binkert
2005-04-13Make the exit after max checkpoints code compile.Nathan Binkert
2005-04-13Add support to limit the number of checkpoints dropped.Nathan Binkert
2005-02-11Rework the command line paramters for python output and howNathan Binkert
2005-02-09enable the Trace, Statistics, and Serialize param contexts.Nathan Binkert
2005-01-14Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change...Kevin Lim
2004-10-19Clean up/standardize handling of various output files.Steve Reinhardt
2004-06-28Don't serialize the absolute path so we can move checkpoints around.Nathan Binkert
2004-06-08Updated Copyright with information in bitkeeper changelogsAli Saidi
2004-02-09Results of automatic (yet incomplete) merge.Steve Reinhardt
2004-02-04Add support for "serializing" instructions that flushSteve Reinhardt
2004-02-04More reformatting of reference parameter declarations.Steve Reinhardt
2004-02-02Change "Foo& foo" declarations to "Foo &foo".Steve Reinhardt
2004-01-29provide an output stream for simulator output. (This takes place of theNathan Binkert
2004-01-11Modify handling of serialize:dir parameter to make it more useful.Steve Reinhardt
2003-12-11- Switch events to use a priority enum instead of integers.Steve Reinhardt
2003-12-11Stats & serialization tweaks & cleanup. Unserializing fromSteve Reinhardt
2003-12-06Various cleanup. Mostly forcing initialization of some fields...Steve Reinhardt
2003-11-14Make it so that we create a directory for each checkpoint so thatNathan Binkert
2003-11-02Print a warning rather than failing if we're unserializing and there's anSteve Reinhardt
2003-11-02Implement more m5 pseduo opcodes:Nathan Binkert
2003-10-31Changed the naming of Serializeable derived objects. Serializeable no longer...Andrew Schultz
2003-10-29Support for Serializable non-SimObject things like events.Steve Reinhardt
2003-10-29Serialization support for Alpha TLBs, PhysicalMemory, and SimpleCPU.Steve Reinhardt
2003-10-29More progress on checkpointing... we can now write out a checkpoint and read ...Steve Reinhardt
2003-10-28Get new serialization code to link.Steve Reinhardt
2003-10-28Revamp serialization to make it easier.Steve Reinhardt
2003-10-26Minor serialization tweaks.Steve Reinhardt
2003-10-10Make include paths explicit and update makefile accordingly.Steve Reinhardt
2003-10-07Import changesetSteve Raasch