Age | Commit message (Expand) | Author |
2004-06-08 | Updated Copyright with information in bitkeeper changelogs | Ali Saidi |
2004-05-28 | Merged in new FastCPU stuff with existing code. | Kevin Lim |
2004-05-27 | FastCPU model added. It's very similar to the SimpleCPU, just without a lot ... | Kevin Lim |
2004-05-21 | add a few statistics events | Nathan Binkert |
2004-05-21 | Change the namespace Statistics to Stats | Nathan Binkert |
2004-05-18 | Add a level of indirection to the register accessors used in | Steve Reinhardt |
2004-05-17 | Significant changes to ISA description to completely factor | Steve Reinhardt |
2004-05-13 | remove the annotation junk | Nathan Binkert |
2004-05-12 | Make a new stat type of Value which is a scalar stat that | Nathan Binkert |
2004-05-10 | Do a better job of factoring out CPU model in ISA description. | Steve Reinhardt |
2004-05-04 | Major stats package cleanup | Nathan Binkert |
2004-04-03 | More {Itb,Dtb} -> {ITB,DTB} renames (forgot to test build KERNEL). | Steve Reinhardt |
2004-04-02 | Basic cleanup pass to get rid of a few things that made the Python | Steve Reinhardt |
2004-03-04 | Automerged | Erik Hallnor |
2004-03-04 | Copy implementations | Erik Hallnor |
2004-02-29 | Initial cleanup pass of lisa's function call tracking | Nathan Binkert |
2004-02-27 | Added copy instructions to the ISA. Well it didn't break anything yet... | Erik Hallnor |
2004-02-26 | Make SW prefetch flag a parameter again, and add code to make | Steve Reinhardt |
2004-02-24 | add in an init() callback for CPU's so that no stats are accessed prior to th... | Lisa Hsu |
2004-02-20 | make uncacheable stuff happen again | Nathan Binkert |
2004-02-04 | More reformatting of reference parameter declarations. | Steve Reinhardt |
2004-02-02 | insn->inst | Steve Reinhardt |
2004-02-02 | Change "Foo& foo" declarations to "Foo &foo". | Steve Reinhardt |
2004-01-25 | Change the way the hierarchy is separated. Now all virtual functions are in t... | Erik Hallnor |
2003-12-11 | - Switch events to use a priority enum instead of integers. | Steve Reinhardt |
2003-12-10 | Factor ExecContext::setStatus(), BaseCPU::execCtxStatusChange(), | Steve Reinhardt |
2003-12-09 | Merge zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5 | Steve Reinhardt |
2003-12-09 | Minor tweaks to make a switchover at tick N match | Steve Reinhardt |
2003-12-08 | Instead of keeping track of the fraction of time that we're | Nathan Binkert |
2003-12-08 | move setStatus into the .cc file | Nathan Binkert |
2003-12-01 | Restructuring of LiveProcess etc. to support multiple emulated OS syscall | Steve Reinhardt |
2003-11-06 | Little fixes to make more of the stats reset correctly. | Nathan Binkert |
2003-11-05 | Fix stats reset | Nathan Binkert |
2003-11-04 | Add the ability to track stats in user defined sets of function calls. code ... | Lisa Hsu |
2003-10-31 | Changed the naming of Serializeable derived objects. Serializeable no longer... | Andrew Schultz |
2003-10-29 | Support for Serializable non-SimObject things like events. | Steve Reinhardt |
2003-10-29 | Serialization support for Alpha TLBs, PhysicalMemory, and SimpleCPU. | Steve Reinhardt |
2003-10-29 | More progress on checkpointing... we can now write out a checkpoint and read ... | Steve Reinhardt |
2003-10-28 | Revamp serialization to make it easier. | Steve Reinhardt |
2003-10-26 | Minor serialization tweaks. | Steve Reinhardt |
2003-10-24 | Move some common full-system CPU initialization from the | Steve Reinhardt |
2003-10-24 | Make FullCPU schedule its TickEvent when one of its contexts becomes active. | Steve Reinhardt |
2003-10-23 | A few minor fixes to sampling... seems to work now for the base case | Steve Reinhardt |
2003-10-23 | Initial support for CPU switching. New SamplingCPU object encompasses a set | Steve Reinhardt |
2003-10-20 | Separate the stuff for SimObject from SimObject builder. | Nathan Binkert |
2003-10-20 | simple_cpu.cc: | Erik Hallnor |
2003-10-16 | Add a commited loads event queue similar to the one for commited instructions. | Erik Hallnor |
2003-10-15 | Global whitespace fixes | Nathan Binkert |
2003-10-14 | Remove all of the Tru64 specific stuff from the base System object | Nathan Binkert |
2003-10-10 | Make include paths explicit and update makefile accordingly. | Steve Reinhardt |