summaryrefslogtreecommitdiff
path: root/base
AgeCommit message (Expand)Author
2006-02-21Made Addr a global typeGabe Black
2006-02-19Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...Gabe Black
2006-02-12Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, ...Gabe Black
2006-02-10fix problems on darwin/*BSD for syscall emulation modeAli Saidi
2006-02-08Replace ad-hoc or locally defined power-of-2 testsSteve Reinhardt
2005-12-23Fix roundUp function template so explicit arg is notSteve Reinhardt
2005-12-23Change base/intmath.{cc,hh} to follow m5 style.Steve Reinhardt
2005-11-28Make the debugger a bit more useful with m5.opt by moving stuffNathan Binkert
2005-11-20Serialize the symbol tablesNathan Binkert
2005-11-20better placement of database commitsNathan Binkert
2005-11-11Update random come to always have explict min/maxAli Saidi
2005-11-10Syscall DPRINTF and warning cleanup.Steve Reinhardt
2005-11-02I left a printf in on accident.Ali Saidi
2005-11-02Don't bother putting distributions in the DB, they aren't reallyAli Saidi
2005-11-02Add ability to slightly perturb latency of ethernet/memoryAli Saidi
2005-10-18Add new function profiling stuff, wrap the pc_sample stuff into it.Nathan Binkert
2005-10-12Clean up symbol table access functions and make itNathan Binkert
2005-10-12Make it easier to attach the remote debugger.Nathan Binkert
2005-09-24Add functions to System object to set up function-based events,Steve Reinhardt
2005-09-12format string did not match variable size -> stack corruptionAli Saidi
2005-09-12fixes for gcc 4.0Ali Saidi
2005-08-30Build options are set via a build_options file in theSteve Reinhardt
2005-08-23don't use sprintf. It's not guaranteed to not scribble over memory.Nathan Binkert
2005-06-22fix tokenizeNathan Binkert
2005-06-13use transactions for database accessNathan Binkert
2005-06-05Get rid of Python stats output option.Steve Reinhardt
2005-06-05Fix minor doxygen issues.Steve Reinhardt
2005-06-05Many files:Steve Reinhardt
2005-06-05Fix a few broken or inconsistently formatted copyrightsSteve Reinhardt
2005-06-05Many files:Steve Reinhardt
2005-06-04shuffle files around for new directory structureNathan Binkert
2005-06-04more portableNathan Binkert
2005-06-03Make m5.fast workNathan Binkert
2005-06-01Rename sim/universe.{cc,hh} to root.{cc,hh} (since theSteve Reinhardt
2005-05-25Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Steve Reinhardt
2005-05-13panic vs fatal fixes in bus.ccSteve Reinhardt
2005-05-02Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-04-22Make code more portable and port to cygwinNathan Binkert
2005-04-07Hand mergeKevin Lim
2005-03-30First pass at a prefetcherRon Dreslinski
2005-03-08Hand-merge static_inst.hh. These execute functions are within an external fi...Kevin Lim
2005-03-01Fix stats incompatibility with g++ 3.4.Steve 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-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-17Several tweaks to make binning work in any simulationNathan Binkert
2005-02-11Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-02-11Rework the command line paramters for python output and howNathan Binkert
2005-02-09Add the split_first and split_last functions on strings.Nathan Binkert