summaryrefslogtreecommitdiff
path: root/src/sim/serialize.cc
AgeCommit message (Expand)Author
2018-11-14sim: Move paramIn/Out definition to header fileGiacomo Travaglini
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2017-07-05cpu: Added interface for vector reg fileRekai Gonzalez-Alberquilla
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-10-04sim: Add a checkpoint function to test for entriesAndreas Sandberg
2015-12-04sim: Get rid of the non-const serialize() methodAndreas Sandberg
2015-10-12misc: Remove redundant compiler-specific definesAndreas Hansson
2015-09-02sim: tag-based checkpoint versioningCurtis Dunham
2015-09-02sim: support checkpointing std::set<std::string>'sCurtis Dunham
2015-09-02sim: make warning for absent optional parameters optionalCurtis Dunham
2015-09-01sim: Remove broken AutoSerialize support from the event queueAndreas Sandberg
2015-07-07base: Add serialization support to Pixels and FrameBufferAndreas Sandberg
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2014-10-16config: Add a --without-python option to build processAndrew Bardsley
2014-09-20base: Clean up redundant string functions and use C++11Andreas Hansson
2013-11-25sim: simulate with multiple threads and event queuesSteve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E)
2012-11-16sim: have a curTick per eventqNilay Vaish
2012-07-09Fix: Address a few benign memory leaksAndreas Hansson
2012-01-31clang: Enable compiling gem5 using clang 2.9 and 3.0Koan-Sin Tan
2011-04-15includes: sort all includesNathan Binkert
2011-02-11Serialization: Allow serialization of stl listsAli Saidi
2011-01-20checkpointing: fix bug from curTick accessor conversion.Steve Reinhardt
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2010-08-23Compiler: Fixes for GCC 4.5.Ali Saidi
2010-08-17sim: revamp unserialization procedureSteve Reinhardt
2010-07-05checkpointing: another small overload fixSteve Reinhardt
2010-07-05checkpointing: minor cleanup.Steve Reinhardt
2010-07-05checkpointing: fix minor bugSteve Reinhardt
2010-01-19util: do checkpoint aggregation more cleanly, fix last changeset.Lisa Hsu
2010-01-18 util: make a generic checkpoint aggregator that can aggregate different cpts...Lisa Hsu
2009-06-04types: clean up types, especially signed vs unsignedNathan Binkert
2009-06-04style: cleanup styleNathan Binkert
2009-03-05serialize: Allow floats and doubles to be serializedNathan Binkert
2008-11-10clean: Move some stuff from the hh file to the cc file.Nathan Binkert
2008-10-02Output: Verify output files are open after opening them.Ali Saidi
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2007-08-02Serialize: This shouldn't have been commited, I got a little bit carried away...Ali Saidi
2007-08-02Serialization: Provide array serialization methods that work on std::vectorAli Saidi
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-02-17Get rid of the Statistics and Statreset ParamContexts, andNathan Binkert
2007-01-30Make SPARC checkpointing workAli Saidi
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-07-07Take the name of the checkpoint directory in when calling checkpoint() or res...Kevin Lim
2006-06-29Add in support for quiescing the system, taking checkpoints, restoring from c...Kevin Lim
2006-06-17Add myself to list of authorsNathan Binkert
2006-06-13Move SimObject creation and Port connection loopsSteve Reinhardt
2006-06-09Move main control from C++ into Python.Steve Reinhardt
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt