From patchwork Sun Oct 13 08:44:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dimitar Dimitrov X-Patchwork-Id: 1175820 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-510861-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=dinux.eu Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="f9NVSt+2"; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=dinux.eu header.i=@dinux.eu header.b="h+FX1Hfq"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46rZyr2Fnwz9s7T for ; Sun, 13 Oct 2019 19:45:37 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:mime-version :content-transfer-encoding; q=dns; s=default; b=G/AM4hjSNxoXmFgw htF0k0E6YXBqc/i9wwJH/XITdcMaGNI5T5PEXGkr3y/WAiCEk4E9DbmGywYucgAw WBmbjVpuupmpJthPGMyLvBDxCxvRjJieEs7OLGbAbuKlGCas5qxUAVHZh9Ojw3vQ wJtifCx8skdbfPwLXJsXK6cI/J4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=default; bh=KLrSMuWOpMtCt/ySRFxfmP Ybuac=; b=f9NVSt+2eizFOhvOzBdCECOUJmJtGqAbdBX17oTSlLcAh3oggVyN6b 468qj48M93dfbFUJSgdIJnPhXZZYj3mLQwZD/odVRASSZHZOp5YHJW2gXi7Sx9as S3aj+WOBBVH7M6V/o8+Si0755DpEu+XyupiaFEUTL5/Mx3gUJyao0= Received: (qmail 129014 invoked by alias); 13 Oct 2019 08:45:24 -0000 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 Received: (qmail 128962 invoked by uid 89); 13 Oct 2019 08:45:19 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-12.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=UD:eu, contrib, H*F:D*eu, HContent-Transfer-Encoding:8bit X-HELO: server28.superhosting.bg Received: from server28.superhosting.bg (HELO server28.superhosting.bg) (217.174.156.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 13 Oct 2019 08:45:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dinux.eu; s=default; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject: Cc:To:From:Sender:Reply-To:Content-Type:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=DPO56eJCxAu5Qq1pE9ii8IGnAhNw/jlDKFb8t+8Wlq4=; b=h+FX1HfqSkM6fy/oAjJi196OdL +4VZ3hL7p7xtwbogk7ByhqDa16+V/ZllxdLuhdgn7Gp+qRcB9aBV8oEQahTuSo+pWkKd2v1gnnC3o EM85+xZ1Iu5/xXCB6uP9ytNx4O0XhOsK6ZfHHo+sO31Ydkj3Hf1KEeF3AQmapPSEVXBHoN8etdVGx GZPYrMExRmPbKplhL1HN5CJeOzxeQZrI7y4hSRetGkzBtppaJ9najO/24Oc4TBKNmqOlGOBjvu9R0 6bM/nPaNwoODULEGKzaJvj3ORSOkkOFPxOSV0SWEXy4XXR6qQLG6Q/GxY18sgbX4L+nVMrW2Xqnvt 9FfP651w==; Received: from [95.87.234.74] (port=45180 helo=localhost.localdomain) by server28.superhosting.bg with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.92) (envelope-from ) id 1iJZUv-00041Y-BP; Sun, 13 Oct 2019 11:45:07 +0300 From: Dimitar Dimitrov To: gcc-patches@gcc.gnu.org Cc: Dimitar Dimitrov Subject: [PATCH 0/5] Assorted minor cleanups for PRU backend Date: Sun, 13 Oct 2019 11:44:49 +0300 Message-Id: <20191013084454.13878-1-dimitar@dinux.eu> MIME-Version: 1.0 X-OutGoing-Spam-Status: No, score=-1.0 X-IsSubscribed: yes Apart from the last change, these are all minor cleanups to the PRU backend. Dimitar Dimitrov (5): PRU: Fix comment to avoid fall through warning PRU: Simplify machine description PRU: Fix comment about R3/RA PRU: Remove TARGET_HARD_REGNO_CALL_PART_CLOBBERED Add pru to compare-all-tests contrib/compare-all-tests | 2 +- gcc/config/pru/pru.c | 80 +++++++-------------------------------- gcc/config/pru/pru.h | 8 +++- gcc/config/pru/pru.md | 6 +-- 4 files changed, 25 insertions(+), 71 deletions(-)