From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2527 invoked by alias); 21 Jun 2004 17:38:30 -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 2257 invoked from network); 21 Jun 2004 17:38:28 -0000 Received: from unknown (HELO e3.ny.us.ibm.com) (32.97.182.103) by sourceware.org with SMTP; 21 Jun 2004 17:38:28 -0000 Received: from northrelay02.pok.ibm.com (northrelay02.pok.ibm.com [9.56.224.150]) by e3.ny.us.ibm.com (8.12.10/8.12.2) with ESMTP id i5LHcRc6389940 for ; Mon, 21 Jun 2004 13:38:27 -0400 Received: from d27mc103.rchland.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by northrelay02.pok.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id i5LHdYeP066218 for ; Mon, 21 Jun 2004 13:39:35 -0400 Subject: patch ping To: gcc-patches@gcc.gnu.org Message-ID: From: Pat Haugen Date: Mon, 21 Jun 2004 22:57:00 -0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-SW-Source: 2004-06/txt/msg01687.txt.bz2 The following patches fix problems with not maintaining profile counts correctly when modifying the CFG. http://gcc.gnu.org/ml/gcc-patches/2004-05/msg01558.html Fix for value profile transformations. http://gcc.gnu.org/ml/gcc-patches/2004-05/msg01595.html Fix edge redirection in make_forwarder_block. http://gcc.gnu.org/ml/gcc-patches/2004-05/msg01850.html Fix for split_block which was regressed with tree-ssa merge. -Pat