CPA: Add new object for gathering critical path annotations.
[gem5.git] / src / python / m5 / SimObject.py
2009-02-27 Ali SaidiCPA: Add new object for gathering critical path annotat...
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...
2008-12-06 Nathan BinkertSimObject: change naming of vectors so there are the...
2008-10-10 Nathan BinkertSimObjects: Clean up handling of C++ namespaces.
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-06-24 Ali SaidiAutomated merge with repo.m5sim.org/m5-stable
2008-06-18 Nathan Binkertimported patch sim_object_params.diff
2008-06-15 Nathan Binkertpython: Move various utility classes into a new m5...
2008-06-12 Gabe BlackParams: Allow nested namespaces in cxx_namespace
2007-11-15 Korey Sewellbranch merge
2007-11-13 Gabe BlackParams: Fix check for cycles in the configuration and...
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-03 Steve Reinhardtmerge from head
2007-08-03 Gabe BlackMerge with head.
2007-08-03 Nathan Binkertpython: Improve support for python calling back to...
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-24 Gabe BlackMerge with head.
2007-07-24 Nathan BinkertMajor changes to how SimObjects are created and initial...
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-18 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-12 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-10 Nathan BinkertAdd a function to get a SimObject's memory mode and...
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-05 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-04 Ali SaidiMerge zizzer:/bk/newmem
2007-03-03 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-03 Nathan BinkertFactor code out of main.cc and main.i into a bunch...
2007-02-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-19 Ali SaidiMerge zizzer:/bk/newmem
2007-02-18 Nathan BinkertGet rid of the stand alone ParamContext since all of the
2006-11-13 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem/
2006-11-13 Kevin LimMerge ktlim@zamp:./local/clean/tmp/test-regress
2006-11-13 Nathan BinkertCreate a module called internal where swigged stuff...
2006-10-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-20 Ali SaidiMerge zizzer:/bk/newmem
2006-10-19 Ron DreslinskiMerge zizzer:/bk/newmem
2006-10-18 Lisa Hsuhow did i not commit this already? the other way doesn...
2006-10-16 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-13 Ron DreslinskiMerge zizzer:/bk/newmem
2006-10-12 Lisa HsuMerge zizzer:/bk/newmem
2006-10-11 Lisa Hsusince memoryMode was put into the System (from SimObjec...
2006-10-01 Kevin LimMerge ktlim@zamp:./local/clean/o3-merge/m5
2006-09-15 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-09-11 Ali SaidiMerge zizzer:/bk/newmem
2006-09-07 Steve ReinhardtTry to make unproxy order more deterministic.
2006-09-06 Steve ReinhardtEnable proxies (Self/Parent) for specifying ports.
2006-09-05 Steve ReinhardtPrint ports in config.ini as well.
2006-09-05 Steve ReinhardtMore Python hacking to deal with config.py split
2006-09-04 Steve ReinhardtSplit config.py into multiple files.