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
/
SConstruct
Age
Commit message (
Expand
)
Author
2007-01-27
I missed a couple of things
Ali Saidi
2007-01-27
While I'm waiting for legion to run make m5 compile with a few more compilers
Ali Saidi
2007-01-26
make our code a little more standards compliant
Ali Saidi
2006-12-04
Better handling of scons -u targets.
Steve Reinhardt
2006-12-04
SConstruct:
Steve Reinhardt
2006-12-04
import os.path.join as joinpath
Steve Reinhardt
2006-11-29
Add in O3CPU to default CPU list.
Kevin Lim
2006-11-13
Parse CC/CXX early so that we use the correct compiler for testing dependenci...
Ali Saidi
2006-11-09
Get SPARC to the point that it starts running. Add ability to load the ROM bi...
Ali Saidi
2006-11-09
Factor out all of the encumbered stuff into separate SConscript
Nathan Binkert
2006-11-07
Made kern a switching header file directory.
Gabe Black
2006-11-06
replace NULL with 0.... Why isn't NULL defined by default on Mac OS X I don't...
Ali Saidi
2006-11-04
fixes so that M5 will compile under solaris
Ali Saidi
2006-10-20
Construct a correct value of PYTHONHOME from the interpreter
Nathan Binkert
2006-10-01
Move Python setup into Configure section so we can test whether the
Steve Reinhardt
2006-08-21
SConstruct:
Steve Reinhardt
2006-08-20
TEST_CPU_MODELS isn't used anymore.
Steve Reinhardt
2006-08-17
SConstruct:
Steve Reinhardt
2006-07-22
Last minute check in. Very few functional changes other than some minor conf...
Kevin Lim
2006-07-21
Minor functionality updates.
Kevin Lim
2006-07-19
Put regression tests back into m5. They are located in the "tests" directory...
Kevin Lim
2006-06-30
Make O3CPU model independent of the ISA
Korey Sewell
2006-06-22
Changes to get OzoneCPU to compile once more.
Kevin Lim
2006-06-18
Merge zizzer.eecs.umich.edu:/bk/newmem
Steve Reinhardt
2006-06-18
Put sconsign in bulid dir.
Steve Reinhardt
2006-06-17
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-06-17
Fix up code to be able to use the Checker.
Kevin Lim
2006-06-17
Minor fixes in comments.
Steve Reinhardt
2006-06-16
Two updates that got combined into one ChangeSet accidentally. They're both ...
Kevin Lim
2006-06-11
Merge iceaxe.:/Volumes/work/research/m5/head
Nathan Binkert
2006-06-09
Merge vm1.(none):/home/stever/bk/newmem
Steve Reinhardt
2006-06-09
Move main control from C++ into Python.
Steve Reinhardt
2006-06-02
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-31
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-05-30
Clean up Python embedding to build on zizzer (where python2.4
Steve Reinhardt
2006-05-30
Merge ktlim@zizzer:/bk/m5
Kevin Lim
2006-05-30
Link in Python interpreter.
Steve Reinhardt
2006-05-30
Fix SCons version check.
Steve Reinhardt
2006-05-22
Make scons auto-configure stuff per-build-root.
Steve Reinhardt
2006-05-22
Get rid of FastCPU model.
Steve Reinhardt
2006-05-22
Make CPU_MODELS default to just the two SimpleCPU variants
Steve Reinhardt
2006-05-22
Clean up libelf handling.
Steve Reinhardt
2006-05-22
New directory structure:
Steve Reinhardt