Age | Commit message (Expand) | Author |
2018-11-12 | sim: Push the global frequency management code into C++. | Gabe Black |
2018-09-11 | base: Correct a small typo in sim/core.(hh|cc). | Gabe Black |
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-01-31 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2011-05-04 | Core: Add some documentation about the sim clocks. | Ali Saidi |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2011-01-03 | Make commenting on close namespace brackets consistent. | Steve Reinhardt |
2010-04-15 | tick: rename Clock namespace to SimClock | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2008-08-04 | Get rid of outputStream... wasn't really being used | Steve Reinhardt |
2007-07-23 | Major changes to how SimObjects are created and initialized. Almost all | Nathan Binkert |
2007-03-06 | Move all of the parameters of the Root SimObject so they are | Nathan Binkert |
2007-03-02 | Factor code out of main.cc and main.i into a bunch of files | Nathan Binkert |