Age | Commit message (Expand) | Author |
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-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 | 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-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-21 | stats: allow stats to be reset even if no objects have been instantiated | 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-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-08-17 | misc: add some AMD copyright notices | Steve Reinhardt |
2010-08-17 | sim: revamp unserialization procedure | Steve Reinhardt |
2010-08-17 | sim: fold checkpoint restore code into instantiate() | Steve Reinhardt |
2010-08-17 | sim: clean up child handling | Steve Reinhardt |
2010-08-17 | sim: move iterating over SimObjects into Python. | Steve Reinhardt |
2010-08-17 | sim: fail on implicit creation of orphans via ports | Steve Reinhardt |
2010-08-17 | sim: make Python Root object a singleton | Steve Reinhardt |
2010-07-21 | python: add a sorted dictionary class | Nathan Binkert |
2010-07-17 | SimObject: transparently forward Python attribute refs to C++. | Steve Reinhardt |
2010-07-05 | sim: allow SimObject subclasses to define classmethods | Steve Reinhardt |
2010-07-05 | sim: fold StartupCallback into SimObject | Steve Reinhardt |
2010-06-14 | util: clean up attrdict and import multiattrdict into m5.util | Nathan Binkert |
2010-06-14 | python: use ipython in --interactive if it is available | Nathan Binkert |
2010-06-03 | Minor remote GDB cleanup. | Steve Reinhardt |
2010-03-10 | slicc: have a central mechanism for creating a code_formatter. | Nathan Binkert |
2010-02-28 | SmartDict: Make SmartDict an attrdict | Nathan Binkert |
2010-02-23 | stats: this makes some fixes to AverageStat and AverageVector. | Lisa Hsu |