This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.5 Status (2004-08-29)
- From: Jan Hubicka <hubicka at ucw dot cz>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 30 Aug 2004 15:51:49 +0200
- Subject: Re: GCC 3.5 Status (2004-08-29)
- References: <4132641E.3030206@codesourcery.com>
>
> --
> Mark Mitchell
> CodeSourcery, LLC
> (916) 791-8304
> mark@codesourcery.com
>
>
> * Tree-based coverage [Hubicka]
Perhaps I should note that current RTL based coverage is now broken in
several interesting ways. I will see what can I do on both fronts
(putting things together to get tree coverage finished, perhaps disabled
by default, and try to fix the SSA optimizers to not mess up the CFG
structure too badly for RTL coverge) after finishing the other two
projects.
Honza
>
> * Aliasing improvements for structure fields [Berlin]
>
> * Value range propagation [Novillo]
>
> * CFG-based inliner [Hastings]
>
> * Vectorizer misaligned-loads support [Naishlos]
>
> * Vectorizer pattern recognition support [Naishlos]
>
> * If-conversion and vectorization of conditional code [Patel]
>
> * SMS improvements [Hagog, Markovitch]