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

[tuples] Call for help converting passes

2008-02-10 Thread Diego Novillo
The tuples branch is now in a state where code generation kind of works well enough that it's possible to do some limited testing. There are three big components that are still not totally functional: EH lowering, OpenMP and mudflap. Aldy is finishing OpenMP and I will be debugging the EH problems