Age | Commit message (Expand) | Author |
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 |
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-21 | python: Add mechanism to override code compiled into the exectuable | 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 |
2009-09-23 | ply grammar: Fixup Tokenizer class so you can get lexer arguments | Nathan Binkert |
2009-09-22 | params: small cleanup to param description internals | Nathan Binkert |
2009-09-22 | python: Move more code into m5.util allow SCons to use that code. | Nathan Binkert |
2009-09-22 | multiattrdict: make multilevel nesting work properly | Nathan Binkert |
2009-09-22 | attrdict: add pickle support to attrdict | Nathan Binkert |
2009-09-22 | code_formatter: use __builtin__ which is correct, not __builtins__ | Nathan Binkert |
2009-08-16 | code_formatter: Add a python class for writing code generator templates | Nathan Binkert |
2009-08-16 | ply: add a base class called Grammar that encapsulates a ply grammar | Nathan Binkert |
2009-08-16 | orderdict: Use DictMixin and add orderdict to m5.util | Nathan Binkert |
2009-08-16 | python: Make it possible to import the parts of m5 that are pure python | Nathan Binkert |
2009-07-02 | attrdict: correct delattr | Nathan Binkert |
2009-06-01 | swig: %include Event before PythonEvent so python gets the subclass correct. | Nathan Binkert |
2009-05-17 | includes: sort includes again | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-05-11 | python: pull out common code from main that processes arguments | Nathan Binkert |
2009-04-22 | stats: expose statistics to python | Nathan Binkert |
2009-04-22 | stats: remove simplescalar compatibility for printing | Nathan Binkert |
2009-03-07 | Fix up regression execution to better handle tests that end abnormally. | Steve Reinhardt |
2009-03-05 | stats: create an enable phase, and a prepare phase. | Nathan Binkert |
2009-02-26 | CPA: Add new object for gathering critical path annotations. | Ali Saidi |
2009-02-26 | Trace: fix the --trace-start option | Ali Saidi |