index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
python
/
swig
Age
Commit message (
Expand
)
Author
2008-06-13
HG: Add compiled hg revision and date to the standard M5 output.
Ali Saidi
2007-10-31
String constant const-ness changes to placate g++ 4.2.
Steve Reinhardt
2007-09-04
Serialization: Fix unserialization of object pointers
Ali Saidi
2007-09-04
Config: Remove some ini file code that no longer works
Ali Saidi
2007-08-30
params: Deprecate old-style constructors; update most SimObject constructors.
Miles Kaufmann
2007-08-17
Ports: Only try to do EthPort stuff in full system.
Ali Saidi
2007-08-16
Devices: Make EtherInts connect in the same way memory ports currently do.
Ali Saidi
2007-08-02
python: Improve support for python calling back to C++ member functions.
Nathan Binkert
2007-07-23
Major changes to how SimObjects are created and initialized. Almost all
Nathan Binkert
2007-06-10
Add a function to get a SimObject's memory mode and rework
Nathan Binkert
2007-05-19
PhysicalMemory has vector of uniform ports instead of one special one.
Steve Reinhardt
2007-03-06
Move all of the parameters of the Root SimObject so they are
Nathan Binkert
2007-03-03
Do the default argument stuff in python
Nathan Binkert
2007-03-02
Factor code out of main.cc and main.i into a bunch of files
Nathan Binkert
2007-02-17
Get rid of the Statistics and Statreset ParamContexts, and
Nathan Binkert
2007-02-17
Pass an exception from a python event through the event queue
Nathan Binkert
2007-02-10
Clean up tracing stuff more, get rid of the trace log since
Nathan Binkert
2007-02-09
Get rid of the Random context and add the support directly to python.
Nathan Binkert
2007-02-09
Clean up from my last commit to the trace stuff.
Nathan Binkert
2007-02-09
Get rid of the Trace ParamContext and give python direct
Nathan Binkert
2006-12-21
Fix copyright
Nathan Binkert
2006-12-21
Expose the C++ event queue to python via the python function
Nathan Binkert
2006-12-21
move the swig initialization calls from src/sim/main.cc to
Nathan Binkert
2006-11-13
Expose debugBreakCycle through swig and get rid of
Nathan Binkert