summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
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
2007-07-28merge whitespace changesNathan Binkert
2007-07-28style: fix stupid bugsNathan Binkert
2007-07-28style: Check/Fix whitespace on SCons filesNathan Binkert
2007-07-26Merge python and x86 changes with cache branchNathan Binkert
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-07-23Allow the fixwhite stuff to work when committing from a subdirNathan Binkert
2007-07-22Merge from head.Steve Reinhardt
2007-07-22do proper style checks for merged filesNathan Binkert
2007-07-22fix the style fixing thingNathan Binkert
2007-07-22Merge more changes in from head.Steve Reinhardt
2007-07-21Add code to turn the style stuff into a mercurial hook.Nathan Binkert
2007-07-15Add valgrind-suppressions file.Steve Reinhardt
2007-05-26Get rid of GNU libelf and its autoconf nastiness and replaceNathan Binkert
2007-04-27Actually move the time two minutes into the future to make sureNathan Binkert
2007-04-27Make sure that we don't rebuild libelf stuff that we don'tNathan Binkert
2007-04-18update the stuff that's removed from the SConscriptsNathan Binkert
2007-04-09add code to whack the intel gbe model from the relase.... it's not tested and...Ali Saidi
2007-03-15Update to statetrace. This will break it, but I want to make sure it gets int...Gabe Black
2007-03-09fix regress... SPARC_FS may not be in the builds so check for itAli Saidi
2007-03-07Merge zizzer:/bk/newmemAli Saidi
2007-03-07If we're running the quick tests, remove the SPARC_FS build since we don't ha...Ali Saidi
2007-03-05Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-05Fixing statetrace to work with 32 bit SPARC processes, as well as rewritting ...Gabe Black
2007-03-03add a sparc fs regressionAli Saidi
2007-02-24make m5 readfile work on solaris... we can have a solaris regression soon!Ali Saidi
2007-02-21add pseduo instruction support for sparcAli Saidi
2007-02-06Use perl FindBin package to set path to rundiff to theSteve Reinhardt