From patchwork Sun Apr 12 20:34:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 460554 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 5260C140134 for ; Mon, 13 Apr 2015 06:34:20 +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=KKT0ddhF; 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:mime-version:content-type; q=dns; s=default; b=pYPP4brEWnTcgJCcl7SKYV9GjOpg2yq96upsyhyleG31OP6RjS u2u7L3dw9md6dvadXCTo4HR6xzDW/AqIgJno9I4NN5QRyWbaHirqVoUg98wj7FP4 Y2U1MaeDAPbKE3A9TCl+HV3KjfcUiZ2iIElV2+naQJG+JJZ4JPF9H7hOc= 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:mime-version:content-type; s= default; bh=xuo/wq1Kipvd/hNJb9Imv+sOF/c=; b=KKT0ddhFqmi04wo17kGs fKqGcjGcdJb8wrKol2eheZczoItcFG6RxyWorJ+9WxXtwZ3yrFrVnD+QMLhrLpCE NasOXftxnCEIauT3BWsUVjSU7LgR1WYy4ZWiXklkiuppIXlyOMaYOol9CpKvFqd4 +Ovb83+7chOyPnD+RSjUNbM= Received: (qmail 80535 invoked by alias); 12 Apr 2015 20:34:13 -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 80521 invoked by uid 89); 12 Apr 2015 20:34:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00, SPF_PASS autolearn=ham version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 12 Apr 2015 20:34:11 +0000 Received: from tuna.dhcp.nue.suse.com (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id CE7D13F41D; Sun, 12 Apr 2015 16:34:07 -0400 (EDT) Date: Sun, 12 Apr 2015 22:34:06 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, Jan Hubicka , Jakub Jelinek cc: Martin Jambor , Michael Matz Subject: [doc] Add Martin Jambor and Michael Matz to contrib.texi Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes ...a Honza/Gerald co-production. :-) Applied. Jakub, is this (and another one I should have in the next few days) okay to backport even after RC1? Gerald 2015-04-12 Jan Hubicka Gerald Pfeifer * doc/contrib.texi (Contributors): Add Martin Jambor and Michael Matz. Index: doc/contrib.texi =================================================================== --- doc/contrib.texi (revision 222022) +++ doc/contrib.texi (working copy) @@ -434,6 +434,10 @@ Andreas Jaeger for testing and benchmarking of GCC and various bug fixes. @item +Martin Jambor for his work on inter-procedural optimizations, the +switch conversion pass, and scalar replacement of aggregates. + +@item Jakub Jelinek for his SPARC work and sibling call optimizations as well as lots of bug fixes and test cases, and for improving the Java build system. @@ -605,6 +609,10 @@ improvements, and string clean up and testsuites. @item +Michael Matz for his work on dominance tree discovery, the x86-64 port, +link-time optimization framework and general optimization improvements. + +@item All of the Mauve project @uref{http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/mauve/THANKS?rev=1.2&cvsroot=mauve&only_with_tag=HEAD,,contributors}, for Java test code.