summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2009-01-24pseudo inst: Add new wake cpu instruction for sending a message to wake a cpu.Nathan Binkert
2009-01-13Fix style hook for Mercurial >= 1.1Ali Saidi
2009-01-07X86: Set up support for adding m5 pseudo insts to a binary.Gabe Black
2008-12-03Add the mkblankimage.sh utility to the utils directory.Nathan Binkert
2008-12-03util/m5: Add a new function called pin to bind a program to a set of cores.Nathan Binkert
2008-12-03util/m5: reorganize code so it is easier to add operationsNathan Binkert
2008-11-17Minor tracediff bug fixes.Steve Reinhardt
2008-11-15Remove the pointless, repository destroying assertion and just have the scrip...Clint Smullen
2008-11-10pseudo inst: Add rpns (read processor nanoseconds) instruction.Nathan Binkert
2008-11-06tracediff: add '#' support for sub-arg alternatives, '-n' paramSteve Reinhardt
2008-10-01Cleanup m5term changes with Nate's comments.Ali Saidi
2008-10-01Make m5term use select() so OS X is happy.Ali Saidi
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-07-11m5ops: clean up the m5ops stuff.Nathan Binkert
2008-06-14python: Move various utility classes into a new m5.util package soNathan Binkert
2008-06-14Add hg commands for style check so you can check at times other than commitNathan Binkert
2008-02-26Update make release, README, and RELEASE_NOTES for b5Ali Saidi
2007-12-11Fix minor bug in util/style.pySteve Reinhardt
2007-11-20Might as well ship splash2 scripts since we get questions on the list.Steve Reinhardt
2007-11-13Add -k flag to util/regress.Steve Reinhardt
2007-11-04RELEASE: A little more work on make_release.pyAli Saidi
2007-11-02RELEASE: Add dummy cpu to make SCons + Python 2.5 happyAli Saidi
2007-11-02RELEASE: remove insttest since we're not shipping the binary.Ali Saidi
2007-11-01RELEASE: GrammerAli Saidi
2007-11-01RELEASE: More changes to textAli Saidi
2007-10-31Release: fix make_release bugAli Saidi
2007-10-31RELEASE: Update make release for new release.Ali Saidi
2007-10-26Regressions: Added X86_SE into the default list of builds.Gabe Black
2007-10-10Make qdo work with oar. I don't know if this catches every case, but it appearsAli Saidi
2007-09-04X86/StateTrace: Make m5 and statetrace track mmx and xmm registers, and actua...Gabe Black
2007-08-21style: fix style hook when run from a repo subdir.Nathan Binkert
2007-08-14style: Don't try to fix files that should be ignored.Nathan Binkert
2007-08-13fixup bad hand mergeAli Saidi
2007-08-13Merge IGNORE_STYLE change and my change.Ali Saidi
2007-08-13Regression: See if using subprocess instead of os.system and erroring immedia...Ali Saidi
2007-08-12mergeNathan Binkert
2007-08-12style: If IGNORE_STYLE=True is set on the scons command line, ignore style.Nathan Binkert
2007-08-07Statetrace: Make statetrace do string instructions all at once like m5 does.Gabe Black
2007-08-01Merge with head.Gabe Black
2007-08-01Statetrace: Make sure all the info block strings are printed.Gabe Black
2007-07-29Merge Gabe's changes from head.Steve Reinhardt
2007-07-29Statetrace: Make statetrace patch amd64 executables for true single stepping ...Gabe Black
2007-07-29Merge with head. style.py was also missing an argument in one call to modifie...Gabe Black
2007-07-29Statetrace: Print the correct address of auxiliary vectors.Gabe Black
2007-07-28merge: style.py fixNathan Binkert
2007-07-28Work around a mercurial bug in bdiff.blocksNathan Binkert
2007-07-28Merge with head.Gabe Black
2007-07-28Statetrace: Implement the AMD64 version of TraceChild.Gabe Black
2007-07-28Statetrace: Fix indendation. Set the default hostname to "localhost" instead ...Gabe Black
2007-07-28Statetrace: Fix compilation problem.Gabe Black