summaryrefslogtreecommitdiff
path: root/base
AgeCommit message (Expand)Author
2006-04-22Updates for O3 model.Kevin Lim
2006-04-22Namespace fix.Kevin Lim
2006-03-09Merge zizzer:/bk/multiarchAli Saidi
2006-03-09no more common syscall emulation, now common for everyoneAli Saidi
2006-03-08Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-07The a.out and ecoff object file formats will only be supported on Alpha for now.Gabe Black
2006-03-05Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-04Steps towards setting up the infrastructure to allow the new CPU model to wor...Kevin Lim
2006-03-04Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-04we REALLY don't want to use system headers for libelf...Ali Saidi
2006-03-04Filled out the object file loader so it can load object files for several OSs...Gabe Black
2006-03-03Changes to support automatic renaming of the shadow registers at decode time....Kevin Lim
2006-02-28Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-02-27Changes to put all the misc regs within the misc reg file. This includes the...Kevin Lim
2006-02-27Changed targetarch to just arch.Gabe Black
2006-02-24Changed Fault from a FaultBase * to a RefCountingPtr, added "new"s where appr...Gabe Black
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