[m5-dev] ARM patches for review

2009-12-13 Thread Gabe Black
Hi everybody. Rather than blowing out your inboxes with 90 patches, please pull my patch queue from ssh://h...@m5sim.org/arm-patches. Everything is included except the obviously labeled final patch. As far as I know I haven't broken anything, but since we've only got one fairly easy

Re: [m5-dev] Merging

2009-12-13 Thread Beckmann, Brad
Yes, I didn't mean to imply that we need to create a libruby tester. As you said, what we really need is just a way to change Ruby's API while ensuring we don't break libruby functionality. Brad -Original Message- From: m5-dev-boun...@m5sim.org [mailto:m5-dev-boun...@m5sim.org] On

Re: [m5-dev] MIPS double-precision floating point

2009-12-13 Thread Gabe Black
I actually just ran into and straightened out (I think) the syscall interface issue. I basically added the missing calls and set set_thread_area to ignoreFunc. Now I'm running into an unsupported instruction in __current_locale_name which gdb doesn't seem to understand either. Any idea how this

Re: [m5-dev] [m5-users] Alpha compiler

2009-12-13 Thread Ali Saidi
Hi Soumyaroop, Thanks for the patches. They look good to me, if no one else has any comments I'll commit them. Is Soumyaroop Roy s...@cse.usf.edu ok for the commit log? Thanks, Ali On Dec 10, 2009, at 7:02 PM, soumyaroop roy wrote: Hello Ali, The implementation of the MVI instructions

Re: [m5-dev] [m5-users] Alpha compiler

2009-12-13 Thread Gabe Black
There are a few minor things I notice. First, you should have spaces around your operators, ie. ab should be a b. Second, I don't think you need to explicitly set IntAluOp in places you're using an integer register like Ra. Steve wouldn't know for sure. Third, in ctpop, you don't need to put Rb

Re: [m5-dev] [patch] add support for X86 sse3 haddps instruction

2009-12-13 Thread Gabe Black
Looking through my email, I found this patch which I don't think ever got committed. Do you know of any others like this, Vince? I found this one specifically because I'm getting ready to commit my changes that cleans up the ext flags, and this would need to be adjusted slightly. The change is

Re: [m5-dev] [patch] add support for X86 sse3 haddps instruction

2009-12-13 Thread Vince Weaver
On Sun, 13 Dec 2009, Gabe Black wrote: Looking through my email, I found this patch which I don't think ever got committed. Do you know of any others like this, Vince? I found this one specifically because I'm getting ready to commit my changes that cleans up the ext flags, and this would