sim: Rename the SimObject cxx_bases field to cxx_extra_bases.
[gem5.git] / src / python / m5 / util /
2018-03-06 Gabe Blackscons: Switch from the print statement to the print...
2018-01-29 Glenn Bergmansarm: DT autogeneration - Device Tree generation methods
2017-11-13 Gabe Blackutil: Add a "toEnergy" function to the convert module.
2017-11-13 Gabe Blackutil: Simplify/consolidate the python conversion module.
2017-09-26 Gabe Blackutil: Make dot_writer ignore NULL simobjects.
2017-05-02 Andreas Sandbergpython: Use PyBind11 instead of SWIG for Python wrappers
2017-03-21 Andreas Sandbergpython: Automatically disable listeners in batch setups
2016-04-06 Sascha Bischoffmisc: Bail out of DVFS dot if we cannot resolve the...
2015-12-15 Sascha Bischoffmisc: Add secondary dot output for DVFS domains
2016-03-30 Andreas Sandbergstyle: Refactor the style checker as a Python package
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2014-10-09 Andreas Hanssonconfig: Add Current as a parameter type
2014-09-20 Andreas Hanssonmem: Rename Bus to XBar to better reflect its behaviour
2014-04-23 Sascha Bischoffmisc: Proper type check and import for PortRef
2013-09-04 Andreas Hanssonutil: Add ini string as tooltip info in dot output
2013-09-04 Andreas Hanssonutil: Add colours to the dot output
2013-09-04 Andreas Hanssonutil: Add class name to dot graph and output to svg
2013-08-19 Akash Bagdiapower: Add voltage domains to the clock domains
2013-02-15 Sascha Bischoffbase: Add warn() and inform() to m5.utils for use from...
2012-05-10 Uri WienerDOT: improved dot-based system visualization
2012-04-14 Andreas HanssonRegression: Add ANSI colours to highlight test status
2011-07-06 Nathan Binkertslicc: cleanup slicc code and make it less verbose
2011-07-06 Nathan Binkertgrammar: better encapsulation of a grammar and parsing
2011-05-30 Gabe BlackMisc: Remove the URL from warnings, fatals, panics...
2011-04-15 Nathan Binkertregion: add a utility class for keeping track of region...
2011-04-15 Nathan BinkertSortedDict: add functions for getting ranges of keys...
2011-01-08 Steve Reinhardtscons: show sources and targets when building, and...
2010-11-23 Gabe BlackCopyright: Add AMD copyright to the param changes I...
2010-11-23 Gabe BlackParams: Add parameter types for IP addresses in various...
2010-09-09 Nathan Binkertcode_formatter: make it easier to insert whitespace
2010-07-21 Nathan Binkertpython: add a sorted dictionary class
2010-06-15 Nathan Binkertutil: clean up attrdict and import multiattrdict into...
2010-03-11 Nathan Binkertslicc: have a central mechanism for creating a code_for...
2010-03-01 Nathan BinkertSmartDict: Make SmartDict an attrdict
2010-01-19 Derek Howermerge
2009-09-24 Nathan Binkertply grammar: Fixup Tokenizer class so you can get lexer...
2009-09-22 Nathan Binkertpython: Move more code into m5.util allow SCons to...
2009-09-22 Nathan Binkertmultiattrdict: make multilevel nesting work properly
2009-09-22 Nathan Binkertattrdict: add pickle support to attrdict
2009-09-22 Nathan Binkertcode_formatter: use __builtin__ which is correct, not...
2009-08-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-17 Polina DudnikBranch Merge
2009-08-17 Gabe BlackMerge with head.
2009-08-16 Nathan Binkertcode_formatter: Add a python class for writing code...
2009-08-16 Nathan Binkertply: add a base class called Grammar that encapsulates...
2009-08-16 Nathan Binkertorderdict: Use DictMixin and add orderdict to m5.util
2009-07-02 Nathan Binkertattrdict: correct delattr
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-16 Nathan Binkerttraceflags: fix --trace-help
2008-10-10 Nathan Binkertautomerge
2008-10-10 Nathan Binkertjobfile: Add support for dictionaries as jobfile options.
2008-10-10 Nathan Binkertpython: Add a utility for nested attribute dicts.
2008-06-15 Nathan Binkertpython: Move various utility classes into a new m5...