summaryrefslogtreecommitdiff
path: root/src/sim/sim_events.hh
AgeCommit message (Expand)Author
2017-01-03sim: Remove declaration of unused CountedDrainEventAndreas Sandberg
2016-01-11scons: Enable -Wextra by defaultAndreas Hansson
2015-10-12misc: Add explicit overrides and fix other clang >= 3.5 issuesAndreas Hansson
2015-10-12misc: Remove redundant compiler-specific definesAndreas Hansson
2015-09-01sim: Remove autoserialize support for exit eventsAndreas Sandberg
2015-07-07sim: Fix broken event unserializationAndreas Sandberg
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2015-03-26sim: Update limit_event reuse to final versionCurtis Dunham
2015-03-23sim: Reuse the same limit_event in simulate()Curtis Dunham
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)
2013-10-31sim: added option to serialize SimLoopExitEventDam Sunwoo
2011-01-07sim: clean up CountedDrainEvent slightly.Steve Reinhardt
2011-01-07sim: delete unused CheckSwapEvent code.Steve Reinhardt
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-02-06Make the Event::description() a const functionStephen Hines
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2006-10-06there are two main thrusts of this changeset.Lisa Hsu
2006-07-05Rename quiesce to drain to avoid confusion with the pseudo instruction.Kevin Lim
2006-06-29Add in support for quiescing the system, taking checkpoints, restoring from c...Kevin Lim
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