Re: [tuples] Call for help converting passes

2008-02-11 Thread Diego Novillo
On Mon, Feb 11, 2008 at 2:50 PM, Zdenek Dvorak <[EMAIL PROTECTED]> wrote: > I will take care of the loop optimizer passes. Awesome. Thanks! Diego.

Re: [tuples] Call for help converting passes

2008-02-11 Thread Zdenek Dvorak
Hi, > Everything else should work well enough for passes to be converted. > If anyone has some free cycles and are willing to put up with various > broken bits, would you be willing to help converting passes? There is > a list of the passes that need conversion in the tuples wiki > (http://gcc.gn

Re: tuples: call for help

2007-05-19 Thread Aldy Hernandez
> >The pretty print routines could definitely use a lot of cases > >(dump_gimple_stmt), and the work is very self contained. > > So I took a look at this the other day, and you seem to have at least > every case that has accessors. > > Did you want me to write accessors for the other types and th

Re: tuples: call for help

2007-05-18 Thread Daniel Berlin
On 5/7/07, Aldy Hernandez <[EMAIL PROTECTED]> wrote: Hi Dan. Hi folks. People (ok, so it was Dan) had asked if there was anything they could do to help the tuples effort. The pretty print routines could definitely use a lot of cases (dump_gimple_stmt), and the work is very self contained. So