From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31904 invoked by alias); 21 Mar 2006 21:26:27 -0000 Received: (qmail 31896 invoked by uid 22791); 21 Mar 2006 21:26:26 -0000 X-Spam-Check-By: sourceware.org Received: from atrey.karlin.mff.cuni.cz (HELO atrey.karlin.mff.cuni.cz) (195.113.31.123) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 21 Mar 2006 21:26:25 +0000 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 29025) id EEC674B40FB; Tue, 21 Mar 2006 22:26:22 +0100 (CET) Date: Tue, 21 Mar 2006 21:26:00 -0000 From: Zdenek Dvorak To: gcc-patches@gcc.gnu.org Subject: Patch ping Message-ID: <20060321212622.GA32535@atrey.karlin.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-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2006-03/txt/msg01344.txt.bz2 Hello, http://gcc.gnu.org/ml/gcc-patches/2006-01/msg01424.html -- patch for PR 23855, to produce more efficient and easier to optimize code for nested for-loops http://gcc.gnu.org/ml/gcc-patches/2006-03/msg00345.html -- makes affine combinations use the new double_int infrastructure Zdenek