Age | Commit message (Expand) | Author |
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 |
2009-02-18 | events: Make trace events happen at the right priority. | Nathan Binkert |
2009-02-15 | traceflags: fix --trace-help | Nathan Binkert |
2009-02-04 | some new files are missing copyright notices | Nathan Binkert |
2009-01-30 | SCons: Fix how we get Mercurial revision information since internals keep cha... | Ali Saidi |
2009-01-30 | Errors: Print a URL with a hash of the format string to find more information... | Ali Saidi |
2009-01-30 | Config: Cause a fatal() when a parameter without a default value isn't set(FS... | Ali Saidi |
2009-01-19 | python: add fatal() function to the m5 package and use it | Nathan Binkert |
2009-01-19 | python: Try to isolate the stuff that's in the m5.internal package a bit more. | Nathan Binkert |
2009-01-19 | tracing: panic() if people try to use tracing, but TRACING_ON is not set. | Nathan Binkert |
2009-01-19 | python: Rework how things are imported | Nathan Binkert |
2008-12-08 | output: Change default output directory and files and update tests. | Nathan Binkert |
2008-12-06 | traceflags: Make "All" a valid trace flag. | Nathan Binkert |
2008-12-06 | SimObject: change naming of vectors so there are the same numbers of digits. | Nathan Binkert |
2008-11-17 | Sort trace flags before printing them. | Steve Reinhardt |
2008-11-10 | python: Fix the reference counting for python events placed on the eventq. | Nathan Binkert |
2008-10-27 | Checkpointing: createCountedDrain function, it was only returning an Event, w... | Clint Smullen |
2008-10-14 | eventq: make python events actually work | Nathan Binkert |
2008-10-10 | output: Make panic/fatal/warn more flexible so we can add some new ones. | Nathan Binkert |
2008-10-10 | jobfile: Add support for dictionaries as jobfile options. | Nathan Binkert |
2008-10-10 | python: Add a utility for nested attribute dicts. | Nathan Binkert |
2008-10-09 | SimObjects: Clean up handling of C++ namespaces. | Nathan Binkert |
2008-10-09 | eventq: convert all usage of events to use the new API. | Nathan Binkert |
2008-10-09 | eventq: Major API change for the Event and EventQueue structures. | Nathan Binkert |
2008-10-09 | pdb: Try to make pdb work better. | Nathan Binkert |
2008-10-06 | python: cleanup options parsing stuff so that it properly deals with defaults. | Nathan Binkert |
2008-09-29 | Make overriding port assignments in Python work, | Steve Reinhardt |