IntDev: packet latency fix
[gem5.git] / src / python /
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
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-06-01 Nathan Binkertswig: %include Event before PythonEvent so python gets...
2009-05-17 Nathan Binkertincludes: sort includes again
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: expose statistics to python
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...
2009-01-19 Nathan Binkerttracing: panic() if people try to use tracing, but...
2009-01-19 Nathan Binkertpython: Rework how things are imported
2008-12-08 Nathan Binkertoutput: Change default output directory and files and...
2008-12-06 Nathan Binkerttraceflags: Make "All" a valid trace flag.
2008-12-06 Nathan BinkertSimObject: change naming of vectors so there are the...
2008-11-17 Steve ReinhardtSort trace flags before printing them.
2008-11-10 Nathan Binkertpython: Fix the reference counting for python events...
2008-10-27 Clint SmullenCheckpointing: createCountedDrain function, it was...
2008-10-16 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//z/repo/m5
2008-10-14 Nathan Binkerteventq: make python events actually work
2008-10-10 Nathan Binkertautomerge
2008-10-10 Nathan Binkertoutput: Make panic/fatal/warn more flexible so we can...
2008-10-10 Nathan Binkertjobfile: Add support for dictionaries as jobfile options.
2008-10-10 Nathan Binkertpython: Add a utility for nested attribute dicts.
2008-10-10 Nathan BinkertSimObjects: Clean up handling of C++ namespaces.
2008-10-09 Nathan Binkerteventq: convert all usage of events to use the new...
2008-10-09 Nathan Binkerteventq: Major API change for the Event and EventQueue...
2008-10-09 Nathan Binkertpdb: Try to make pdb work better.
2008-10-06 Nathan Binkertpython: cleanup options parsing stuff so that it proper...
2008-09-30 Steve ReinhardtMake overriding port assignments in Python work,
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-08-04 Steve ReinhardtMake time format in 'started' line same as 'compiled'.
2008-08-04 Steve ReinhardtGet rid of outputStream... wasn't really being used
2008-08-04 Steve ReinhardtAdd -r/-e options to redirect stdout/stderr.
2008-08-04 Nathan Binkertsockets: Add a function to disable all listening sockets.
2008-08-04 Nathan Binkertlibm5: Create a libm5 static library for embedding m5.
next