X86: Add a .serializing directive that makes a macroop serializing.
[gem5.git] / src / python /
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.
2008-07-31 Nathan Binkertscons: Get rid of generate.py in the build system.
2008-07-23 Michael AdlerRemoteGDB: add an m5 command line option for setting...
2008-06-28 Steve ReinhardtAutomated merge after backout.
2008-06-24 Ali SaidiAutomated merge with repo.m5sim.org/m5-stable
2008-06-24 Ali SaidiCheckpoinging/SWIG: Undo part of changeset 5464 since...
2008-06-18 Nathan Binkertimported patch sim_object_params.diff
2008-06-16 Nathan Binkertparams: Prevent people from setting attributes on vecto...
2008-06-16 Nathan Binkertadd compile flags to m5
2008-06-15 Nathan BinkertCommand line option to print out List of SimObjects...
2008-06-15 Nathan Binkertmain: add .m5/options.py processing. This file is...
2008-06-15 Nathan BinkertAdd .m5 configuration directory
2008-06-15 Nathan Binkertpython: Separate the options parsing stuff. Remove...
2008-06-15 Nathan Binkertparams: Fix the memory bandwidth parameter
2008-06-15 Nathan Binkertparams: Fix floating point parameters
2008-06-15 Nathan Binkertpython: Move various utility classes into a new m5...
2008-06-14 Nathan BinkertFix various SWIG warnings
2008-06-14 Nathan Binkertscons: proper fix for hg version stuff
2008-06-14 Nathan Binkertscons: fix program_info.cc generation
2008-06-13 Steve ReinhardtAutomated merge with ssh://m5sim.org//repo/m5
2008-06-13 Ali SaidiHG: Add compiled hg revision and date to the standard...
2008-06-12 Gabe BlackParams: Allow nested namespaces in cxx_namespace
next