o3: drop unused statistic wbPenalized and wbPenalizedRate
[gem5.git] / src / python / m5 /
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-10-30 Nilay VaishCommit due to merge.
2011-10-30 Nilay VaishPython: Remove import for random
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-20 Steve ReinhardtSimObject: add export_method* hooks to export C++ metho...
2011-10-20 Steve Reinhardtscons/swig: refactor some of the scons/SWIG code
2011-09-23 Steve Reinhardtparams.py: enhance IpAddress param handling
2011-07-10 Ali SaidiO3: Make sure fetch doesn't go off into the weeds durin...
2011-07-10 Ali SaidiConfig: Add support for a Self.all proxy object
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-06-03 Nathan Binkertcopyright: Add code for finding all copyright blocks...
2011-06-02 Steve ReinhardtSimObject: allow modules in subclass definitions
2011-05-30 Gabe BlackMisc: Remove the URL from warnings, fatals, panics...
2011-05-25 Gabe BlackName: Replace M5 with gem5 in a few places it's printed...
2011-05-23 Steve Reinhardtconfig: reinstate implicit parenting on parameter assig...
2011-05-12 Nathan Binkertstats: delete mysql support
2011-05-12 Nathan Binkertstats: move code that loops over all stats into python
2011-05-12 Nathan Binkertstats: better expose statistics to python.
2011-05-07 Nilay VaishTrace: Remove the options trace-help and trace-flags
2011-05-04 Nathan Binkertdebug: fix help output
2011-04-21 Nathan Binkertfix some build problems from prior changesets
2011-04-19 Nathan Binkertpython: different import for dealing with demandimport
2011-04-15 Nathan Binkertpython: cleanup python code so stuff doesn't automatica...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
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-04-15 Nathan Binkertpython: figure out if the m5.internal package exists...
2011-04-13 Nathan Binkertmain: separate out interact() so it can be used by...
2011-03-11 Gabe BlackSCons: Stop embedding the mercurial revision into the...
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-18 Korey Sewellm5: merge inorder/release-notes/make_release changes
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-15 Gabe BlackInfo: Clean up some info files.
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-08 Steve Reinhardtstats: rename StatEvent() function to schedStatEvent().
2011-01-08 Steve Reinhardtscons: show sources and targets when building, and...
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-12-21 Nathan Binkertstats: allow stats to be reset even if no objects have...
2010-12-20 Gabe BlackParams: Fix a broken error message in verifyIp.
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-11-11 Gabe BlackParams: Fix an off by one error and a misleading comment.
2010-11-11 Gabe BlackSimObject: Add a comment near clear_child that it's...
2010-11-09 Gabe BlackSimObject: Use "self" when calling the clear_child...
2010-09-22 Steve Reinhardtpython: get rid of internal.enums package.
2010-09-12 Nathan Binkertswig: make all generated files go into the m5.internal...
2010-09-09 Nathan Binkertscons: Stop building the big monolithic swigged params...
2010-09-09 Nathan Binkertinit: don't build files that centralize python and...
2010-09-09 Nathan Binkertscons: use code_formatter wherever we can in the build...
2010-09-09 Nathan Binkertcode_formatter: make it easier to insert whitespace
2010-08-17 Steve Reinhardtmisc: add some AMD copyright notices
2010-08-17 Steve Reinhardtsim: revamp unserialization procedure
2010-08-17 Steve Reinhardtsim: fold checkpoint restore code into instantiate()
2010-08-17 Steve Reinhardtsim: clean up child handling
2010-08-17 Steve Reinhardtsim: move iterating over SimObjects into Python.
2010-08-17 Steve Reinhardtsim: fail on implicit creation of orphans via ports
2010-08-17 Steve Reinhardtsim: make Python Root object a singleton
2010-07-21 Nathan Binkertpython: add a sorted dictionary class
2010-07-17 Steve ReinhardtSimObject: transparently forward Python attribute refs...
2010-07-06 Steve Reinhardtsim: allow SimObject subclasses to define classmethods
2010-07-06 Steve Reinhardtsim: fold StartupCallback into SimObject
2010-06-15 Nathan Binkertutil: clean up attrdict and import multiattrdict into...
2010-06-15 Nathan Binkertpython: use ipython in --interactive if it is available
2010-06-03 Steve ReinhardtMinor remote GDB cleanup.
2010-03-11 Nathan Binkertslicc: have a central mechanism for creating a code_for...
2010-03-01 Nathan BinkertSmartDict: Make SmartDict an attrdict
2010-02-23 Lisa Hsustats: this makes some fixes to AverageStat and Average...
2010-01-19 Derek Howermerge
2009-09-24 Nathan Binkertply grammar: Fixup Tokenizer class so you can get lexer...
2009-09-22 Nathan Binkertparams: small cleanup to param description internals
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-08-16 Nathan Binkertpython: Make it possible to import the parts of m5...
2009-07-02 Nathan Binkertattrdict: correct delattr
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-05-11 Korey SewellMerge Ruby Stuff
2009-05-11 Nathan Binkertpython: pull out common code from main that processes...
2009-04-22 Nathan Binkertstats: remove simplescalar compatibility for printing
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-08 Steve ReinhardtFix up regression execution to better handle tests...
2009-03-06 Nathan Binkertstats: create an enable phase, and a prepare phase.
2009-02-27 Ali SaidiCPA: Add new object for gathering critical path annotat...
2009-02-27 Ali SaidiTrace: fix the --trace-start option
2009-02-18 Nathan Binkertevents: Make trace events happen at the right priority.
2009-02-16 Nathan Binkerttraceflags: fix --trace-help
2009-02-05 Nathan Binkertsome new files are missing copyright notices
2009-01-31 Ali SaidiSCons: Fix how we get Mercurial revision information...
2009-01-31 Ali SaidiErrors: Print a URL with a hash of the format string...
2009-01-31 Ali SaidiConfig: Cause a fatal() when a parameter without a...
2009-01-19 Nathan Binkertpython: add fatal() function to the m5 package and...
2009-01-19 Nathan Binkertpython: Try to isolate the stuff that's in the m5.inter...
next