Age | Commit message (Expand) | Author |
2019-04-23 | python: fix tracing after Python 3 refactor | Ciro Santilli |
2019-02-23 | python: Enforce absolute imports for Python 3 compatibility | Andreas Sandberg |
2019-02-22 | python: Make iterator handling Python 3 compatible | Andreas Sandberg |
2019-02-12 | python: Add missing defines import | Andreas Sandberg |
2019-02-12 | python: Update use of exec to work with Python 3 | Andreas Sandberg |
2019-02-12 | python: Switch to using open instead of file | Andreas Sandberg |
2019-02-12 | python: Make exception handling Python 3 safe | Andreas Sandberg |
2018-03-06 | scons: Switch from the print statement to the print function. | Gabe Black |
2017-05-19 | python: Remove unused readline import | Andreas Sandberg |
2017-05-09 | misc: Add the --listener-loopback-only command line option. | Gabe Black |
2017-03-21 | python: Automatically disable listeners in batch setups | Andreas Sandberg |
2017-02-27 | python: Add a generalized mechanism to configure stats | Andreas Sandberg |
2016-09-15 | base: eliminate ipython warning | Curtis Dunham |
2016-04-06 | misc: Bail out of DVFS dot if we cannot resolve the domains | Sascha Bischoff |
2015-12-15 | misc: Add secondary dot output for DVFS domains | Sascha Bischoff |
2016-02-13 | configs: add command-line option to stop debug output | Michael LeBeane |
2016-01-17 | sim: fix redundant --debug-start help string | Steve Reinhardt |
2016-01-17 | sim: don't ignore SIG_TRAP | Steve Reinhardt |
2015-10-06 | sim: print pid in output header | Steve Reinhardt |
2015-03-23 | misc: quote args in echoed command line | Steve Reinhardt |
2014-03-23 | misc: Fix -q (quiet) flag | Stan Czerniawski |
2013-11-25 | sim: simulate with multiple threads and event queues | Steve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E) |
2013-11-01 | sim: Clarify the difference between tracing and debugging | Andreas Hansson |
2013-02-10 | base: Add support for newer versions of IPython | Andreas Sandberg |
2013-02-10 | base: Fix broken IPython argument handling | Andreas Sandberg |
2012-05-10 | DOT: fixed broken code for visualizing configuration using dot | Uri Wiener |
2012-01-09 | sim: Enable sampling of run-time for code-sections marked using pseudo insts. | Prakash Ramrakhyani |
2012-01-09 | config: support outputing a pickle of the configuration tree | Ali Saidi |
2011-06-02 | copyright: Add code for finding all copyright blocks and create a COPYING file | Nathan Binkert |
2011-05-25 | Name: Replace M5 with gem5 in a few places it's printed on startup. | Gabe Black |
2011-05-07 | Trace: Remove the options trace-help and trace-flags | Nilay Vaish |
2011-04-20 | fix some build problems from prior changesets | Nathan Binkert |
2011-04-15 | python: cleanup python code so stuff doesn't automatically happen at startup | Nathan Binkert |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-13 | main: separate out interact() so it can be used by other functions | Nathan Binkert |
2011-03-11 | SCons: Stop embedding the mercurial revision into the binary. | Gabe Black |
2011-02-14 | Info: Clean up some info files. | Gabe Black |
2010-06-14 | python: use ipython in --interactive if it is available | Nathan Binkert |
2010-06-03 | Minor remote GDB cleanup. | Steve Reinhardt |
2009-09-22 | python: Move more code into m5.util allow SCons to use that code. | Nathan Binkert |
2009-05-11 | python: pull out common code from main that processes arguments | Nathan Binkert |
2009-02-26 | Trace: fix the --trace-start option | Ali Saidi |
2009-02-18 | events: Make trace events happen at the right priority. | Nathan Binkert |
2009-02-15 | traceflags: fix --trace-help | Nathan Binkert |
2009-01-30 | SCons: Fix how we get Mercurial revision information since internals keep cha... | Ali Saidi |
2009-01-19 | python: add fatal() function to the m5 package and use it | Nathan Binkert |
2009-01-19 | python: Try to isolate the stuff that's in the m5.internal package a bit more. | Nathan Binkert |
2009-01-19 | tracing: panic() if people try to use tracing, but TRACING_ON is not set. | Nathan Binkert |
2008-12-08 | output: Change default output directory and files and update tests. | Nathan Binkert |
2008-12-06 | traceflags: Make "All" a valid trace flag. | Nathan Binkert |