Age | Commit message (Expand) | Author |
2012-11-16 | sim: have a curTick per eventq | Nilay Vaish |
2012-11-02 | sim: Move the draining interface into a separate base class | Andreas Sandberg |
2012-09-25 | sim: Move CPU-specific methods from SimObject to the BaseCPU class | Andreas Sandberg |
2012-09-25 | sim: Remove SimObject::setMemoryMode | Andreas Sandberg |
2012-09-07 | sim: Update the SimObject documentation | Andreas Sandberg |
2012-09-07 | sim: Remove the unused SimObject::regFormulas method | Andreas Sandberg |
2012-01-31 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2011-05-23 | sim: add some DPRINTFs for debugging unserialization | Steve Reinhardt |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2010-08-17 | misc: add some AMD copyright notices | Steve Reinhardt |
2010-08-17 | sim: revamp unserialization procedure | Steve Reinhardt |
2010-08-17 | sim: move iterating over SimObjects into Python. | Steve Reinhardt |
2010-07-05 | sim: fold StartupCallback into SimObject | Steve Reinhardt |
2010-06-14 | stats: get rid of the never-really-used event stuff | Nathan Binkert |
2008-10-09 | eventq: Major API change for the Event and EventQueue structures. | Nathan Binkert |
2008-08-11 | params: Get rid of the remnants of the old style parameter configuration stuff. | Nathan Binkert |
2008-06-21 | SimObject: Add in missing includes of <string> and fix minor style problem. | Gabe Black |
2008-01-02 | Additional comments and helper functions for PrintReq. | Steve Reinhardt |
2008-01-02 | Add functional PrintReq command for memory-system debugging. | Steve Reinhardt |
2007-08-30 | params: Deprecate old-style constructors; update most SimObject constructors. | Miles Kaufmann |
2007-07-23 | Major changes to how SimObjects are created and initialized. Almost all | Nathan Binkert |
2007-02-17 | Remove the event_ignore stuff since it was never really used | Nathan Binkert |
2006-10-31 | remove connectAll() and connect() code since it isn't used anymore. (The pyth... | Ali Saidi |
2006-10-11 | since memoryMode was put into the System (from SimObject), things got broken ... | Lisa Hsu |
2006-07-12 | memory mode information now contained in system object | Ali Saidi |
2006-07-06 | Change the return value of drain. False means the object wasn't able to drai... | Kevin Lim |
2006-07-05 | Rename quiesce to drain to avoid confusion with the pseudo instruction. | Kevin Lim |
2006-06-29 | Add in support for quiescing the system, taking checkpoints, restoring from c... | Kevin Lim |
2006-05-31 | Updated Authors from bk prs info | Ali Saidi |
2006-05-22 | New directory structure: | Steve Reinhardt |