From d345897dad01f8f591eb2ecb47592991f4e30ea7 Mon Sep 17 00:00:00 2001 From: jakub Date: Wed, 7 Mar 2018 21:59:09 +0000 Subject: [PATCH] * doc/contrib.texi: Add entries for Martin Liska, David Malcolm, Marek Polacek, extend Vladimir Makarov's, Jonathan Wakely's and Volker Reichelt's entry and add entries for people that perform GCC fuzzy testing and report numerous bugs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@258342 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 7 +++++++ gcc/doc/contrib.texi | 51 +++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 54 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 666985ef002..9c7dd744f02 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2018-03-07 Jakub Jelinek + + * doc/contrib.texi: Add entries for Martin Liska, David Malcolm, + Marek Polacek, extend Vladimir Makarov's, Jonathan Wakely's and + Volker Reichelt's entry and add entries for people that perform + GCC fuzzy testing and report numerous bugs. + 2018-03-07 Segher Boessenkool PR target/82411 diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index de92452ac86..a7af65b7549 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -586,6 +586,11 @@ Chen Liqin for various S+core related fixes/improvement, and for maintaining the S+core port. @item +Martin Liska for his work on identical code folding, the sanitizers, +HSA, general bug fixing and for running automated regression testing of GCC +and reporting numerous bugs. + +@item Weiwen Liu for testing and various bug fixes. @item @@ -615,8 +620,13 @@ various code generation improvements, work on the global optimizer, etc. @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. @@ -736,6 +746,10 @@ engine setup, various documentation fixes and other small fixes. Geoff Noer for his work on getting cygwin native builds working. @item +Vegard Nossum for running automated regression testing of GCC and reporting +numerous bugs. + +@item Diego Novillo for his work on Tree SSA, OpenMP, SPEC performance tracking web pages, GIMPLE tuples, and assorted fixes. @@ -784,6 +798,10 @@ out lots of problems we need to solve, maintenance of the web pages, and 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 @@ -805,7 +823,12 @@ David Reese of Sun Microsystems contributed to the Solaris on PowerPC port. @item -Volker Reichelt for keeping up with the problem reports. +John Regehr for running automated regression testing of GCC and reporting +numerous bugs. + +@item +Volker Reichelt for running automated regression testing of GCC and reporting +numerous bugs and for keeping up with the problem reports. @item Joern Rennecke for maintaining the sh port, loop, regmove & reload @@ -947,6 +970,10 @@ Zdenek Sojka for running automated regression testing of GCC and reporting numerous bugs. @item +Arseny Solokha for running automated regression testing of GCC and reporting +numerous bugs. + +@item Jayant Sonar for contributing the CR16 port. @item @@ -960,6 +987,10 @@ Jan Stein of the Chalmers Computer Society provided support for Genix, as well as part of the 32000 machine description. @item +Gerhard Steinmetz for running automated regression testing of GCC and reporting +numerous bugs. + +@item Nigel Stephens for various mips16 related fixes/improvements. @item @@ -979,6 +1010,14 @@ recently his vxworks contributions Jeff Sturm for Java porting help, bug fixes, and encouragement. @item +Zhendong Su for running automated regression testing of GCC and reporting +numerous bugs. + +@item +Chengnian Sun for running automated regression testing of GCC and reporting +numerous bugs. + +@item Shigeya Suzuki for this fixes for the bsdi platforms. @item @@ -1050,7 +1089,7 @@ Andrew Waterman for contributing the RISC-V port, as well as maintaining it. @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 @@ -1128,6 +1167,10 @@ Kevin Zachmann helped port GCC to the Tahoe. Ayal Zaks for Swing Modulo Scheduling (SMS). @item +Qirun Zhang for running automated regression testing of GCC and reporting +numerous bugs. + +@item Xiaoqiang Zhang for work on GNU Fortran. @item -- 2.11.4.GIT