Age | Commit message (Expand) | Author |
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 |
2010-11-19 | SCons: Support building without an ISA | Ali Saidi |
2010-11-11 | Params: Fix an off by one error and a misleading comment. | Gabe Black |
2010-11-11 | SimObject: Add a comment near clear_child that it's unlikely to be called. | Gabe Black |
2010-11-09 | SimObject: Use "self" when calling the clear_child method. | Gabe Black |
2010-09-22 | python: get rid of internal.enums package. | Steve Reinhardt |
2010-09-12 | swig: make all generated files go into the m5.internal package | Nathan Binkert |
2010-09-09 | scons: Stop building the big monolithic swigged params module | Nathan Binkert |
2010-09-09 | init: don't build files that centralize python and swig code | Nathan Binkert |
2010-09-09 | scons: use code_formatter wherever we can in the build system | Nathan Binkert |
2010-09-09 | code_formatter: make it easier to insert whitespace | Nathan Binkert |
2010-09-09 | swig: don't override SWIG_name anymore | Nathan Binkert |
2010-08-17 | misc: add some AMD copyright notices | Steve Reinhardt |