summaryrefslogtreecommitdiff
path: root/cpu/exec_context.cc
AgeCommit message (Expand)Author
2004-08-20- Clean up and factor out all of the binning code into aNathan Binkert
2004-06-08Updated Copyright with information in bitkeeper changelogsAli Saidi
2004-05-28Merged in new FastCPU stuff with existing code.Kevin Lim
2004-05-27FastCPU model added. It's very similar to the SimpleCPU, just without a lot ...Kevin Lim
2004-05-21Change the namespace Statistics to StatsNathan Binkert
2004-04-03More {Itb,Dtb} -> {ITB,DTB} renames (forgot to test build KERNEL).Steve Reinhardt
2004-03-24Minor cleanup from building & diffing behaviorSteve Reinhardt
2004-03-05fix ALPHALisa Hsu
2004-03-05changes that affect post checkpoint runs.Lisa Hsu
2004-03-05nother fixLisa Hsu
2004-03-05serialization for binning. it is WAAAAAAAY past my bedtime.Lisa Hsu
2004-02-29Initial cleanup pass of lisa's function call trackingNathan Binkert
2004-02-02insn->instSteve Reinhardt
2003-12-10Factor ExecContext::setStatus(), BaseCPU::execCtxStatusChange(),Steve Reinhardt
2003-12-01Restructuring of LiveProcess etc. to support multiple emulated OS syscallSteve Reinhardt
2003-11-04Add the ability to track stats in user defined sets of function calls. code ...Lisa Hsu
2003-10-29Support for Serializable non-SimObject things like events.Steve Reinhardt
2003-10-29Flesh out ExecContext serialize/unserialize (including RegFile).Steve Reinhardt
2003-10-29More progress on checkpointing... we can now write out a checkpoint and read ...Steve Reinhardt
2003-10-28Revamp serialization to make it easier.Steve Reinhardt
2003-10-24Make FullCPU schedule its TickEvent when one of its contexts becomes active.Steve Reinhardt
2003-10-23Initial support for CPU switching. New SamplingCPU object encompasses a setSteve Reinhardt
2003-10-10Make include paths explicit and update makefile accordingly.Steve Reinhardt
2003-10-10File moves for the reorg. Tree is in broken state until I commit the makefil...Steve Reinhardt