Age | Commit message (Expand) | Author |
2012-04-05 | Python: Make the All proxy traverse SimObject children as well | Andreas Hansson |
2012-03-30 | MEM: Introduce the master/slave port sub-classes in C++ | William Wang |
2012-03-21 | Python: Fix a conditional expression that requires Python 2.5 | Andreas Hansson |
2012-03-19 | gcc: Clean-up of non-C++0x compliant code, first steps | Andreas Hansson |
2012-03-19 | scripts: Fix to ensure that port connection count is always set | Andreas Hansson |
2012-02-29 | SWIG: Ensure ptrdiff_t is a known type in gcc >= 4.6.1 | Andreas Hansson |
2012-02-20 | SimObject: make get_config_as_dict() tolerate undefined params | Steve Reinhardt |
2012-02-13 | MEM: Pass the ports from Python to C++ using the Swig params | Andreas Hansson |
2012-02-13 | MEM: Introduce the master/slave port roles in the Python classes | Andreas Hansson |
2012-01-31 | Merge with head, hopefully the last time for this batch. | Gabe Black |
2012-01-31 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2012-01-28 | Merge with the main repo. | Gabe Black |
2012-01-16 | Merge yet again with the main repository. | Gabe Black |
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 |
2012-01-07 | Merge with main repository. | Gabe Black |
2011-11-07 | SE/FS: Remove FULL_SYSTEM from swig. | Gabe Black |
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 |