summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)Author
2005-10-03Minor cleanup of memtest.Steve Reinhardt
2005-09-24Add functions to System object to set up function-based events,Steve Reinhardt
2005-08-30Build options are set via a build_options file in theSteve Reinhardt
2005-08-15Changes for getting FreeBSD to run.Miguel Serrano
2005-06-29Allow CPUs to specify their own CPU ids.Nathan Binkert
2005-06-05Cleanup copyright stuff. Add our copyright files thatNathan Binkert
2005-06-05Fix minor doxygen issues.Steve Reinhardt
2005-06-05Many files:Steve Reinhardt
2005-06-05Update #defines for the O3CPU. Also include the copyright.Kevin Lim
2005-06-05Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
2005-06-05Change SamplingCPU to Sampler.Steve Reinhardt
2005-06-05move eio stuff to encumberedNathan Binkert
2005-06-04shuffle files around for new directory structureNathan Binkert
2005-06-04more portableNathan Binkert
2005-06-01Rename sim/universe.{cc,hh} to root.{cc,hh} (since theSteve Reinhardt
2005-06-01Standardize clock parameter names to 'clock'.Steve Reinhardt
2005-05-26Added copyright.Kevin Lim
2005-05-24Little debugging things.Steve Reinhardt
2005-05-20Minor changes to get new cpu to compile with FULL_SYSTEM.Steve Reinhardt
2005-05-19Fix up code for initial release. The main bug that remains is properly forwa...Kevin Lim
2005-05-03Large update of several parts of my code. The most notable change is the inc...Kevin Lim
2005-05-02Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-04-28Clean up output for pc break events, and remove a unneeded break event.Ron Dreslinski
2005-04-14Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-04-11Make the notion of a global event tick independent of the actualNathan Binkert
2005-03-18Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-03-15during a cache miss in the simple cpu we were finalizing the traceAli Saidi
2005-03-15Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-03-15small cleanup to sampling cpu code.Nathan Binkert
2005-03-10Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-03-10Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-03-09Changed all syscalls to use syscall return object.Ali Saidi
2005-03-08Hand-merge static_inst.hh. These execute functions are within an external fi...Kevin Lim
2005-03-07Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-03-01Add a new operation class for IPR accesses, and have IPR-accessingSteve Reinhardt
2005-02-25Make all StaticInst methods const. StaticInst objects represent aSteve Reinhardt
2005-02-25Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-02-25Initial light-weight OoO CPU checkin, along with gcc-3.4 fixes.Kevin Lim
2005-02-25Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-02-25Fix timing modeling of faults: functionally the very next instruction afterSteve Reinhardt
2005-02-22Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-02-21Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-02-19Clean up CPU stuff and make it use params structsNathan Binkert
2005-02-18Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-02-17rename the simple cpu's multiplier parameter. call it width.Nathan Binkert
2005-02-17Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-02-11Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-02-11Fix up #defines to use full path; fix up code for g++ 3.4Kevin Lim
2005-02-11Rework the command line paramters for python output and howNathan Binkert
2005-02-09MergerRon Dreslinski