From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12063 invoked by alias); 19 Dec 2012 02:03:35 -0000 Received: (qmail 12053 invoked by uid 22791); 19 Dec 2012 02:03:34 -0000 X-SWARE-Spam-Status: No, hits=-4.0 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 19 Dec 2012 02:03:28 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1Tl90I-0007fx-85 from Maxim_Kuvyrkov@mentor.com ; Tue, 18 Dec 2012 18:03:26 -0800 Received: from SVR-IES-FEM-02.mgc.mentorg.com ([137.202.0.106]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Tue, 18 Dec 2012 18:03:26 -0800 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-02.mgc.mentorg.com (137.202.0.106) with Microsoft SMTP Server id 14.1.289.1; Wed, 19 Dec 2012 02:03:23 +0000 From: Maxim Kuvyrkov Content-Type: multipart/mixed; boundary="Apple-Mail=_ED9E2063-5BF1-452B-8BDE-CCB381ECACC7" Subject: [PATCH, wwwdocs] Add a note for performance improvements for MIPS/XLP Date: Wed, 19 Dec 2012 02:03:00 -0000 Message-ID: <76877FE1-07A0-4FA8-8D52-D0680FFC9842@codesourcery.com> CC: Gerald Pfeifer To: GCC Patches MIME-Version: 1.0 (Apple Message framework v1283) 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: 2012-12/txt/msg01165.txt.bz2 --Apple-Mail=_ED9E2063-5BF1-452B-8BDE-CCB381ECACC7 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="us-ascii" Content-length: 217 The attached patch adds a release note for performance improvements for Bro= adcom XLP processors (MIPS architecture) that went into GCC 4.8. OK to apply? Thanks, -- Maxim Kuvyrkov CodeSourcery / Mentor Graphics --Apple-Mail=_ED9E2063-5BF1-452B-8BDE-CCB381ECACC7 Content-Disposition: attachment; filename="xlp-performance.patch" Content-Type: application/octet-stream; x-unix-mode=0644; name="xlp-performance.patch" Content-Transfer-Encoding: 7bit Content-length: 736 Index: htdocs/gcc-4.8/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.72 diff -u -p -r1.72 changes.html --- htdocs/gcc-4.8/changes.html 17 Dec 2012 10:46:55 -0000 1.72 +++ htdocs/gcc-4.8/changes.html 19 Dec 2012 02:00:03 -0000 @@ -416,6 +416,7 @@ B b(42); // OK
  • GCC now passes the -mmcu and -mno-mcu options to the assembler.
  • Support for the R4700 has been added.
  • +
  • GCC now generates better code for Broadcom XLP processors thanks to improvements in scheduling and atomic builtins support.
  • PowerPC / PowerPC64 / RS6000

    --Apple-Mail=_ED9E2063-5BF1-452B-8BDE-CCB381ECACC7--