[m5-dev] changeset in m5: X86: Make far ret modify CS instead of some ran...

2008-10-09 Thread Gabe Black
changeset 2ff5831fd2eb in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=2ff5831fd2eb description: X86: Make far ret modify CS instead of some random selector. diffstat: 1 file changed, 1 deletion(-) src/arch/x86/isa/insts/general_purpose/control_transfer/xreturn.py |

[m5-dev] changeset in m5: X86: Fix the debugging microops. The debug func...

2008-10-09 Thread Gabe Black
changeset b05a5c5452e0 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=b05a5c5452e0 description: X86: Fix the debugging microops. The debug functions can't handle a string object format. diffstat: 0 files changed diffs (12 lines): diff -r 2ff5831fd2eb -r

[m5-dev] changeset in m5: CPU: Fix where setMicroPC was being called inst...

2008-10-09 Thread Gabe Black
changeset 6e0569faeeef in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=6e0569faeeef description: CPU: Fix where setMicroPC was being called instead of setNextMicroPC. diffstat: 0 files changed diffs (12 lines): diff -r b05a5c5452e0 -r 6e0569faeeef

[m5-dev] changeset in m5: Microcode: Fix a silent typo error in the micro...

2008-10-09 Thread Gabe Black
changeset 7ef21c6c76bb in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=7ef21c6c76bb description: Microcode: Fix a silent typo error in the microcode assembler. diffstat: 0 files changed diffs (12 lines): diff -r 6c00fcf12fdf -r 7ef21c6c76bb src/arch/micro_asm.py ---

[m5-dev] changeset in m5: O3: Generalize the O3 CPU object so it isn't sp...

2008-10-09 Thread Gabe Black
changeset 6ebdae3f619b in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=6ebdae3f619b description: O3: Generalize the O3 CPU object so it isn't split out by ISA. diffstat: 18 files changed, 28 insertions(+), 756 deletions(-) src/cpu/o3/alpha/cpu.cc|2

[m5-dev] Cron [EMAIL PROTECTED] /z/m5/regression/do-regression quick

2008-10-09 Thread Cron Daemon
* do-regression: qsub timed out, retrying locally * build/ALPHA_SE/tests/fast/quick/20.eio-short/alpha/eio/simple-timing passed. * build/ALPHA_SE/tests/fast/quick/00.hello/alpha/tru64/simple-atomic passed. * build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/o3-timing passed.

[m5-dev] changeset in m5: style: Bring statistics code in line with the p...

2008-10-09 Thread Nathan Binkert
changeset 345ef3bda3d2 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=345ef3bda3d2 description: style: Bring statistics code in line with the proper style. diffstat: 3 files changed, 3 insertions(+), 3 deletions(-) src/base/statistics.hh |2 +-

[m5-dev] changeset in m5: stats: use properly signed types for looping an...

2008-10-09 Thread Nathan Binkert
changeset 5bad83cddb8c in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=5bad83cddb8c description: stats: use properly signed types for looping and comparison diffstat: 4 files changed, 3 insertions(+), 3 deletions(-) src/base/statistics.cc |1 -

[m5-dev] changeset in m5: SCons: add code to provide a libm5 shared library.

2008-10-09 Thread Nathan Binkert
changeset 1acb7016d0e4 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=1acb7016d0e4 description: SCons: add code to provide a libm5 shared library. Targets look like libm5_debug.so. This target can be dynamically linked into another C++ program and

[m5-dev] changeset in m5: SINIC: Commit old code from ASPLOS 2006 studies.

2008-10-09 Thread Nathan Binkert
changeset f0a0c8f23c06 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=f0a0c8f23c06 description: SINIC: Commit old code from ASPLOS 2006 studies. NOTE: This code was written by Nathan Binkert in 2006 and is properly copyright The Regents of the

[m5-dev] changeset in m5: eventq: Major API change for the Event and Even...

2008-10-09 Thread Nathan Binkert
changeset b194a80157e2 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=b194a80157e2 description: eventq: Major API change for the Event and EventQueue structures. Since the early days of M5, an event needed to know which event queue it was on, and that

[m5-dev] changeset in m5: mem: Add a method for setting the time on a pac...

2008-10-09 Thread Nathan Binkert
changeset eb9b92bf37ec in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=eb9b92bf37ec description: mem: Add a method for setting the time on a packet. diffstat: 1 file changed, 3 insertions(+) src/mem/request.hh |3 +++ diffs (16 lines): diff -r 6da7a58b0bc8 -r

[m5-dev] changeset in m5: eventq: I'm sick of the warning about MaxTick b...

2008-10-09 Thread Nathan Binkert
changeset 9209138dbef2 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=9209138dbef2 description: eventq: I'm sick of the warning about MaxTick being unused. diffstat: 1 file changed, 1 deletion(-) src/sim/host.hh |1 - diffs (21 lines): diff -r 5bad83cddb8c -r

[m5-dev] changeset in m5: eventq: convert all usage of events to use the ...

2008-10-09 Thread Nathan Binkert
changeset 6da7a58b0bc8 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=6da7a58b0bc8 description: eventq: convert all usage of events to use the new API. For now, there is still a single global event queue, but this is necessary for making the steps

[m5-dev] changeset in m5: pdb: Try to make pdb work better.

2008-10-09 Thread Nathan Binkert
changeset 7c58fc1ec5dc in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=7c58fc1ec5dc description: pdb: Try to make pdb work better. I've done a few things here. First, I invoke the script a little bit differently so that pdb doesn't get confused. Second,

[m5-dev] changeset in m5: range_map: Add a method to find which range a s...

2008-10-09 Thread Nathan Binkert
changeset 6782d007ca45 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=6782d007ca45 description: range_map: Add a method to find which range a single value falls into. diffstat: 1 file changed, 3 insertions(+) src/base/range_map.hh |3 +++ diffs (17 lines): diff

[m5-dev] changeset in m5: SimObjects: Clean up handling of C++ namespaces.

2008-10-09 Thread Nathan Binkert
changeset 0e1e9c186769 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=0e1e9c186769 description: SimObjects: Clean up handling of C++ namespaces. Make them easier to express by only having the cxx_type parameter which has the full namespace name, and drop