From patchwork Wed Mar 7 13:06:33 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Jelinek X-Patchwork-Id: 882598 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-474381-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="m3IgrEAw"; 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 3zxDSX0PM5z9scP for ; Thu, 8 Mar 2018 00:07:06 +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:date :from:to:cc:subject:message-id:reply-to:mime-version :content-type; q=dns; s=default; b=BuI1Q1/2AU9hbhiPrTOG4OgXYj0dI 8ImTTh6OAJi5QiXglqnmwsV2ewumDkMw5LuQbyPpII0NReQUj5KoBTF+026Mo/wY laHXBVFuFRohBt8LriY3PHkbb6xJ7N+chMJ3ey8fa8MxxgJcMsd8hQD1sCGZvk9e b48wHjYwfb1u8Q= 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:reply-to:mime-version :content-type; s=default; bh=M6j1nCMTlegDOREsy47P2xPS+Mo=; b=m3I grEAwFpHw2LDibDY9sLGMyqql7kKni3xPKxuNPjd05F8X28lKfHYYss4Rxv9sW21 XWgbUYKENqsBde35tc+VTI5YX/qfRnAjaMAuMdcb1JAxE/7ZiCfB63b+c7kZWFKq ujJttZZoR2cWSE4O33zEJe6mwo9WajpH2USZYtAU= Received: (qmail 69535 invoked by alias); 7 Mar 2018 13:06:59 -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 69153 invoked by uid 89); 7 Mar 2018 13:06:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=10-15, dozen, watson, Watson X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 07 Mar 2018 13:06:57 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7020B40252F0; Wed, 7 Mar 2018 13:06:49 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-204-35.brq.redhat.com [10.40.204.35]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5D4872026980; Wed, 7 Mar 2018 13:06:45 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id w27D6f2S019938; Wed, 7 Mar 2018 14:06:42 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id w27D6Xp6019937; Wed, 7 Mar 2018 14:06:33 +0100 Date: Wed, 7 Mar 2018 14:06:33 +0100 From: Jakub Jelinek To: gcc-patches@gcc.gnu.org Cc: Martin =?utf-8?b?TGnFoWth?= , David Malcolm , Marek Polacek , Jonathan Wakely , Vladimir Makarov , su@cs.ucdavis.edu, zsojka@seznam.cz, gscfq@t-online.de, reichelt@gcc.gnu.org, asolokha@gmx.com, chengniansun@gmail.com, helloqirun@gmail.com, vegard.nossum@gmail.com Subject: [PATCH] Add a few new contrib.texi entries, especially for people who perform GCC fuzzy testing and report bugs Message-ID: <20180307130633.GD5867@tucnak> Reply-To: Jakub Jelinek MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) X-IsSubscribed: yes Hi! As appreciation of the hard work of people doing fuzzy testing of GCC and reporting high quality bugs, I'd like to list them in contrib.texi. This patch just lists them in the GCC testing group, shall we have a special sub-list for the fuzzy testing? The patch also adds or updates a couple of other entries, but I'm sure I've missed many people in both the testing and GCC development categories, for which I apologize. We can always have incremental patches, contrib.texi is helplessly obsolete anyway and for many doesn't reflect last 10-15 years of work at all. We should also add entries for people reporting lots of bugs even if it is not from fuzzy testing. Anyway, ok for trunk? Are all people on the CC ok with them being listed in there (reply privately if needed)? 2018-03-07 Jakub Jelinek * doc/contrib.texi: Add entries for Martin Liska, David Malcolm, Marek Polacek, extend Vladimir Makarov's and Jonathan Wakely's entry and add entries for people that perform GCC fuzzy testing and report numerous bugs. Jakub --- gcc/doc/contrib.texi.jj 2018-01-03 10:20:21.699538202 +0100 +++ gcc/doc/contrib.texi 2018-03-07 13:44:15.155724282 +0100 @@ -586,6 +586,10 @@ Chen Liqin for various S+core related fi maintaining the S+core port. @item +Martin Liska for his work on identical code folding, the sanitizers, +HSA and general bug fixing. + +@item Weiwen Liu for testing and various bug fixes. @item @@ -615,8 +619,13 @@ various code generation improvements, wo @item Vladimir Makarov for hacking some ugly i960 problems, PowerPC hacking improvements to compile-time performance, overall knowledge and -direction in the area of instruction scheduling, and design and -implementation of the automaton based instruction scheduler. +direction in the area of instruction scheduling, design and +implementation of the automaton based instruction scheduler and +design and implementation of the integrated and local register allocators. + +@item +David Malcolm for his work on improving GCC diagnostics, JIT, self-tests +and unit testing. @item Bob Manson for his behind the scenes work on dejagnu. @@ -784,6 +793,10 @@ out lots of problems we need to solve, m taking care of documentation maintenance in general. @item +Marek Polacek for his work on the C front end, the sanitizers and general +bug fixing. + +@item Andrew Pinski for processing bug reports by the dozen. @item @@ -1050,7 +1063,7 @@ Andrew Waterman for contributing the RIS @item Jonathan Wakely for contributing libstdc++ Doxygen notes and XHTML -guidance. +guidance and maintaining libstdc++. @item Dean Wakerley for converting the install documentation from HTML to texinfo @@ -1653,6 +1666,9 @@ Pekka Nikander Rick Niles @item +Vegard Nossum + +@item Jon Olson @item @@ -1671,6 +1687,12 @@ Derk Reefman David Rees @item +John Regehr + +@item +Volker Reichelt + +@item Paul Reilly @item @@ -1698,12 +1720,27 @@ David Schuler Vin Shelton @item +Zdenek Sojka + +@item +Arseny Solokha + +@item Tim Souder @item +Gerhard Steinmetz + +@item +Zhendong Su + +@item Adam Sulmicki @item +Chengnian Sun + +@item Bill Thorson @item @@ -1722,6 +1759,9 @@ Ian Watson David E. Young @item +Qirun Zhang + +@item And many others @end itemize