Age | Commit message (Expand) | Author |
2018-01-29 | arm: DT autogeneration - Device Tree generation methods | Glenn Bergmans |
2017-09-26 | sim: Don't add the NULL SimObject as a child of other SimObjects. | Gabe Black |
2017-05-22 | python: Prevent Python wrappers from deleting SimObjects | Andreas Sandberg |
2017-05-22 | python: Fix weird memory issue in wrapped AddrRange vectors | Andreas Sandberg |
2017-05-15 | style: fix line lengths and include ordering | Brandon Potter |
2017-05-02 | python: Remove SWIG | Andreas Sandberg |
2017-05-02 | python: Use PyBind11 instead of SWIG for Python wrappers | Andreas Sandberg |
2017-01-27 | python: Move native wrappers to the _m5 namespace | Andreas Sandberg |
2017-01-03 | sim: Remove redundant export_method_cxx_predecls | Andreas Sandberg |
2015-12-01 | config: Fix broken SimObject listing | Andreas Sandberg |
2015-07-07 | sim: Move mem(Writeback|Invalidate) to SimObject | Andreas Sandberg |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2014-12-02 | scons: Ensure dictionary iteration is sorted by key | Andreas Hansson |
2014-11-12 | sim: Sort SimObject descendants and ports | Andreas Hansson |
2014-10-16 | config: Add the ability to read a config file using C++ and Python | Andreas Hansson |
2014-09-20 | config: Cleanup .json config file generation | Andrew Bardsley |
2014-08-10 | config: Add hooks to enable new config sys | Geoffrey Blake |
2014-05-09 | config: Avoid generating a reference to myself for Parent.any | Geoffrey Blake |
2014-01-24 | base: add support for probe points and common probes | Matt Horsnell |
2014-01-03 | python: provide better error message for wrapped C++ methods | Steve Reinhardt |
2014-01-03 | python: don't die on assignment to cloned object | Steve Reinhardt |
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-10-31 | config: Fix handling of parents for simobject vectors | Geoffrey Blake |
2013-10-17 | config: Fix for port references generated multiple times | Geoffrey Blake |
2013-02-15 | base: Add warn() and inform() to m5.utils for use from python | Sascha Bischoff |
2013-01-07 | config: Traverse lists when visiting children in all proxy | Andreas Hansson |
2012-11-02 | sim: Add SWIG interface for Serializable | Andreas Sandberg |
2012-11-02 | sim: Move the draining interface into a separate base class | Andreas Sandberg |
2012-11-02 | sim: Include object header files in SWIG interfaces | Andreas Sandberg |
2012-09-25 | sim: Move CPU-specific methods from SimObject to the BaseCPU class | Andreas Sandberg |
2012-09-25 | sim: Remove SimObject::setMemoryMode | Andreas Sandberg |
2012-09-07 | sim: Remove the unused SimObject::regFormulas method | Andreas Sandberg |
2012-07-10 | ruby: changes how Topologies are created | Brad Beckmann |
2012-05-23 | Config: Use the attribute naming and include ports in JSON | Andreas Hansson |
2012-05-10 | DOT: improved dot-based system visualization | Uri Wiener |
2012-05-10 | DOT: fixed broken code for visualizing configuration using dot | Uri Wiener |
2012-04-05 | Python: Make the All proxy traverse SimObject children as well | Andreas Hansson |
2012-03-21 | Python: Fix a conditional expression that requires Python 2.5 | 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 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2012-01-17 | MEM: Removing the default port peer from Python ports | Andreas Hansson |
2012-01-09 | Config: Fix issue with JSON output | Ali Saidi |
2012-01-09 | config: support outputing a pickle of the configuration tree | Ali Saidi |
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-07-10 | Config: Add support for a Self.all proxy object | Ali Saidi |