summaryrefslogtreecommitdiff
path: root/cpu/simple_cpu/simple_cpu.cc
AgeCommit message (Expand)Author
2005-02-03Add support for CPU models to execute the effectiveSteve Reinhardt
2005-01-18Move trace data function to .cc file.Kevin Lim
2004-11-18undo simple CPU changesNathan Binkert
2004-11-17Changes to use siinic:Ron Dreslinski
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-10-25Don't use magic numbers.Nathan Binkert
2004-10-17Bunch of little changes for tracking copies and getting OPT right.Erik Hallnor
2004-09-28Add opt cpu and fix page copy warningsErik Hallnor
2004-09-20Update copies to work around alignment faults.Erik Hallnor
2004-08-20- Clean up and factor out all of the binning code into aNathan Binkert
2004-07-14Add a clock multiplier for simple CPU so that it is possibleNathan Binkert
2004-06-30Merge zizzer:/bk/m5 into zizzer.eecs.umich.edu:/z/alschult/m5Andrew Schultz
2004-06-30Change assert to check on virtual addresses because the physicalAndrew Schultz
2004-06-28fix up the recordEvent stuff to support ignoring eventsNathan Binkert
2004-06-21Merge saidi@zizzer.eecs.umich.edu:/bk/linuxAli Saidi
2004-06-21start towards getting m5 endian compliantAli Saidi
2004-06-17Serialized cpu interruptsAli Saidi
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-21add a few statistics eventsNathan Binkert
2004-05-21Change the namespace Statistics to StatsNathan Binkert
2004-05-13remove the annotation junkNathan Binkert
2004-05-12Make a new stat type of Value which is a scalar stat thatNathan Binkert
2004-05-10Do a better job of factoring out CPU model in ISA description.Steve Reinhardt
2004-05-04Major stats package cleanupNathan Binkert
2004-04-02Basic cleanup pass to get rid of a few things that made the PythonSteve Reinhardt
2004-03-04AutomergedErik Hallnor
2004-03-04Copy implementationsErik Hallnor
2004-02-29Initial cleanup pass of lisa's function call trackingNathan Binkert
2004-02-24add in an init() callback for CPU's so that no stats are accessed prior to th...Lisa Hsu
2004-02-20make uncacheable stuff happen againNathan Binkert
2004-02-04More reformatting of reference parameter declarations.Steve Reinhardt
2004-02-02insn->instSteve Reinhardt
2004-02-02Change "Foo& foo" declarations to "Foo &foo".Steve Reinhardt
2004-01-25Change 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-10Factor ExecContext::setStatus(), BaseCPU::execCtxStatusChange(),Steve Reinhardt
2003-12-09Merge zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5Steve Reinhardt
2003-12-09Minor tweaks to make a switchover at tick N matchSteve Reinhardt
2003-12-08Instead of keeping track of the fraction of time that we'reNathan Binkert
2003-12-08move setStatus into the .cc fileNathan Binkert
2003-12-01Restructuring of LiveProcess etc. to support multiple emulated OS syscallSteve Reinhardt
2003-11-06Little fixes to make more of the stats reset correctly.Nathan Binkert
2003-11-05Fix stats resetNathan Binkert
2003-11-04Add the ability to track stats in user defined sets of function calls. code ...Lisa Hsu
2003-10-31Changed the naming of Serializeable derived objects. Serializeable no longer...Andrew Schultz
2003-10-29Support for Serializable non-SimObject things like events.Steve Reinhardt