From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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-Archive: List-Post: List-Help: Sender: gcc-patches-owner@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 20:34:00 -0000 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 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00534.txt.bz2 ...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.