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
/
sim
/
main.cc
Age
Commit message (
Expand
)
Author
2008-08-03
libm5: Create a libm5 static library for embedding m5.
Nathan Binkert
2007-10-31
String constant const-ness changes to placate g++ 4.2.
Steve Reinhardt
2007-08-04
main: return an an exit code of 1 when we exit due to a python exception.
Nathan Binkert
2007-03-06
Move all of the parameters of the Root SimObject so they are
Nathan Binkert
2007-03-03
include signal.h
Nathan Binkert
2007-03-02
Factor code out of main.cc and main.i into a bunch of files
Nathan Binkert
2007-02-18
Get rid of the stand alone ParamContext since all of the
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
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
2006-11-12
Create a module called internal where swigged stuff goes.
Nathan Binkert
2006-11-08
simplify maxtick parsing in both the python and the c++.
Lisa Hsu
2006-10-20
Construct a correct value of PYTHONHOME from the interpreter
Nathan Binkert
2006-10-11
since memoryMode was put into the System (from SimObject), things got broken ...
Lisa Hsu
2006-10-06
there are two main thrusts of this changeset.
Lisa Hsu
2006-10-05
Static global object don't work well, if the variables are
Nathan Binkert
2006-09-04
More Python hacking to deal with config.py split
Steve Reinhardt
2006-07-19
Get the path to load the ini file from. I'm not sure if this fix is needed i...
Kevin Lim
2006-07-10
Migrate most of main() and and all option parsing to python
Nathan Binkert
2006-07-07
Take the name of the checkpoint directory in when calling checkpoint() or res...
Kevin Lim
2006-07-05
Rename quiesce to drain to avoid confusion with the pseudo instruction.
Kevin Lim
2006-06-29
Add in support for quiescing the system, taking checkpoints, restoring from c...
Kevin Lim
2006-06-17
remove profile.cc
Ali Saidi
2006-06-17
Merge zizzer:/bk/newmem
Ali Saidi
2006-06-17
Rename SWIG "main" module to "cc_main" so it's
Steve Reinhardt
2006-06-17
Add --outdir option. Didn't call it "-d" since
Steve Reinhardt
2006-06-15
Merge zizzer:/bk/newmem
Ali Saidi
2006-06-14
add a comment that should be able to pass --help after config file
Ali Saidi
2006-06-13
Move SimObject creation and Port connection loops
Steve Reinhardt
2006-06-13
allow long opts to m5 and add a help flag back.
Ali Saidi
2006-06-09
Move main control from C++ into Python.
Steve Reinhardt
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-30
Clean up Python embedding to build on zizzer (where python2.4
Steve Reinhardt
2006-05-30
Link in Python interpreter.
Steve Reinhardt
2006-05-22
New directory structure:
Steve Reinhardt