From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31224 invoked by alias); 18 Aug 2014 19:42:01 -0000 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 Received: (qmail 31212 invoked by uid 89); 18 Aug 2014 19:42:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 18 Aug 2014 19:41:59 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7IJfwqs029151 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 18 Aug 2014 15:41:58 -0400 Received: from [10.3.225.89] (vpn-225-89.phx2.redhat.com [10.3.225.89]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s7IJfvTZ025688; Mon, 18 Aug 2014 15:41:57 -0400 Message-ID: <1408390730.2473.47.camel@surprise> Subject: Re: [PATCH 004/236] PHASE 1: Initial "scaffolding" commits From: David Malcolm To: Jeff Law Cc: gcc-patches@gcc.gnu.org Date: Mon, 18 Aug 2014 19:42:00 -0000 In-Reply-To: <53EA7F59.1070704@redhat.com> References: <1407345815-14551-1-git-send-email-dmalcolm@redhat.com> <1407345815-14551-5-git-send-email-dmalcolm@redhat.com> <53EA7F59.1070704@redhat.com> Content-Type: multipart/mixed; boundary="=-/QxFqPpQ/99zAV3582OB" Mime-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg01788.txt.bz2 --=-/QxFqPpQ/99zAV3582OB Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Content-length: 498 On Tue, 2014-08-12 at 14:55 -0600, Jeff Law wrote: > On 08/06/14 11:19, David Malcolm wrote: > > This commit is a placeholder for me when rebasing, to help organize the > > patch kit. > > > > / > > * rtx-classes-status.txt: New file > OK. For those who may be watching, patch #236 removes this file. > Thanks. I've committed this to trunk as r214116; I took the liberty of updating the header text in the file to better clarify the purpose of the file; am attaching what I actually committed. --=-/QxFqPpQ/99zAV3582OB Content-Disposition: attachment; filename="214116.patch" Content-Type: text/x-patch; name="214116.patch"; charset="UTF-8" Content-Transfer-Encoding: 7bit Content-length: 1147 Index: ChangeLog =================================================================== --- ChangeLog (revision 214115) +++ ChangeLog (revision 214116) @@ -1,3 +1,7 @@ +2014-08-18 David Malcolm + + * rtx-classes-status.txt: New file + 2014-08-18 Roman Gareev * configure.ac: Eliminate ClooG installation dependency. Index: rtx-classes-status.txt =================================================================== --- rtx-classes-status.txt (revision 0) +++ rtx-classes-status.txt (revision 214116) @@ -0,0 +1,13 @@ +This file tracks the status of the merger of the +"Introduce rtx subclasses" patches, and is slated for removal once all +are merged. + +See https://gcc.gnu.org/ml/gcc-patches/2014-08/msg00498.html for more +information. + +Phase 1: initial "scaffolding" commits: IN PROGRESS +Phase 2: per-file commits in main source dir: TODO +Phase 3: per-file commits within "config" subdirs: TODO +Phase 4: removal of "scaffolding": TODO +Phase 5: additional rtx_def subclasses: TODO +Phase 6: use extra rtx_def subclasses: TODO --=-/QxFqPpQ/99zAV3582OB--