Age | Commit message (Expand) | Author |
2012-01-17 | MEM: Removing the default port peer from Python ports | Andreas Hansson |
2012-01-10 | Automated merge with ssh://repo.gem5.org/gem5 | Ali Saidi |
2012-01-10 | config: Fix json output for Python lt 2.6. | Ali Saidi |
2012-01-09 | Config: Fix issue with JSON output | Ali Saidi |
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 |
2012-01-09 | SWIG: Make gem5 compile and link with swig 2.0.4 | Andreas Hansson |
2011-10-31 | GCC: Get everything working with gcc 4.6.1. | Gabe Black |
2011-10-30 | Python: Remove import for random | Nilay Vaish |
2011-10-20 | SimObject: add export_method* hooks to export C++ methods to Python | Steve Reinhardt |
2011-10-20 | scons/swig: refactor some of the scons/SWIG code | Steve Reinhardt |
2011-09-22 | params.py: enhance IpAddress param handling | Steve Reinhardt |
2011-08-19 | Stats: Add a sparse histogram stat object. | Thomas Grass |
2011-07-10 | O3: Make sure fetch doesn't go off into the weeds during speculation. | Ali Saidi |
2011-07-10 | Config: Add support for a Self.all proxy object | Ali Saidi |
2011-07-05 | slicc: cleanup slicc code and make it less verbose | Nathan Binkert |
2011-07-05 | grammar: better encapsulation of a grammar and parsing | Nathan Binkert |
2011-06-02 | copyright: Add code for finding all copyright blocks and create a COPYING file | Nathan Binkert |
2011-06-01 | SimObject: allow modules in subclass definitions | Steve Reinhardt |
2011-05-29 | Misc: Remove the URL from warnings, fatals, panics, etc. | Gabe Black |
2011-05-25 | Name: Replace M5 with gem5 in a few places it's printed on startup. | Gabe Black |
2011-05-23 | config: reinstate implicit parenting on parameter assignment | Steve Reinhardt |
2011-05-12 | stats: delete mysql support | Nathan Binkert |
2011-05-12 | stats: move code that loops over all stats into python | Nathan Binkert |
2011-05-12 | stats: better expose statistics to python. | Nathan Binkert |
2011-05-07 | Trace: Remove the options trace-help and trace-flags | Nilay Vaish |
2011-05-04 | debug: fix help output | Nathan Binkert |
2011-04-28 | event: fix PythonEvent | Nathan Binkert |
2011-04-20 | fix some build problems from prior changesets | Nathan Binkert |
2011-04-19 | python: different import for dealing with demandimport | 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-15 | includes: sort all includes | Nathan Binkert |
2011-04-15 | region: add a utility class for keeping track of regions of some range | Nathan Binkert |
2011-04-15 | SortedDict: add functions for getting ranges of keys, values, items | Nathan Binkert |
2011-04-15 | python: figure out if the m5.internal package exists even with demandimport | Nathan Binkert |
2011-04-13 | main: separate out interact() so it can be used by other functions | Nathan Binkert |
2011-03-18 | swig: get rid of m5.internal.random module (swig/random.i) | Steve Reinhardt |
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 |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2011-01-07 | stats: rename StatEvent() function to schedStatEvent(). | Steve Reinhardt |
2011-01-07 | scons: show sources and targets when building, and colorize output. | Steve Reinhardt |
2011-01-03 | Make commenting on close namespace brackets consistent. | Steve Reinhardt |
2010-12-30 | swig: use <> for system %includes instead of "" | Nathan Binkert |
2010-12-21 | stats: allow stats to be reset even if no objects have been instantiated | Nathan Binkert |
2010-12-21 | importer: fix error message | Nathan Binkert |
2010-12-20 | Params: Fix a broken error message in verifyIp. | Gabe Black |
2010-11-23 | Copyright: Add AMD copyright to the param changes I just made. | Gabe Black |
2010-11-23 | Params: Add parameter types for IP addresses in various forms. | Gabe Black |