From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17497 invoked by alias); 9 Jul 2007 08:57:29 -0000 Received: (qmail 17488 invoked by uid 22791); 9 Jul 2007 08:57:28 -0000 X-Spam-Check-By: sourceware.org Received: from nikam-dmz.ms.mff.cuni.cz (HELO nikam.ms.mff.cuni.cz) (195.113.20.16) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 09 Jul 2007 08:57:24 +0000 Received: from localhost (campfire.ms.mff.cuni.cz [195.113.18.99]) by nikam.ms.mff.cuni.cz (Postfix) with ESMTP id D96D75B83B; Mon, 9 Jul 2007 10:57:21 +0200 (CEST) Received: by localhost (Postfix, from userid 29025) id CF6DBE3498; Mon, 9 Jul 2007 10:57:21 +0200 (CEST) Date: Mon, 09 Jul 2007 09:03:00 -0000 From: Zdenek Dvorak To: gcc-patches@gcc.gnu.org Cc: dnovillo@google.com Subject: Patch ping Message-ID: <20070709085721.GA11193@kam.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg00757.txt.bz2 Hello, http://gcc.gnu.org/ml/gcc-patches/2007-06/msg01339.html -- first patch for the parloop branch merge http://gcc.gnu.org/ml/gcc-patches/2007-06/msg01322.html -- moves loop exit updating to remove_edge (one of changes to enable loop structures to be preserved over more optimization passes) Zdenek