From patchwork Wed Jul 7 18:09:47 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 58139 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 04ECCB6EF7 for ; Thu, 8 Jul 2010 04:10:06 +1000 (EST) Received: (qmail 5584 invoked by alias); 7 Jul 2010 18:09:59 -0000 Received: (qmail 5402 invoked by uid 22791); 7 Jul 2010 18:09:57 -0000 X-SWARE-Spam-Status: No, hits=0.0 required=5.0 tests=AWL, BAYES_00, FREEMAIL_REPLYTO, NO_DNS_FOR_FROM, T_RP_MATCHES_RCVD, T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mga02.intel.com (HELO mga02.intel.com) (134.134.136.20) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Jul 2010 18:09:52 +0000 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 07 Jul 2010 11:09:00 -0700 X-ExtLoop1: 1 Received: from gnu-6.sc.intel.com ([10.3.194.135]) by orsmga001.jf.intel.com with ESMTP; 07 Jul 2010 11:09:50 -0700 Received: by gnu-6.sc.intel.com (Postfix, from userid 500) id 954CA2025B; Wed, 7 Jul 2010 11:09:47 -0700 (PDT) Date: Wed, 7 Jul 2010 11:09:47 -0700 From: "H.J. Lu" To: gcc-patches@gcc.gnu.org Cc: Sebastian Pop Subject: PATCH: Mention ix86/gcc-4_5-branch Message-ID: <20100707180947.GA31092@intel.com> Reply-To: "H.J. Lu" MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-12-10) Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Hi, I created ix86/gcc-4_5-branch. Here is a patch for svn.html. OK to check in? Thanks. H.J. Index: svn.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v retrieving revision 1.151 diff -u -p -r1.151 svn.html --- svn.html 1 Jul 2010 09:06:08 -0000 1.151 +++ svn.html 7 Jul 2010 18:07:46 -0000 @@ -363,6 +363,15 @@ the command svn log --stop-on-copy Patches should be marked with the tag [AVX] in the subject line. +
ix86/gcc-4_5-branch
+
The goal of this branch is to backport support from trunk for + newer ix86 processors from AMD and Intel. It will track + 4.5 branch with periodic merge from 4.5 branch. The current + maintainers are Sebastian Pop + <sebpop@gmail.com> + and H.J. Lu + <hjl.tools@gmail.com>.
+
ix86/gcc-4_4-branch
The goal of this branch is to add support for newer ix86 processors such as AMD's Shanghai and Intel's Atom to GCC 4.4.x. The current maintainers