[m5-dev] Cron m5t...@zizzer /z/m5/regression/do-regression quick

2009-10-30 Thread Cron Daemon
* build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/simple-atomic passed. * build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/simple-timing passed. * build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/simple-timing-ruby passed. *

[m5-dev] changeset in m5: Syscalls: Make system calls access arguments li...

2009-10-30 Thread Gabe Black
changeset 4842482e1bd1 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=4842482e1bd1 description: Syscalls: Make system calls access arguments like a stack, not an array. When accessing arguments for a syscall, the position of an argument depends on the

[m5-dev] dramsim 1.0/2.0 patch

2009-10-30 Thread Mark Desuja
Hi,    I'm a new user of M5.I would like to integrate dramsim1.0/2.0 with M5. Could you please send me the patch. thanks, -mark ___ m5-dev mailing list m5-dev@m5sim.org http://m5sim.org/mailman/listinfo/m5-dev

Re: [m5-dev] dramsim 1.0/2.0 patch

2009-10-30 Thread Gabe Black
These sorts of questions should go to m5sim-users. Please resend your question there. Gabe Mark Desuja wrote: Hi, I'm a new user of M5./ /I would like to integrate dramsim1.0/2.0 with M5. Could you please send me the patch. thanks, -mark

[m5-dev] [patch 0/2] truncate64 system call support

2009-10-30 Thread Vince Weaver
Hello the following patches implement the truncate64() system call, then hook up the truncate/ftruncate/truncate64/ftruncate64 system calls on X86. Attached to this message are two short programs that test the new functionality. The patch is mostly unchanged since the last time I sent it,

[m5-dev] [patch 1/2] implement truncate64 system call

2009-10-30 Thread Vince Weaver
# HG changeset patch # User Vince Weaver vi...@csl.cornell.edu # Date 1256920315 14400 # Node ID c4b69afe784dabda866140d01a06fd46de3ea54c # Parent 4842482e1bd1fbc33b8a6f4cf6cc9eec32cda800 implement truncate64 system call This uses the new stack-based argument infrastructure. Tested on x86 and

[m5-dev] [patch 2/2] hookup truncate/ftruncate syscalls on X86

2009-10-30 Thread Vince Weaver
# HG changeset patch # User Vince Weaver vi...@csl.cornell.edu # Date 1256921473 14400 # Node ID 3602d56ffc16e215a78dfb52132ec387a65d50a4 # Parent 4842482e1bd1fbc33b8a6f4cf6cc9eec32cda800 hookup truncate/ftruncate syscalls on X86 This patch hooks up the truncate, ftruncate, truncate64 and

[m5-dev] [patch] implement the X86 sse2 haddpd instruction

2009-10-30 Thread Vince Weaver
# HG changeset patch # User Vince Weaver vi...@csl.cornell.edu # Date 1256926746 14400 # Node ID 3973c2b7f6e9358be14e6e1a8ea30b66c734f076 # Parent 4842482e1bd1fbc33b8a6f4cf6cc9eec32cda800 implement the X86 sse2 haddpd instruction This patch implements the haddpd instruction. It fixes the

[m5-dev] [patch] implement movd_Vo_Edp on X86

2009-10-30 Thread Vince Weaver
# HG changeset patch # User Vince Weaver vi...@csl.cornell.edu # Date 1256932353 14400 # Node ID 8741b60e529d986a93aa928b442b8175f4eb83bb # Parent 4842482e1bd1fbc33b8a6f4cf6cc9eec32cda800 implement movd_Vo_Edp on X86 This patch implements the movd_Vo_Edp series of instructions. It addresses

[m5-dev] [patch] Add support for x86 psrldq and pslldq instructions

2009-10-30 Thread Vince Weaver
# HG changeset patch # User Vince Weaver vi...@csl.cornell.edu # Date 1256921377 14400 # Node ID 572887a353aa269855bda81854f6cdb3d8ca5212 # Parent 4842482e1bd1fbc33b8a6f4cf6cc9eec32cda800 Add support for x86 psrldq and pslldq instructions These are complicated instructions and the micro-code