oops - minor formatting tidy ups to previous delta
[official-gcc.git] / gcc / doc / contrib.texi
blob465f15e2a4ca1aa622fe96efa21eb08b5de25ea5
1 @c Copyright (C) 1988,1989,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002
2 @c Free Software Foundation, Inc.
3 @c This is part of the GCC manual.
4 @c For copying conditions, see the file gcc.texi.
6 @node Contributors
7 @unnumbered Contributors to GCC
8 @cindex contributors
10 The GCC project would like to thank its many contributors.  Without them the
11 project would not have been nearly as successful as it has been.  Any omissions
12 in this list are accidental.  Feel free to contact
13 @email{law@@redhat.com} if you have been left out
14 or some of your contributions are not listed.  Please keep this list in
15 alphabetical order.
17 Some projects operating under the GCC project maintain their own list
18 of contributors, such as
19 @uref{http://gcc.gnu.org/libstdc++/,the C++ library}.
21 @itemize @bullet
23 @item
24 Analog Devices helped implement the support for complex data types
25 and iterators.
27 @item
28 John David Anglin for improvements to libstdc++-v3 and the HP-UX port.
30 @item
31 James van Artsdalen wrote the code that makes efficient use of
32 the Intel 80387 register stack.
34 @item
35 Alasdair Baird for various bugfixes.
37 @item
38 Gerald Baumgartner added the signature extension to the C++ front end.
40 @item
41 Neil Booth for work on cpplib, lang hooks, debug hooks and other
42 miscellaneous clean-ups.
44 @item
45 Per Bothner for his direction via the steering committee and various
46 improvements to our infrastructure for supporting new languages.  Chill
47 and Java front end implementations.  Initial implementations of
48 cpplib, fix-header, config.guess, libio, and past C++ library
49 (libg++) maintainer.
51 @item
52 Devon Bowen helped port GCC to the Tahoe.
54 @item
55 Don Bowman for mips-vxworks contributions.
57 @item
58 Dave Brolley for work on cpplib and Chill.
60 @item
61 Robert Brown implemented the support for Encore 32000 systems.
63 @item
64 Christian Bruel for improvements to local store elimination.
66 @item
67 Herman A.J. ten Brugge for various fixes.
69 @item
70 Joe Buck for his direction via the steering committee.
72 @item
73 Craig Burley for leadership of the Fortran effort.
75 @item
76 Paolo Carlini for his work on libstdc++-v3.
78 @item
79 John Carr for his alias work, SPARC hacking, infrastructure improvements,
80 previous contributions to the steering committee, loop optimizations, etc.
82 @item
83 Steve Chamberlain wrote the support for the Hitachi SH and H8 processors
84 and the PicoJava processor.
86 @item
87 Scott Christley for his Objective-C contributions.
89 @item
90 Branko Cibej for more warning contributions.
92 @item
93 Nick Clifton for arm, mcore, fr30, v850, m32r work, @option{--help}, and other random
94 hacking.
96 @item
97 Ralf Corsepius for SH testing and minor bugfixing.
99 @item
100 Stan Cox for care and feeding of the x86 port and lots of behind
101 the scenes hacking.
103 @item
104 Alex Crain provided changes for the 3b1.
106 @item
107 Ian Dall for major improvements to the NS32k port.
109 @item
110 Dario Dariol contributed the four varieties of sample programs
111 that print a copy of their source.
113 @item
114 Ulrich Drepper for his work on the C++ runtime libraries, glibc,
115  testing of GCC using glibc, ISO C99 support, CFG dumping support, etc.
117 @item
118 Richard Earnshaw for his ongoing work with the ARM@.
120 @item
121 David Edelsohn for his direction via the steering committee,
122 ongoing work with the RS6000/PowerPC port, and help cleaning up Haifa
123 loop changes.
125 @item
126 Paul Eggert for random hacking all over GCC@.
128 @item
129 Mark Elbrecht for various DJGPP improvements.
131 @item
132 Ben Elliston for his work to move the Objective-C runtime into its
133 own subdirectory and for his work on autoconf.
135 @item
136 Marc Espie for OpenBSD support.
138 @item
139 Doug Evans for much of the global optimization framework, arc, m32r,
140 and SPARC work.
142 @item
143 Fred Fish for BeOS support and Ada fixes.
145 @item
146 Peter Gerwinski for various bugfixes and the Pascal front end.
148 @item
149 Kaveh Ghazi for his direction via the steering committee and
150 amazing work to make @samp{-W -Wall} useful.
152 @item
153 Judy Goldberg for c++ contributions.
155 @item
156 Torbjorn Granlund for various fixes and the c-torture testsuite,
157 multiply- and divide-by-constant optimization, improved long long
158 support, improved leaf function register allocation, and his direction
159 via the steering committee.
161 @item
162 Anthony Green for his @option{-Os} contributions and Java front end work.
164 @item
165 Michael K. Gschwind contributed the port to the PDP-11.
167 @item
168 Ron Guilmette implemented the @command{protoize} and @command{unprotoize}
169 tools, the support for Dwarf symbolic debugging information, and much of
170 the support for System V Release 4.  He has also worked heavily on the
171 Intel 386 and 860 support.
173 @item
174 Bruno Haible for improvements in the runtime overhead for EH, new
175 warnings and assorted bugfixes.
177 @item
178 Andrew Haley for his Java work.
180 @item
181 Chris Hanson assisted in making GCC work on HP-UX for the 9000 series 300.
183 @item
184 Michael Hayes for various thankless work he's done trying to get
185 the c30/c40 ports functional.  Lots of loop and unroll improvements and
186 fixes.
188 @item
189 Kate Hedstrom for staking the g77 folks with an initial testsuite.
191 @item
192 Richard Henderson for his ongoing SPARC, alpha, and ia32 work, loop
193 opts, and generally fixing lots of old problems we've ignored for
194 years, flow rewrite and lots of further stuff, including reviewing
195 tons of patches.
197 @item
198 Nobuyuki Hikichi of Software Research Associates, Tokyo, contributed
199 the support for the Sony NEWS machine.
201 @item
202 Manfred Hollstein for his ongoing work to keep the m88k alive, lots
203 of testing an bugfixing, particularly of our configury code.
205 @item
206 Steve Holmgren for MachTen patches.
208 @item
209 Jan Hubicka for his x86 port improvements.
211 @item
212 Christian Iseli for various bugfixes.
214 @item
215 Kamil Iskra for general m68k hacking.
217 @item
218 Lee Iverson for random fixes and MIPS testing.
220 @item
221 Andreas Jaeger for various fixes to the MIPS port
223 @item
224 Jakub Jelinek for his SPARC work and sibling call optimizations as well
225 as lots of bug fixes and test cases.
227 @item
228 Janis Johnson for ia64 testing and fixes and for her quality improvement
229 sidetracks.
231 @item
232 J. Kean Johnston for OpenServer support.
234 @item
235 Tim Josling for the sample language treelang based originally on Richard
236 Kenner's "``toy'' language".
238 @item
239 Klaus Kaempf for his ongoing work to make alpha-vms a viable target.
241 @item
242 David Kashtan of SRI adapted GCC to VMS@.
244 @item
245 Geoffrey Keating for his ongoing work to make the PPC work for GNU/Linux
246 and his automatic regression tester.
248 @item
249 Brendan Kehoe for his ongoing work with g++.
251 @item
252 Oliver M. Kellogg of Deutsche Aerospace contributed the port to the
253 MIL-STD-1750A@.
255 @item
256 Richard Kenner of the New York University Ultracomputer Research
257 Laboratory wrote the machine descriptions for the AMD 29000, the DEC
258 Alpha, the IBM RT PC, and the IBM RS/6000 as well as the support for
259 instruction attributes.  He also made changes to better support RISC
260 processors including changes to common subexpression elimination,
261 strength reduction, function calling sequence handling, and condition
262 code support, in addition to generalizing the code for frame pointer
263 elimination and delay slot scheduling.  Richard Kenner was also the
264 head maintainer of GCC for several years.
266 @item
267 Mumit Khan for various contributions to the cygwin and mingw32 ports and
268 maintaining binary releases for Windows hosts.
270 @item
271 Robin Kirkham for cpu32 support.
273 @item
274 Mark Klein for PA improvements.
276 @item
277 Thomas Koenig for various bugfixes.
279 @item
280 Bruce Korb for the new and improved fixincludes code.
282 @item
283 Benjamin Kosnik for his g++ work and for leading the libstdc++-v3 effort.
285 @item
286 Charles LaBrec contributed the support for the Integrated Solutions
287 68020 system.
289 @item
290 Jeff Law for his direction via the steering committee, coordinating the
291 entire egcs project and GCC 2.95, rolling out snapshots and releases,
292 handling merges from GCC2, reviewing tons of patches that might have
293 fallen through the cracks else, and random but extensive hacking.
295 @item
296 Marc Lehmann for his direction via the steering committee and helping
297 with analysis and improvements of x86 performance.
299 @item
300 Ted Lemon wrote parts of the RTL reader and printer.
302 @item
303 Kriang Lerdsuwanakij for improvements to demangler and various c++ fixes.
305 @item
306 Warren Levy major work on libgcj (Java Runtime Library) and random
307 work on the Java front end.
309 @item
310 Alain Lichnewsky ported GCC to the MIPS CPU.
312 @item
313 Robert Lipe for OpenServer support, new testsuites, testing, etc.
315 @item
316 Weiwen Liu for testing and various bugfixes.
318 @item
319 Dave Love for his ongoing work with the Fortran front end and
320 runtime libraries.
322 @item
323 Martin von L@"owis for internal consistency checking infrastructure,
324 and various C++ improvements including namespace support.
326 @item
327 H.J. Lu for his previous contributions to the steering committee, many x86
328 bug reports, prototype patches, and keeping the GNU/Linux ports working.
330 @item
331 Greg McGary for random fixes and (someday) bounded pointers.
333 @item
334 Andrew MacLeod for his ongoing work in building a real EH system,
335 various code generation improvements, work on the global optimizer, etc.
337 @item
338 Vladimir Makarov for hacking some ugly i960 problems, PowerPC hacking
339 improvements to compile-time performance, overall knowledge and
340 direction in the area of instruction scheduling, and design and
341 implementation of the automaton based instruction scheduler.
343 @item
344 Bob Manson for his behind the scenes work on dejagnu.
346 @item
347 Michael Meissner for LRS framework, ia32, m32r, v850, m88k, MIPS,
348 powerpc, haifa, ECOFF debug support, and other assorted hacking.
350 @item
351 Jason Merrill for his direction via the steering committee and leading
352 the g++ effort.
354 @item
355 David Miller for his direction via the steering committee, lots of
356 SPARC work, improvements in jump.c and interfacing with the Linux kernel
357 developers.
359 @item
360 Gary Miller ported GCC to Charles River Data Systems machines.
362 @item
363 Mark Mitchell for his direction via the steering committee, mountains of
364 C++ work, load/store hoisting out of loops, alias analysis improvements,
365 ISO C @code{restrict} support, and serving as release manager for GCC 3.x.
367 @item
368 Alan Modra for various GNU/Linux bits and testing.
370 @item
371 Toon Moene for his direction via the steering committee, Fortran
372 maintenance, and his ongoing work to make us make Fortran run fast.
374 @item
375 Jason Molenda for major help in the care and feeding of all the services
376 on the gcc.gnu.org (formerly egcs.cygnus.com) machine---mail, web
377 services, ftp services, etc etc.
379 @item
380 Catherine Moore for fixing various ugly problems we have sent her
381 way, including the haifa bug which was killing the Alpha & PowerPC
382 Linux kernels.
384 @item
385 David Mosberger-Tang for various Alpha improvements.
387 @item
388 Stephen Moshier contributed the floating point emulator that assists in
389 cross-compilation and permits support for floating point numbers wider
390 than 64 bits and for ISO C99 support.
392 @item
393 Bill Moyer for his behind the scenes work on various issues.
395 @item
396 Philippe De Muyter for his work on the m68k port.
398 @item
399 Joseph S. Myers for his work on the PDP-11 port, format checking and ISO
400 C99 support, and continuous emphasis on (and contributions to) documentation.
402 @item
403 Nathan Myers for his work on libstdc++-v3.
405 @item
406 NeXT, Inc.@: donated the front end that supports the Objective-C
407 language.
409 @item
410 Hans-Peter Nilsson for the CRIS and MMIX ports, improvements to the search
411 engine setup, various documentation fixes and other small fixes.
413 @item
414 Geoff Noer for this work on getting cygwin native builds working.
416 @item
417 David O'Brien for the FreeBSD/alpha, FreeBSD/AMD x86-64, FreeBSD/ARM,
418 FreeBSD/PowerPC, and FreeBSD/SPARC64 ports and related infrastructure
419 improvements.
421 @item
422 Alexandre Oliva for various build infrastructure improvements, scripts and
423 amazing testing work.
425 @item
426 Melissa O'Neill for various NeXT fixes.
428 @item
429 Rainer Orth for random MIPS work, including improvements to our o32
430 ABI support, improvements to dejagnu's MIPS support, etc.
432 @item
433 Paul Petersen wrote the machine description for the Alliant FX/8.
435 @item
436 Alexandre Petit-Bianco for his Java work.
438 @item
439 Matthias Pfaller for major improvements to the NS32k port.
441 @item
442 Gerald Pfeifer for his direction via the steering committee, pointing
443 out lots of problems we need to solve, maintenance of the web pages, and
444 taking care of documentation maintenance in general.
446 @item
447 Ovidiu Predescu for his work on the Objective-C front end and runtime
448 libraries.
450 @item
451 Ken Raeburn for various improvements to checker, MIPS ports and various
452 cleanups in the compiler.
454 @item
455 David Reese of Sun Microsystems contributed to the Solaris on PowerPC
456 port.
458 @item
459 Gabriel Dos Reis for contributions and maintenance of libstdc++-v3,
460 including valarray implementation and limits support.
462 @item
463 Joern Rennecke for maintaining the sh port, loop, regmove & reload
464 hacking.
466 @item
467 Loren J. Rittle for improvements to libstdc++-v3 and the FreeBSD port.
469 @item
470 Craig Rodrigues for processing tons of bug reports.
472 @item
473 Gavin Romig-Koch for lots of behind the scenes MIPS work.
475 @item
476 Ken Rose for fixes to our delay slot filling code.
478 @item
479 Paul Rubin wrote most of the preprocessor.
481 @item
482 Juha Sarlin for improvements to the H8 code generator.
484 @item
485 Greg Satz assisted in making GCC work on HP-UX for the 9000 series 300.
487 @item
488 Peter Schauer wrote the code to allow debugging to work on the Alpha.
490 @item
491 William Schelter did most of the work on the Intel 80386 support.
493 @item
494 Bernd Schmidt for various code generation improvements and major
495 work in the reload pass as well a serving as release manager for
496 GCC 2.95.3.
498 @item
499 Andreas Schwab for his work on the m68k port.
501 @item
502 Joel Sherrill for his direction via the steering committee, RTEMS
503 contributions and RTEMS testing.
505 @item
506 Nathan Sidwell for many C++ fixes/improvements.
508 @item
509 Jeffrey Siegal for helping RMS with the original design of GCC, some
510 code which handles the parse tree and RTL data structures, constant
511 folding and help with the original VAX & m68k ports.
513 @item
514 Franz Sirl for his ongoing work with making the PPC port stable
515 for linux.
517 @item
518 Andrey Slepuhin for assorted AIX hacking.
520 @item
521 Christopher Smith did the port for Convex machines.
523 @item
524 Randy Smith finished the Sun FPA support.
526 @item
527 Scott Snyder for various fixes.
529 @item
530 Richard Stallman, for writing the original gcc and launching the GNU project.
532 @item
533 Jan Stein of the Chalmers Computer Society provided support for
534 Genix, as well as part of the 32000 machine description.
536 @item
537 Nigel Stephens for various mips16 related fixes/improvements.
539 @item
540 Jonathan Stone wrote the machine description for the Pyramid computer.
542 @item
543 Graham Stott for various infrastructure improvements.
545 @item
546 Mike Stump for his Elxsi port, g++ contributions over the years and more
547 recently his vxworks contributions
549 @item
550 Shigeya Suzuki for this fixes for the bsdi platforms.
552 @item
553 Ian Lance Taylor for his mips16 work, general configury hacking,
554 fixincludes, etc.
556 @item
557 Holger Teutsch provided the support for the Clipper CPU.
559 @item
560 Gary Thomas for his ongoing work to make the PPC work for GNU/Linux.
562 @item
563 Philipp Thomas for random bugfixes throughout the compiler
565 @item
566 Kresten Krab Thorup wrote the run time support for the Objective-C
567 language.
569 @item
570 Michael Tiemann for random bugfixes, the first instruction scheduler,
571 initial C++ support, function integration, NS32k, SPARC and M88k
572 machine description work, delay slot scheduling.
574 @item
575 Teemu Torma for thread safe exception handling support.
577 @item
578 Leonard Tower wrote parts of the parser, RTL generator, and RTL
579 definitions, and of the VAX machine description.
581 @item
582 Tom Tromey for internationalization support and his Java work.
584 @item
585 Lassi Tuura for improvements to config.guess to determine HP processor
586 types.
588 @item
589 Todd Vierling for contributions for NetBSD ports.
591 @item
592 Dean Wakerley for converting the install documentation from HTML to texinfo
593 in time for GCC 3.0.
595 @item
596 Krister Walfridsson for random bugfixes.
598 @item
599 John Wehle for various improvements for the x86 code generator,
600 related infrastructure improvements to help x86 code generation,
601 value range propagation and other work, WE32k port.
603 @item
604 Zack Weinberg for major work on cpplib and various other bugfixes.
606 @item
607 Dale Wiles helped port GCC to the Tahoe.
609 @item
610 Bob Wilson from Tensilica, Inc.@: for the Xtensa port.
612 @item
613 Jim Wilson for his direction via the steering committee, tackling hard
614 problems in various places that nobody else wanted to work on, strength
615 reduction and other loop optimizations.
617 @item
618 Carlo Wood for various fixes.
620 @item
621 Tom Wood for work on the m88k port.
623 @item
624 Masanobu Yuhara of Fujitsu Laboratories implemented the machine
625 description for the Tron architecture (specifically, the Gmicro).
627 @item
628 Kevin Zachmann helped ported GCC to the Tahoe.
630 @end itemize
633 We'd also like to thank the folks who have contributed time and energy in
634 testing GCC:
636 @itemize @bullet
637 @item
638 David Billinghurst
640 @item
641 Horst von Brand
643 @item
644 Rodney Brown
646 @item
647 Joe Buck
649 @item
650 Craig Burley
652 @item
653 Ulrich Drepper
655 @item
656 David Edelsohn
658 @item
659 Yung Shing Gene
661 @item
662 Kaveh Ghazi
664 @item
665 Kate Hedstrom
667 @item
668 Richard Henderson
670 @item
671 Manfred Hollstein
673 @item
674 Kamil Iskra
676 @item
677 Christian Joensson
679 @item
680 Jeff Law
682 @item
683 Robert Lipe
685 @item
686 Damon Love
688 @item
689 Dave Love
691 @item
692 H.J. Lu
694 @item
695 Brad Lucier
697 @item
698 Mumit Khan
700 @item
701 Matthias Klose
703 @item
704 Martin Knoblauch
706 @item
707 David Miller
709 @item
710 Toon Moene
712 @item
713 Matthias Mueller
715 @item
716 Alexandre Oliva
718 @item
719 Richard Polton
721 @item
722 David Rees
724 @item
725 Loren J. Rittle
727 @item
728 Peter Schmid
730 @item
731 David Schuler
733 @item
734 Vin Shelton
736 @item
737 Franz Sirl
739 @item
740 Mike Stump
742 @item
743 Carlo Wood
745 @item
746 And many others
747 @end itemize
749 And finally we'd like to thank everyone who uses the compiler, submits bug
750 reports and generally reminds us why we're doing this work in the first place.