Re: [plugins-ici-cloning-instrumentation] new GCC plugin developements

2009-11-05 Thread Yuanjie HUANG
Sorry, I missed the question. I have enabeld fine-grain tuning in loop unrolling, strip mine and blocking in the GSoC project. Cheers, Yuanjie On Fri, Nov 6, 2009 at 12:27 AM, Grigori Fursin wrote: > Thanks, Yuanjie. > By the way, I think you still didn't reply which fine-grain > optimizations

Re: Storing 16bit values in upper part of 32bit registers

2009-11-05 Thread H. Peter Anvin
On 10/15/2009 08:56 AM, Richard Henderson wrote: > On 10/15/2009 07:41 AM, Markus L wrote: >> However the IS is designed so that it is beneficial to to store 16bit >> values in the high part of the registers (rNh) and also the calling >> conventions that we want follow require 16bit values to be pa

Re: [plugins-ici-cloning-instrumentation] new GCC plugin developements

2009-11-05 Thread Ian Lance Taylor
"Grigori Fursin" writes: > Also, I am trying to figure out if GCC 4.5 branch is still open or not?.. gcc 4.5 is in stage 3, which normally means that no new features are permitted. That said, plugins are a new feature in gcc 4.5, so the release managers are likely to grant some leeway for chang

gcc-4.5-20091105 is now available

2009-11-05 Thread gccadmin
Snapshot gcc-4.5-20091105 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.5-20091105/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.5 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk

Re: MPC version 0.8 released!

2009-11-05 Thread Eric Botcazou
> what about sparc-sun-solaris2.10 ? sparc-sun-solaris2.9 and 2.8 ? sparc-sun-solaris2.8 and sparc64-sun-solaris2.8 are OK as well (GCC 4.3.3, GMP 4.2.4, MPFR 2.3.2). -- Eric Botcazou

Re: MPC version 0.8 released!

2009-11-05 Thread Mikael Pettersson
Kaveh R. Ghazi writes: > From: "Dennis Clarke" > > >>> > target GCC GMP MPFR > >>> > > >>> > sparc-sun-solaris2.11 4.1.1 4.2.1 2.3.2 > >>> > i386-pc-solaris2.10 4.1.1 4.2.1 2.3.2 > >>> > mips-sgi-irix6.5 3.4.5 4.3.0 2.3.2 > >>> > alpha-dec-osf4.0f 3.4.4 4.2.1 2.3.2 > >>> > > >>> > All t

Re: MPC version 0.8 released!

2009-11-05 Thread Kaveh R. Ghazi
From: "Dennis Clarke" > target GCC GMP MPFR > > sparc-sun-solaris2.11 4.1.1 4.2.1 2.3.2 > i386-pc-solaris2.10 4.1.1 4.2.1 2.3.2 > mips-sgi-irix6.5 3.4.5 4.3.0 2.3.2 > alpha-dec-osf4.0f 3.4.4 4.2.1 2.3.2 > > All tests passed everywhere. what about sparc-sun-solaris2.10 ? sparc-sun-solaris2.9 an