Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-23 | style_hook: Fix the style hook | Nathan Binkert | |
Re-enable it and update it for more modern versions of mercurial. | |||
2010-01-22 | Automated merge with ssh://hg@m5sim.org/m5 | Derek Hower | |
2010-01-20 | copyrights: add copyright info to the files I added. | Lisa Hsu | |
checkpoint-aggregator.py was written at UM so I added a UM copyright, agg_se.py was written at AMD so I added the AMD copyright. | |||
2010-01-19 | util: do checkpoint aggregation more cleanly, fix last changeset. | Lisa Hsu | |
1) Move alpha-specific code out of page_table.cc:serialize(). 2) Begin serializing M5_pid and unserializing it, but adding an function to do optional paramIn so that old checkpoints don't need to be fixed up. 3) Fix up alpha startup code so that the unserialized M5_pid value is properly written to DTB_IPR_ASN. 4) Fix the memory unserialize that I forgot somehow in the last changeset. 5) Add in an agg_se.py to handle aggregated checkpoints. --bench foo-bar plus positional arguments foo bar are the only changes in usage from se.py. Note this aggregation stuff has only been tested for Alpha and nothing else, though it should take a very minimal amount of work to get it to work with another ISA. | |||
2010-01-19 | merge | Derek Hower | |
2010-01-18 | util: make a generic checkpoint aggregator that can aggregate different ↵ | Lisa Hsu | |
cpts into one multi-programmed cpt. Make minor changes to serialization/unserialization to get it to work properly. Note that checkpoints were made with a comment at the beginning with // - this must be changed to ## to work properly with the python config parser in the aggregator. | |||
2009-10-28 | regress: add POWER to regressions | Nathan Binkert | |
2009-09-26 | rundiff: Don't flush stdout until after postcontext is printed. | Steve Reinhardt | |
2009-09-22 | slicc: Pure python implementation of slicc. | Nathan Binkert | |
This is simply a translation of the C++ slicc into python with very minimal reorganization of the code. The output can be verified as nearly identical by doing a "diff -wBur". Slicc can easily be run manually by using util/slicc | |||
2009-09-17 | Functionality migrated to sequencer. | Polina Dudnik | |
2009-08-21 | [mq]: first_patch | Polina Dudnik | |
2009-07-29 | Statetrace: Make sure the current state is loaded to print the initial stack ↵ | Gabe Black | |
frame. The early call to child->step() was removed earlier because it confused the new differences-only protocol ARM sendState() was using. It's necessary that that gets called at least once before attempting to print the initial stack frame, though, because otherwise statetrace doesn't know what the stack pointer is. By putting the first call to child->step() in a common spot, both needs are met. | |||
2009-07-29 | ARM: Make sure the target process doesn't run away from statetrace. | Gabe Black | |
2009-07-27 | ARM: Only send information that changed between statetrace and M5. | Gabe Black | |
2009-07-27 | imported patch statetracehost.patch | Gabe Black | |
2009-07-27 | ARM: Add ARM support to statetrace. | Ali Saidi | |
2009-07-27 | Statetrace: Fix up headers. | Gabe Black | |
2009-07-02 | stats: fix usage of jobfile | Nathan Binkert | |
2009-06-23 | makerelease: Don't hide x86 any more. | Gabe Black | |
2009-06-23 | Regressions: Build ARM_SE regressions by default. | Gabe Black | |
2009-05-22 | util: mkblankimage.sh should be executable | Steve Reinhardt | |
2009-05-17 | includes: sort includes again | Nathan Binkert | |
2009-04-21 | rundiff: flush stdout after each diff | Steve Reinhardt | |
2009-04-08 | style: fix style hook for some newer versions of mercurial. | Nathan Binkert | |
2009-02-26 | CPA: Add m5ops for critical path annotation work. | Ali Saidi | |
2009-01-24 | pseudo inst: Add new wake cpu instruction for sending a message to wake a cpu. | Nathan Binkert | |
It's instantaneous and so it's somewhat bogus, but it's a first step. | |||
2009-01-13 | Fix style hook for Mercurial >= 1.1 | Ali Saidi | |
2009-01-07 | X86: Set up support for adding m5 pseudo insts to a binary. | Gabe Black | |
2008-12-03 | Add the mkblankimage.sh utility to the utils directory. | Nathan Binkert | |
2008-12-03 | util/m5: Add a new function called pin to bind a program to a set of cores. | Nathan Binkert | |
This is not m5 specific and this currently only works in linux. | |||
2008-12-03 | util/m5: reorganize code so it is easier to add operations | Nathan Binkert | |
2008-11-17 | Minor tracediff bug fixes. | Steve Reinhardt | |
2008-11-15 | Remove the pointless, repository destroying assertion and just have the ↵ | Clint Smullen | |
script check every line in the file if it cannot get context information. | |||
2008-11-10 | pseudo inst: Add rpns (read processor nanoseconds) instruction. | Nathan Binkert | |
This instruction basically returns the number of nanoseconds that the CPU has been running. | |||
2008-11-06 | tracediff: add '#' support for sub-arg alternatives, '-n' param | Steve Reinhardt | |
2008-10-01 | Cleanup m5term changes with Nate's comments. | Ali Saidi | |
2008-10-01 | Make m5term use select() so OS X is happy. | Ali Saidi | |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers ↵ | Ali Saidi | |
should configure their editors to not insert tabs | |||
2008-07-11 | m5ops: clean up the m5ops stuff. | Nathan Binkert | |
- insert warnings for deprecated m5ops - reserve opcodes for Ali's stuff - remove code for stuff that has been deprecated forever - simplify m5op_alpha | |||
2008-06-14 | python: Move various utility classes into a new m5.util package so | Nathan Binkert | |
they're all in the same place. This also involves having just one jobfile.py and moving it into the utils directory to avoid duplication. Lots of improvements to the utility as well. --HG-- rename : src/python/m5/attrdict.py => src/python/m5/util/attrdict.py rename : util/pbs/jobfile.py => src/python/m5/util/jobfile.py rename : src/python/m5/util.py => src/python/m5/util/misc.py rename : src/python/m5/multidict.py => src/python/m5/util/multidict.py rename : util/stats/orderdict.py => src/python/m5/util/orderdict.py | |||
2008-06-14 | Add hg commands for style check so you can check at times other than commit | Nathan Binkert | |
2008-02-26 | Update make release, README, and RELEASE_NOTES for b5 | Ali Saidi | |
--HG-- extra : convert_revision : a4958e934f599bff24b251507da7c266c89430fc | |||
2007-12-11 | Fix minor bug in util/style.py | Steve Reinhardt | |
--HG-- extra : convert_revision : d37accc884c2967d87dd267debab5afeb8b6ed85 | |||
2007-11-20 | Might as well ship splash2 scripts since we get questions on the list. | Steve Reinhardt | |
--HG-- extra : convert_revision : 0bc61d239eb24956aa401bbf39470bfa81c86c29 | |||
2007-11-13 | Add -k flag to util/regress. | Steve Reinhardt | |
--HG-- extra : convert_revision : 6dae828a1b6a254821095a1743325976202beec1 | |||
2007-11-04 | RELEASE: A little more work on make_release.py | Ali Saidi | |
--HG-- extra : convert_revision : e3efbc0a79212c7474d547545411518b057cc1e9 | |||
2007-11-02 | RELEASE: Add dummy cpu to make SCons + Python 2.5 happy | Ali Saidi | |
--HG-- extra : convert_revision : 85ca7d737a7592946bedb7d1724aefa62ad1231e | |||
2007-11-02 | RELEASE: remove insttest since we're not shipping the binary. | Ali Saidi | |
--HG-- extra : convert_revision : e1b074fb21b2be0f2cec59a170a2216913c6e89b | |||
2007-11-01 | RELEASE: Grammer | Ali Saidi | |
--HG-- extra : convert_revision : f9ad0ea469aaf6ec059bd50db0cc5d956c354e2c | |||
2007-11-01 | RELEASE: More changes to text | Ali Saidi | |
--HG-- extra : convert_revision : 86c0dec05f392078dfb2c3f941debc9bc46f63bb |