Merge with main repository.
[gem5.git] / src / python /
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Removing the default port peer from Python ports
2012-01-10 Ali SaidiAutomated merge with ssh://repo.gem5.org/gem5
2012-01-10 Ali Saidiconfig: Fix json output for Python lt 2.6.
2012-01-10 Ali SaidiConfig: Fix issue with JSON output
2012-01-10 Prakash Ramrakhyanisim: Enable sampling of run-time for code-sections...
2012-01-10 Ali Saidiconfig: support outputing a pickle of the configuration...
2012-01-10 Andreas HanssonSWIG: Make gem5 compile and link with swig 2.0.4
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-11-07 Gabe BlackSE/FS: Remove FULL_SYSTEM from swig.
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-08-19 Thomas GrassStats: Add a sparse histogram stat object.
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-28 Nathan Binkertevent: fix PythonEvent
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 Binkertincludes: sort all includes
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-18 Steve Reinhardtswig: get rid of m5.internal.random module (swig/random.i)
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-30 Nathan Binkertswig: use <> for system %includes instead of ""
2010-12-21 Nathan Binkertstats: allow stats to be reset even if no objects have...
2010-12-21 Nathan Binkertimporter: fix error message
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-20 Ali SaidiSCons: Support building without an ISA
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-09-09 Nathan Binkertswig: don't override SWIG_name anymore
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-21 Nathan Binkertpython: Add mechanism to override code compiled into...
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
next