ARM: Make sure that software prefetch instructions can't change the state of the TLB
[gem5.git] / src / python / m5 /
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...
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-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 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 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-23 Michael AdlerRemoteGDB: add an m5 command line option for setting...
2008-06-24 Ali SaidiAutomated merge with repo.m5sim.org/m5-stable
2008-06-18 Nathan Binkertimported patch sim_object_params.diff
2008-06-16 Nathan Binkertparams: Prevent people from setting attributes on vecto...
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-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
2008-06-12 Gabe BlackParams: Remove an unnecessary include.
2008-02-11 Ali SaidiUpdate copyright dates
2007-11-15 Korey Sewellbranch merge
2007-11-13 Gabe BlackParams: Fix check for cycles in the configuration and...
2007-11-08 Ali SaidiPython: Allow a range to be a python tuple/list.
2007-08-30 Miles Kaufmannpython: Write configuration file without reassigning...
2007-08-30 Miles Kaufmannpython: Eliminate the Python use of eval() and frame...
2007-08-05 Gabe BlackMerge with head.
2007-08-04 Nathan Binkertswitching: Remove the drain and resume code from the...
2007-08-04 Nathan Binkertpython: use the enum values in the memory mode changing...
2007-08-04 Nathan Binkertmerge
2007-08-04 Nathan Binkertpython: provide access to stats
2007-08-03 Steve Reinhardtmerge from head
2007-08-03 Gabe BlackMerge with head.
next