From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124468 invoked by alias); 20 Jul 2015 16:05:05 -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 124450 invoked by uid 89); 20 Jul 2015 16:05:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: gcc1-power7.osuosl.org Received: from gcc1-power7.osuosl.org (HELO gcc1-power7.osuosl.org) (140.211.15.137) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 20 Jul 2015 16:05:03 +0000 Received: from gcc1-power7.osuosl.org (localhost [127.0.0.1]) by gcc1-power7.osuosl.org (8.14.6/8.14.6) with ESMTP id t6KG51Fw047110; Mon, 20 Jul 2015 09:05:01 -0700 Received: (from segher@localhost) by gcc1-power7.osuosl.org (8.14.6/8.14.6/Submit) id t6KG4t1j046982; Mon, 20 Jul 2015 09:04:55 -0700 From: Segher Boessenkool To: gcc-patches@gcc.gnu.org Cc: dje.gcc@gmail.com, Segher Boessenkool Subject: [PATCH 0/3] rs6000: Some updates for rotate etc. Date: Mon, 20 Jul 2015 16:13:00 -0000 Message-Id: X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg01664.txt.bz2 Hi all, Two updates for the rotate revamp, and a third patch that won't apply without it. I'll fold the first two together with the big patch, if approved. Everything bootstrapped and tested on powerpc64-linux, as usual; no regressions. Segher Segher Boessenkool (3): Doc fixes for rot Fix shift amount (GPR->SI) lt0_disi gcc/config/rs6000/constraints.md | 2 +- gcc/config/rs6000/rs6000.md | 35 +++++++++++++++++++++++------------ gcc/doc/md.texi | 12 ------------ 3 files changed, 24 insertions(+), 25 deletions(-) -- 1.8.1.4