summaryrefslogtreecommitdiff
path: root/base
AgeCommit message (Expand)Author
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
2005-02-04Hand mergeKevin Lim
2005-01-21Merge zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-01-21Fix some mysql code issues.Nathan Binkert
2005-01-19Add a new aggregate trace flag that doesn't print gobs of ethernet raw data, ...Lisa Hsu
2005-01-18Merge zizzer.eecs.umich.edu:/bk/m5/Kevin Lim
2005-01-18Merge changes to make m5 g++ 3.4 compatible.Kevin Lim
2005-01-15New and improved configuration mechanism. No more writing ofNathan Binkert
2005-01-14Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change...Kevin Lim