Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt | |
This step makes it easy to replace the accessor functions (which still access a global variable) with ones that access per-thread curTick values. | |||
2010-07-05 | sim: fold StartupCallback into SimObject | Steve Reinhardt | |
There used to be a reason to have StartupCallback be a separate object, but not any more. Now it's just confusing. | |||
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert | |
2009-05-17 | includes: sort includes again | Nathan Binkert | |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert | |
--HG-- rename : src/sim/host.hh => src/base/types.hh | |||
2009-03-07 | build: fix errors for compilers other than g++ 4.3 | Nathan Binkert | |
2009-02-26 | CPA: Add new object for gathering critical path annotations. | Ali Saidi | |