summaryrefslogtreecommitdiff
path: root/src/sim/eventq.hh
AgeCommit message (Expand)Author
2008-12-06eventq: use the flags data structureNathan Binkert
2008-12-06eventq: move virtual function definitiions to the .cc file.Nathan Binkert
2008-11-10python: Fix the reference counting for python events placed on the eventq.Nathan Binkert
2008-10-09eventq: Major API change for the Event and EventQueue structures.Nathan Binkert
2008-10-09eventq: Don't use inline friend function when a static function will do.Nathan Binkert
2008-09-29Fix EVENTQ_DEBUG vs DEBUG_EVENTQ #define inconsistency.Steve Reinhardt
2008-09-19Use the proper version of C++ headersNathan Binkert
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-07-11eventq: change the event datastructure back to LIFO.Nathan Binkert
2008-07-11eventq: new eventq data structure. The new data structure is singlyNathan Binkert
2008-07-10eventq: Clean up the Event class so that it uses fewer bytes. ThisNathan Binkert
2008-02-06Make the Event::description() a const functionStephen Hines
2007-05-20Add new EventWrapper constructor that takes a Tick valueSteve Reinhardt
2007-05-09update for new reschedule semanticsAli Saidi
2007-02-17Give the progress event its own priorityNathan Binkert
2007-02-05Use an instance counter to give Events repeatable IDsSteve Reinhardt
2006-10-19Add new event priority for trace enable events soSteve Reinhardt
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin 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