From patchwork Tue Feb 14 17:40:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Walter Lee X-Patchwork-Id: 141152 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 67B9BB6FD6 for ; Wed, 15 Feb 2012 04:40:38 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1329846039; h=Comment: DomainKey-Signature:Received:Received:Received:Received: Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=B3e88F5 mpOdfASblZ1OYdrIxF1k=; b=pEzB97dbHyyt2ljzuqAN+JijjuvXz1ISU+8Io5Y fVhgXw8CQNmjf7bWXRnnYptEw13uosomnkbmZPTvbzHlz9SF98ogXf2j07+H3wKW cUrvXfNi7JPcwf/Aw5e6KXizRf+O70FmkKAbvkZQVIHaqMPZL55gnYZSl++U9Qrz rq4A= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=qdcBppoa4IMwWCcxy/yo/QJqwj4vbHiyAVqP1IrpPuEgjJBrGyPuMZcqp+ikZl 7jkWeRRUBsltd7Bbjs3UH2QUzI8u6GKiTfx2RBm6NNi209A2Nl4GU4aTjGtH1neU 6KJ1PULbN0X3g9tlvfOsfOhjL9uwR3YyVXOcBNkiyKUm4=; Received: (qmail 16675 invoked by alias); 14 Feb 2012 17:40:36 -0000 Received: (qmail 16664 invoked by uid 22791); 14 Feb 2012 17:40:34 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from usmamail.tilera.com (HELO USMAMAIL.TILERA.COM) (206.83.70.75) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Feb 2012 17:40:19 +0000 Received: from [192.168.1.130] (50.138.170.157) by USMAExch2.tad.internal.tilera.com (10.3.0.33) with Microsoft SMTP Server id 14.0.694.0; Tue, 14 Feb 2012 12:40:18 -0500 Message-ID: <4F3A9C81.40701@tilera.com> Date: Tue, 14 Feb 2012 12:40:17 -0500 From: Walter Lee User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: Subject: [wwwdocs] add information on TILE-Gx/TILEPro ports 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 This patch adds information on the Tile-Gx/TILEPro ports to wwwdocs. Ok to commit? (assuming I have commit rights which I have not tried.) Thanks, Walter Index: backends.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/backends.html,v retrieving revision 1.42 diff -u -p -r1.42 backends.html --- backends.html 5 Nov 2011 20:55:57 -0000 1.42 +++ backends.html 14 Feb 2012 17:24:36 -0000 @@ -99,6 +99,8 @@ sh | Q CB qr da sparc | Q CB qr p da spu | ? Q *C p g bd stormy16 | ???L FIC D l p m a +tilegx | S Q C q p g bda e +tilepro | S F C p g bda e v850 | ?? FI cp gm d s vax | M? I cp a e xtensa | ? C p bd Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.833 diff -u -p -r1.833 index.html --- index.html 12 Feb 2012 18:55:35 -0000 1.833 +++ index.html 14 Feb 2012 17:24:36 -0000 @@ -53,6 +53,11 @@ mission statement.

+
TILE-Gx and TILEPro processor support + [2012-02-14]
+
Ports for the TILE-Gx and TILEPro families of processors have been +contributed by Tilera.
+
Atomic memory model support [2011-11-06]
C++11/C11 memory model Index: readings.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.216 diff -u -p -r1.216 readings.html --- readings.html 5 Nov 2011 20:55:57 -0000 1.216 +++ readings.html 14 Feb 2012 17:24:36 -0000 @@ -263,6 +263,16 @@ Intel®64 and IA-32 Architectures Sof
Acronym stands for: Scalable Processor ARChitecture +
  • tilegx +
    Manufacturer: Tilera +
    Documentation +
  • + +
  • tilepro +
    Manufacturer: Tilera +
    Documentation +
  • +
  • v850
    Manufacturer: NEC
  • Index: gcc-4.7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.82 diff -u -p -r1.82 changes.html --- gcc-4.7/changes.html 13 Feb 2012 21:57:31 -0000 1.82 +++ gcc-4.7/changes.html 14 Feb 2012 17:24:37 -0000 @@ -715,6 +715,11 @@ well.

    default on UltraSPARC T3 (Niagara 3) and later CPUs. +

    TILE-Gx/TILEPro

    +
      +
    • Support has been added for the Tilera TILE-Gx and TILEPro families of + processors.
    • +