From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14344 invoked by alias); 23 Apr 2004 11:08:38 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 14331 invoked from network); 23 Apr 2004 11:08:38 -0000 Received: from unknown (HELO atrey.karlin.mff.cuni.cz) (195.113.31.123) by sources.redhat.com with SMTP; 23 Apr 2004 11:08:38 -0000 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 29025) id 92ABE4C0463; Fri, 23 Apr 2004 13:08:37 +0200 (CEST) Date: Fri, 23 Apr 2004 11:08:00 -0000 From: Zdenek Dvorak To: gcc-patches@gcc.gnu.org Subject: Patch ping Message-ID: <20040423110837.GB12376@atrey.karlin.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i X-SW-Source: 2004-04/txt/msg01561.txt.bz2 Hello, http://gcc.gnu.org/ml/gcc-patches/2004-04/msg00177.html -- enables unrolling of loops with <= n exit condition http://gcc.gnu.org/ml/gcc-patches/2004-04/msg00802.html -- [tree-ssa] fixes kill_redundant_phi_nodes http://gcc.gnu.org/ml/gcc-patches/2004-03/msg01148.html -- the patch to prevent code with -fprofile-arcs and -fbranch-probabilities from diverging before the profile feedback pass (which may cause profile missmatches) http://gcc.gnu.org/ml/gcc-patches/2004-03/msg01150.html -- speculative prefetching http://gcc.gnu.org/ml/gcc-patches/2004-03/msg02335.html -- tsp based bb reordering Zdenek