summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/doc/contrib.texi
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/doc/contrib.texi')
-rw-r--r--contrib/gcc/doc/contrib.texi78
1 files changed, 55 insertions, 23 deletions
diff --git a/contrib/gcc/doc/contrib.texi b/contrib/gcc/doc/contrib.texi
index 966d3ec..38eef90 100644
--- a/contrib/gcc/doc/contrib.texi
+++ b/contrib/gcc/doc/contrib.texi
@@ -1,4 +1,4 @@
-@c Copyright (C) 1988,1989,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001
+@c Copyright (C) 1988,1989,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002
@c Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c For copying conditions, see the file gcc.texi.
@@ -25,6 +25,9 @@ Analog Devices helped implement the support for complex data types
and iterators.
@item
+John David Anglin for improvements to libstdc++-v3 and the HP-UX port.
+
+@item
James van Artsdalen wrote the code that makes efficient use of
the Intel 80387 register stack.
@@ -69,6 +72,9 @@ Joe Buck for his direction via the steering committee.
Craig Burley for leadership of the Fortran effort.
@item
+Paolo Carlini for his work on libstdc++-v3.
+
+@item
John Carr for his alias work, SPARC hacking, infrastructure improvements,
previous contributions to the steering committee, loop optimizations, etc.
@@ -77,7 +83,7 @@ Steve Chamberlain wrote the support for the Hitachi SH and H8 processors
and the PicoJava processor.
@item
-Scott Christley for his ObjC contributions.
+Scott Christley for his Objective-C contributions.
@item
Branko Cibej for more warning contributions.
@@ -182,9 +188,10 @@ fixes.
Kate Hedstrom for staking the g77 folks with an initial testsuite.
@item
-Richard Henderson for his ongoing SPARC and alpha work, loop opts, and
-generally fixing lots of old problems we've ignored for years, flow
-rewrite and lots of stuff I've forgotten.
+Richard Henderson for his ongoing SPARC, alpha, and ia32 work, loop
+opts, and generally fixing lots of old problems we've ignored for
+years, flow rewrite and lots of further stuff, including reviewing
+tons of patches.
@item
Nobuyuki Hikichi of Software Research Associates, Tokyo, contributed
@@ -207,13 +214,18 @@ Christian Iseli for various bugfixes.
Kamil Iskra for general m68k hacking.
@item
-Lee Iverson for random fixes and mips testing.
+Lee Iverson for random fixes and MIPS testing.
@item
Andreas Jaeger for various fixes to the MIPS port
@item
-Jakub Jelinek for his SPARC work and sibling call optimizations.
+Jakub Jelinek for his SPARC work and sibling call optimizations as well
+as lots of bug fixes and test cases.
+
+@item
+Janis Johnson for ia64 testing and fixes and for her quality improvement
+sidetracks.
@item
J. Kean Johnston for OpenServer support.
@@ -225,7 +237,8 @@ Klaus Kaempf for his ongoing work to make alpha-vms a viable target.
David Kashtan of SRI adapted GCC to VMS@.
@item
-Geoffrey Keating for his ongoing work to make the PPC work for Linux.
+Geoffrey Keating for his ongoing work to make the PPC work for GNU/Linux
+and his automatic regression tester.
@item
Brendan Kehoe for his ongoing work with g++.
@@ -262,7 +275,7 @@ Thomas Koenig for various bugfixes.
Bruce Korb for the new and improved fixincludes code.
@item
-Benjamin Kosnik for his g++ work.
+Benjamin Kosnik for his g++ work and for leading the libstdc++-v3 effort.
@item
Charles LaBrec contributed the support for the Integrated Solutions
@@ -289,7 +302,7 @@ Warren Levy major work on libgcj (Java Runtime Library) and random
work on the Java front end.
@item
-Alain Lichnewsky ported GCC to the Mips cpu.
+Alain Lichnewsky ported GCC to the MIPS CPU.
@item
Robert Lipe for OpenServer support, new testsuites, testing, etc.
@@ -307,7 +320,7 @@ and various C++ improvements including namespace support.
@item
H.J. Lu for his previous contributions to the steering committee, many x86
-bug reports, prototype patches, and keeping the Linux ports working.
+bug reports, prototype patches, and keeping the GNU/Linux ports working.
@item
Greg McGary for random fixes and (someday) bounded pointers.
@@ -325,8 +338,8 @@ and direction in the area of instruction scheduling.
Bob Manson for his behind the scenes work on dejagnu.
@item
-Michael Meissner for LRS framework, ia32, m32r, v850, m88k, MIPS powerpc, haifa,
-ECOFF debug support, and other assorted hacking.
+Michael Meissner for LRS framework, ia32, m32r, v850, m88k, MIPS,
+powerpc, haifa, ECOFF debug support, and other assorted hacking.
@item
Jason Merrill for his direction via the steering committee and leading
@@ -343,10 +356,10 @@ Gary Miller ported GCC to Charles River Data Systems machines.
@item
Mark Mitchell for his direction via the steering committee, mountains of
C++ work, load/store hoisting out of loops, alias analysis improvements,
-ISO C @code{restrict} support, and serving as release manager for GCC 3.0.
+ISO C @code{restrict} support, and serving as release manager for GCC 3.x.
@item
-Alan Modra for various Linux bits and testing.
+Alan Modra for various GNU/Linux bits and testing.
@item
Toon Moene for his direction via the steering committee, Fortran
@@ -359,8 +372,8 @@ services, ftp services, etc etc.
@item
Catherine Moore for fixing various ugly problems we have sent her
-way, including the haifa bug which was killing the Alpha & PowerPC Linux
-kernels.
+way, including the haifa bug which was killing the Alpha & PowerPC
+Linux kernels.
@item
David Mosberger-Tang for various Alpha improvements.
@@ -395,6 +408,11 @@ engine setup, various documentation fixes and other small fixes.
Geoff Noer for this work on getting cygwin native builds working.
@item
+David O'Brien for the FreeBSD/alpha, FreeBSD/AMD x86-64, FreeBSD/ARM,
+FreeBSD/PowerPC, and FreeBSD/SPARC64 ports and related infrastructure
+improvements.
+
+@item
Alexandre Oliva for various build infrastructure improvements, scripts and
amazing testing work.
@@ -420,15 +438,17 @@ out lots of problems we need to solve, maintenance of the web pages, and
taking care of documentation maintenance in general.
@item
-Ovidiu Predescu for his work on the ObjC front end and runtime libraries.
+Ovidiu Predescu for his work on the Objective-C front end and runtime
+libraries.
@item
-Ken Raeburn for various improvements to checker, mips ports and various
+Ken Raeburn for various improvements to checker, MIPS ports and various
cleanups in the compiler.
@item
David Reese of Sun Microsystems contributed to the Solaris on PowerPC
port.
+
@item
Gabriel Dos Reis for contributions and maintenance of libstdc++-v3,
including valarray implementation and limits support.
@@ -438,6 +458,12 @@ Joern Rennecke for maintaining the sh port, loop, regmove & reload
hacking.
@item
+Loren J. Rittle for improvements to libstdc++-v3 and the FreeBSD port.
+
+@item
+Craig Rodrigues for processing tons of bug reports.
+
+@item
Gavin Romig-Koch for lots of behind the scenes MIPS work.
@item
@@ -522,10 +548,10 @@ Ian Lance Taylor for his mips16 work, general configury hacking,
fixincludes, etc.
@item
-Holger Teutsch provided the support for the Clipper cpu.
+Holger Teutsch provided the support for the Clipper CPU.
@item
-Gary Thomas for his ongoing work to make the PPC work for Linux.
+Gary Thomas for his ongoing work to make the PPC work for GNU/Linux.
@item
Philipp Thomas for random bugfixes throughout the compiler
@@ -535,8 +561,8 @@ Kresten Krab Thorup wrote the run time support for the Objective-C
language.
@item
-Michael Tiemann for random bugfixes the first instruction scheduler,
-initial C++ support, function integration, NS32k, sparc and M88k
+Michael Tiemann for random bugfixes, the first instruction scheduler,
+initial C++ support, function integration, NS32k, SPARC and M88k
machine description work, delay slot scheduling.
@item
@@ -660,6 +686,9 @@ Dave Love
H.J. Lu
@item
+Brad Lucier
+
+@item
Mumit Khan
@item
@@ -687,6 +716,9 @@ Richard Polton
David Rees
@item
+Loren J. Rittle
+
+@item
Peter Schmid
@item
OpenPOWER on IntegriCloud