summaryrefslogtreecommitdiff
path: root/cpu/base_cpu.cc
AgeCommit message (Expand)Author
2005-02-11Rework the command line paramters for python output and howNathan Binkert
2005-01-14Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change...Kevin Lim
2004-11-16Add simple function-tracing support. Prints a messageSteve Reinhardt
2004-11-10Don't use the global check_interrupts variable. Add a per-cpuNathan Binkert
2004-11-03make activation of exec contexts happen in startupNathan Binkert
2004-08-20- Clean up and factor out all of the binning code into aNathan Binkert
2004-06-17Serialized cpu interruptsAli Saidi
2004-06-08Updated Copyright with information in bitkeeper changelogsAli Saidi
2004-05-21rename namespace Statistics to StatsNathan Binkert
2004-05-18merge m5 with linux for the event and binning liftingLisa Hsu
2004-05-12Make a new stat type of Value which is a scalar stat thatNathan Binkert
2004-05-11first pass at merging m5 with linuxLisa Hsu
2004-04-02Basic cleanup pass to get rid of a few things that made the PythonSteve Reinhardt
2004-03-11merge with m5 headLisa Hsu
2004-02-29Fix the swichover code. It's only for FULL_SYSTEMNathan Binkert
2004-02-29fix switchover WRT interruptsNathan Binkert
2004-02-16changed interrupt index to be 64 bits long and fixed a bad includeAli Saidi
2004-02-02insn->instSteve Reinhardt
2003-10-23Initial support for CPU switching. New SamplingCPU object encompasses a setSteve Reinhardt
2003-10-21Don't need to include sim/param.hh in sim_object.hh anymore.Steve Reinhardt
2003-10-16Add a commited loads event queue similar to the one for commited instructions.Erik Hallnor
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