From patchwork Mon Apr 20 22:07:39 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Segher Boessenkool X-Patchwork-Id: 462923 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 6FE5B14009B for ; Tue, 21 Apr 2015 08:07:53 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass reason="1024-bit key; unprotected key" header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=bGY2OPl/; dkim-adsp=none (unprotected policy); dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; q=dns; s=default; b=v2W4g8O6rBI1SCYha 5BviLwlcGG8bgyquCY76lOxMXdXNzqqMVVk0OHwhhOCfy+MuOY5/FWb+arXeud/J B2ZikbVQ9mCtzRdL4YkBHKPLup9HoZfq8H+0eF92ZE0cxuU9z9vDik6vr+FGrWmK cQrdre/KeayrdCIum0HIR6Wsp0= 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:date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=default; bh=LCI8rRdkxGxlFIkkkwmkU8i K1Qg=; b=bGY2OPl/2BD7wN4svfsqw8Djdttn5ufU6MbGtHx66ov9XISH4nbaXk0 DNNOSkxzZOIw1fKsHyEre3FFxxQVVjacc0VfrCFsipfm+v6i+dKqLnn22WOeY+kP 4ajXrPTeli3oRhczz5SOro3H/QuKxgnj0DTeRtK/KVOVYFBUopXY= Received: (qmail 45042 invoked by alias); 20 Apr 2015 22:07:46 -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 45033 invoked by uid 89); 20 Apr 2015 22:07:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, SPF_HELO_PASS, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 20 Apr 2015 22:07:43 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id t3KM7dWm013329; Mon, 20 Apr 2015 17:07:40 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id t3KM7dp8013328; Mon, 20 Apr 2015 17:07:39 -0500 Date: Mon, 20 Apr 2015 17:07:39 -0500 From: Segher Boessenkool To: Jeff Law Cc: gcc-patches@gcc.gnu.org Subject: Re: Announcing Segher Boessenkool as combine.c maintainer Message-ID: <20150420220739.GA8146@gate.crashing.org> References: <5535537F.90702@redhat.com> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <5535537F.90702@redhat.com> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes On Mon, Apr 20, 2015 at 01:29:03PM -0600, Jeff Law wrote: > Segher, can you please add yourself to the MAINTAINERS file for the > additional role. Done as this. Cheers, Segher 2015-04-20 Segher Boessenkool * MAINTAINERS (Various Maintainers): Add myself as instruction combiner maintainer. diff --git a/MAINTAINERS b/MAINTAINERS index 00771e7..19c8927 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -250,6 +250,7 @@ reload Ulrich Weigand reload Bernd Schmidt dfp.c, related Ben Elliston RTL optimizers Eric Botcazou +instruction combiner Segher Boessenkool auto-vectorizer Richard Biener auto-vectorizer Zdenek Dvorak loop infrastructure Zdenek Dvorak