Age | Commit message (Expand) | Author |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-05-24 | sim: Add hooks to implement event reference counting | Andreas Sandberg |
2016-02-06 | style: remove trailing whitespace | Steve Reinhardt |
2015-10-12 | misc: Remove redundant compiler-specific defines | Andreas Hansson |
2015-09-01 | sim: Remove broken AutoSerialize support from the event queue | Andreas Sandberg |
2015-07-07 | sim: Fix broken event unserialization | Andreas Sandberg |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2014-09-27 | misc: Fix a bunch of minor issues identified by static analysis | Andreas Hansson |
2014-04-03 | sim: Add the ability to lock and migrate between event queues | Andreas Sandberg |
2013-11-25 | sim: simulate with multiple threads and event queues | Steve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E) |
2012-11-16 | sim: have a curTick per eventq | Nilay Vaish |
2012-11-02 | sim: Fix as issue where exit events on instr queues are used after freed. | Ali Saidi |
2012-01-05 | eventq: add a function for replacing head of the queue | Nilay Vaish |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2010-06-09 | flags: add comment to avoid future deletions since code appears redundant. | Lisa Hsu |
2010-06-08 | flags: Unserializing old checkpoints before the introduction | Lisa Hsu |
2010-04-15 | eventq: move EventQueue constructor to cc file | Nathan Binkert |
2010-04-02 | eventq: Clean up some flags | Nathan Binkert |
2008-12-08 | eventq: Add some debugging code to the eventq. | Nathan Binkert |
2008-12-06 | eventq: use the flags data structure | Nathan Binkert |
2008-12-06 | eventq: move virtual function definitiions to the .cc file. | Nathan Binkert |
2008-10-14 | eventq: revert code for unserializing events. | Nathan Binkert |
2008-10-09 | eventq: Major API change for the Event and EventQueue structures. | Nathan Binkert |
2008-10-09 | eventq: Don't use inline friend function when a static function will do. | Nathan Binkert |
2008-07-11 | eventq: change the event datastructure back to LIFO. | Nathan Binkert |
2008-07-11 | eventq: new eventq data structure. The new data structure is singly | Nathan Binkert |
2008-07-10 | eventq: Clean up the Event class so that it uses fewer bytes. This | Nathan Binkert |
2008-02-06 | Make the Event::description() a const function | Stephen Hines |
2007-03-12 | remove the extern C around gdb helper functions. It's need needed for any new... | Ali Saidi |
2007-03-06 | Move all of the parameters of the Root SimObject so they are | Nathan Binkert |
2007-02-06 | Fix for previous commit: need to ifdef NDEBUG on the | Steve Reinhardt |
2007-02-05 | Use an instance counter to give Events repeatable IDs | Steve Reinhardt |
2006-06-09 | Move main control from C++ into Python. | Steve Reinhardt |
2006-05-31 | Updated Authors from bk prs info | Ali Saidi |
2006-05-22 | New directory structure: | Steve Reinhardt |