Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
[dragonfly.git] / contrib / gcc-3.4 / gcc / doc / contrib.texi
blob3a279cd44a5ffb42c992b2a99079b554b477e591
1 @c Copyright (C) 1988,1989,1992,1993,1994,1995,1996,1997,1998,1999,2000,
2 @c 2001,2002,2003,2004 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} or @email{gerald@@pfeifer.com} if you have been left
14 out or some of your contributions are not listed.  Please keep this list in
15 alphabetical order.
17 @itemize @bullet
19 @item
20 Analog Devices helped implement the support for complex data types
21 and iterators.
23 @item
24 John David Anglin for threading-related fixes and improvements to
25 libstdc++-v3, and the HP-UX port.
27 @item
28 James van Artsdalen wrote the code that makes efficient use of
29 the Intel 80387 register stack.
31 @item
32 Abramo and Roberto Bagnara for the SysV68 Motorola 3300 Delta Series
33 port.
35 @item
36 Alasdair Baird for various bug fixes.
38 @item
39 Giovanni Bajo for analyzing lots of complicated C++ problem reports.
41 @item
42 Peter Barada for his work to improve code generation for new
43 ColdFire cores.
45 @item
46 Gerald Baumgartner added the signature extension to the C++ front end.
48 @item
49 Godmar Back for his Java improvements and encouragement.
51 @item
52 Scott Bambrough for help porting the Java compiler.
54 @item
55 Wolfgang Bangerth for processing tons of bug reports.
57 @item
58 Jon Beniston for his Microsoft Windows port of Java.
60 @item
61 Daniel Berlin for better DWARF2 support, faster/better optimizations,
62 improved alias analysis, plus migrating GCC to Bugzilla.
64 @item
65 Geoff Berry for his Java object serialization work and various patches.
67 @item
68 Eric Blake for helping to make GCJ and libgcj conform to the
69 specifications.
71 @item
72 Segher Boessenkool for various fixes.
74 @item
75 Hans-J. Boehm for his @uref{http://www.hpl.hp.com/personal/Hans_Boehm/gc/,,
76 garbage collector}, IA-64 libffi port, and other Java work.
78 @item
79 Neil Booth for work on cpplib, lang hooks, debug hooks and other
80 miscellaneous clean-ups.
82 @item
83 Eric Botcazou for fixing middle- and backend bugs left and right.
85 @item
86 Per Bothner for his direction via the steering committee and various
87 improvements to the infrastructure for supporting new languages.  Chill
88 front end implementation.  Initial implementations of
89 cpplib, fix-header, config.guess, libio, and past C++ library (libg++)
90 maintainer.  Dreaming up, designing and implementing much of GCJ.
92 @item
93 Devon Bowen helped port GCC to the Tahoe.
95 @item
96 Don Bowman for mips-vxworks contributions.
98 @item
99 Dave Brolley for work on cpplib and Chill.
101 @item
102 Robert Brown implemented the support for Encore 32000 systems.
104 @item
105 Christian Bruel for improvements to local store elimination.
107 @item
108 Herman A.J. ten Brugge for various fixes.
110 @item
111 Joerg Brunsmann for Java compiler hacking and help with the GCJ FAQ.
113 @item
114 Joe Buck for his direction via the steering committee.
116 @item
117 Craig Burley for leadership of the Fortran effort.
119 @item
120 Stephan Buys for contributing Doxygen notes for libstdc++.
122 @item
123 Paolo Carlini for libstdc++ work: lots of efficiency improvements to
124 the C++ strings, streambufs and formatted I/O, hard detective work on
125 the frustrating localization issues, and keeping up with the problem reports.
127 @item
128 John Carr for his alias work, SPARC hacking, infrastructure improvements,
129 previous contributions to the steering committee, loop optimizations, etc.
131 @item
132 Stephane Carrez for 68HC11 and 68HC12 ports.
134 @item
135 Steve Chamberlain for support for the Renesas SH and H8 processors
136 and the PicoJava processor, and for GCJ config fixes.
138 @item
139 Glenn Chambers for help with the GCJ FAQ.
141 @item
142 John-Marc Chandonia for various libgcj patches.
144 @item
145 Scott Christley for his Objective-C contributions.
147 @item
148 Eric Christopher for his Java porting help and clean-ups.
150 @item
151 Branko Cibej for more warning contributions.
153 @item
154 The @uref{http://www.gnu.org/software/classpath/,,GNU Classpath project}
155 for all of their merged runtime code.
157 @item
158 Nick Clifton for arm, mcore, fr30, v850, m32r work, @option{--help}, and
159 other random hacking.
161 @item
162 Michael Cook for libstdc++ cleanup patches to reduce warnings.
164 @item
165 R. Kelley Cook for making GCC buildable from a read-only directory as
166 well as other miscellaneous build process and documentation clean-ups.
168 @item
169 Ralf Corsepius for SH testing and minor bugfixing.
171 @item
172 Stan Cox for care and feeding of the x86 port and lots of behind
173 the scenes hacking.
175 @item
176 Alex Crain provided changes for the 3b1.
178 @item
179 Ian Dall for major improvements to the NS32k port.
181 @item
182 Paul Dale for his work to add uClinux platform support to the
183 m68k backend.
185 @item
186 Dario Dariol contributed the four varieties of sample programs
187 that print a copy of their source.
189 @item
190 Russell Davidson for fstream and stringstream fixes in libstdc++.
192 @item
193 Mo DeJong for GCJ and libgcj bug fixes.
195 @item
196 DJ Delorie for the DJGPP port, build and libiberty maintenance, and
197 various bug fixes.
199 @item
200 Gabriel Dos Reis for contributions to G++, contributions and
201 maintenance of GCC diagnostics infrastructure, libstdc++-v3,
202 including valarray<>, complex<>, maintaining the numerics library
203 (including that pesky <limits> :-) and keeping up-to-date anything
204 to do with numbers.
206 @item
207 Ulrich Drepper for his work on glibc, testing of GCC using glibc, ISO C99
208 support, CFG dumping support, etc., plus support of the C++ runtime
209 libraries including for all kinds of C interface issues, contributing and
210 maintaining complex<>, sanity checking and disbursement, configuration
211 architecture, libio maintenance, and early math work.
213 @item
214 Zdenek Dvorak for a new loop unroller and various fixes.
216 @item
217 Richard Earnshaw for his ongoing work with the ARM@.
219 @item
220 David Edelsohn for his direction via the steering committee, ongoing work
221 with the RS6000/PowerPC port, help cleaning up Haifa loop changes,
222 doing the entire AIX port of libstdc++ with his bare hands, and for
223 ensuring GCC properly keeps working on AIX.
225 @item
226 Kevin Ediger for the floating point formatting of num_put::do_put in
227 libstdc++.
229 @item
230 Phil Edwards for libstdc++ work including configuration hackery,
231 documentation maintainer, chief breaker of the web pages, the occasional
232 iostream bug fix, and work on shared library symbol versioning.
234 @item
235 Paul Eggert for random hacking all over GCC@.
237 @item
238 Mark Elbrecht for various DJGPP improvements, and for libstdc++
239 configuration support for locales and fstream-related fixes.
241 @item
242 Vadim Egorov for libstdc++ fixes in strings, streambufs, and iostreams.
244 @item
245 Christian Ehrhardt for dealing with bug reports.
247 @item
248 Ben Elliston for his work to move the Objective-C runtime into its
249 own subdirectory and for his work on autoconf.
251 @item
252 Marc Espie for OpenBSD support.
254 @item
255 Doug Evans for much of the global optimization framework, arc, m32r,
256 and SPARC work.
258 @item
259 Christopher Faylor for his work on the Cygwin port and for caring and
260 feeding the gcc.gnu.org box and saving its users tons of spam.
262 @item
263 Fred Fish for BeOS support and Ada fixes.
265 @item
266 Ivan Fontes Garcia for the Portugese translation of the GCJ FAQ.
268 @item
269 Peter Gerwinski for various bug fixes and the Pascal front end.
271 @item
272 Kaveh R.@: Ghazi for his direction via the steering committee, amazing
273 work to make @samp{-W -Wall -W* -Werror} useful, and continuously
274 testing GCC on a plethora of platforms.  Kaveh extends his gratitude to
275 the @uref{http://www.caip.rutgers.edu,,CAIP Center} at Rutgers
276 University for providing him with computing resources to work on Free
277 Software since the late 1980s.
279 @item
280 John Gilmore for a donation to the FSF earmarked improving GNU Java.
282 @item
283 Judy Goldberg for c++ contributions.
285 @item
286 Torbjorn Granlund for various fixes and the c-torture testsuite,
287 multiply- and divide-by-constant optimization, improved long long
288 support, improved leaf function register allocation, and his direction
289 via the steering committee.
291 @item
292 Anthony Green for his @option{-Os} contributions and Java front end work.
294 @item
295 Stu Grossman for gdb hacking, allowing GCJ developers to debug Java code.
297 @item
298 Michael K. Gschwind contributed the port to the PDP-11.
300 @item
301 Ron Guilmette implemented the @command{protoize} and @command{unprotoize}
302 tools, the support for Dwarf symbolic debugging information, and much of
303 the support for System V Release 4.  He has also worked heavily on the
304 Intel 386 and 860 support.
306 @item
307 Bruno Haible for improvements in the runtime overhead for EH, new
308 warnings and assorted bug fixes.
310 @item
311 Andrew Haley for his amazing Java compiler and library efforts.
313 @item
314 Chris Hanson assisted in making GCC work on HP-UX for the 9000 series 300.
316 @item
317 Michael Hayes for various thankless work he's done trying to get
318 the c30/c40 ports functional.  Lots of loop and unroll improvements and
319 fixes.
321 @item
322 Dara Hazeghi for wading through myriads of target-specific bug reports.
324 @item
325 Kate Hedstrom for staking the G77 folks with an initial testsuite.
327 @item
328 Richard Henderson for his ongoing SPARC, alpha, ia32, and ia64 work, loop
329 opts, and generally fixing lots of old problems we've ignored for
330 years, flow rewrite and lots of further stuff, including reviewing
331 tons of patches.
333 @item
334 Aldy Hernandez for working on the PowerPC port, SIMD support, and
335 various fixes.
337 @item
338 Nobuyuki Hikichi of Software Research Associates, Tokyo, contributed
339 the support for the Sony NEWS machine.
341 @item
342 Kazu Hirata for caring and feeding the Renesas H8/300 port and various fixes.
344 @item
345 Manfred Hollstein for his ongoing work to keep the m88k alive, lots
346 of testing and bug fixing, particularly of GCC configury code.
348 @item
349 Steve Holmgren for MachTen patches.
351 @item
352 Jan Hubicka for his x86 port improvements.
354 @item
355 Falk Hueffner for working on C and optimization bug reports.
357 @item
358 Bernardo Innocenti for his m68k work, including merging of
359 ColdFire improvements and uClinux support.
361 @item
362 Christian Iseli for various bug fixes.
364 @item
365 Kamil Iskra for general m68k hacking.
367 @item
368 Lee Iverson for random fixes and MIPS testing.
370 @item
371 Andreas Jaeger for testing and benchmarking of GCC and various bug fixes.
373 @item
374 Jakub Jelinek for his SPARC work and sibling call optimizations as well
375 as lots of bug fixes and test cases, and for improving the Java build
376 system.
378 @item
379 Janis Johnson for ia64 testing and fixes, her quality improvement
380 sidetracks, and web page maintenance.
382 @item
383 Kean Johnston for SCO OpenServer support and various fixes.
385 @item
386 Tim Josling for the sample language treelang based originally on Richard
387 Kenner's "``toy'' language".
389 @item
390 Nicolai Josuttis for additional libstdc++ documentation.
392 @item
393 Klaus Kaempf for his ongoing work to make alpha-vms a viable target.
395 @item
396 David Kashtan of SRI adapted GCC to VMS@.
398 @item
399 Ryszard Kabatek for many, many libstdc++ bug fixes and optimizations of
400 strings, especially member functions, and for auto_ptr fixes.
402 @item
403 Geoffrey Keating for his ongoing work to make the PPC work for GNU/Linux
404 and his automatic regression tester.
406 @item
407 Brendan Kehoe for his ongoing work with G++ and for a lot of early work
408 in just about every part of libstdc++.
410 @item
411 Oliver M. Kellogg of Deutsche Aerospace contributed the port to the
412 MIL-STD-1750A@.
414 @item
415 Richard Kenner of the New York University Ultracomputer Research
416 Laboratory wrote the machine descriptions for the AMD 29000, the DEC
417 Alpha, the IBM RT PC, and the IBM RS/6000 as well as the support for
418 instruction attributes.  He also made changes to better support RISC
419 processors including changes to common subexpression elimination,
420 strength reduction, function calling sequence handling, and condition
421 code support, in addition to generalizing the code for frame pointer
422 elimination and delay slot scheduling.  Richard Kenner was also the
423 head maintainer of GCC for several years.
425 @item
426 Mumit Khan for various contributions to the Cygwin and Mingw32 ports and
427 maintaining binary releases for Microsoft Windows hosts, and for massive libstdc++
428 porting work to Cygwin/Mingw32.
430 @item
431 Robin Kirkham for cpu32 support.
433 @item
434 Mark Klein for PA improvements.
436 @item
437 Thomas Koenig for various bug fixes.
439 @item
440 Bruce Korb for the new and improved fixincludes code.
442 @item
443 Benjamin Kosnik for his G++ work and for leading the libstdc++-v3 effort.
445 @item
446 Charles LaBrec contributed the support for the Integrated Solutions
447 68020 system.
449 @item
450 Jeff Law for his direction via the steering committee, coordinating the
451 entire egcs project and GCC 2.95, rolling out snapshots and releases,
452 handling merges from GCC2, reviewing tons of patches that might have
453 fallen through the cracks else, and random but extensive hacking.
455 @item
456 Marc Lehmann for his direction via the steering committee and helping
457 with analysis and improvements of x86 performance.
459 @item
460 Ted Lemon wrote parts of the RTL reader and printer.
462 @item
463 Kriang Lerdsuwanakij for C++ improvements including template as template
464 parameter support, and many C++ fixes.
466 @item
467 Warren Levy for tremendous work on libgcj (Java Runtime Library) and
468 random work on the Java front end.
470 @item
471 Alain Lichnewsky ported GCC to the MIPS CPU.
473 @item
474 Oskar Liljeblad for hacking on AWT and his many Java bug reports and
475 patches.
477 @item
478 Robert Lipe for OpenServer support, new testsuites, testing, etc.
480 @item
481 Weiwen Liu for testing and various bug fixes.
483 @item
484 Dave Love for his ongoing work with the Fortran front end and
485 runtime libraries.
487 @item
488 Martin von L@"owis for internal consistency checking infrastructure,
489 various C++ improvements including namespace support, and tons of
490 assistance with libstdc++/compiler merges.
492 @item
493 H.J. Lu for his previous contributions to the steering committee, many x86
494 bug reports, prototype patches, and keeping the GNU/Linux ports working.
496 @item
497 Greg McGary for random fixes and (someday) bounded pointers.
499 @item
500 Andrew MacLeod for his ongoing work in building a real EH system,
501 various code generation improvements, work on the global optimizer, etc.
503 @item
504 Vladimir Makarov for hacking some ugly i960 problems, PowerPC hacking
505 improvements to compile-time performance, overall knowledge and
506 direction in the area of instruction scheduling, and design and
507 implementation of the automaton based instruction scheduler.
509 @item
510 Bob Manson for his behind the scenes work on dejagnu.
512 @item
513 Philip Martin for lots of libstdc++ string and vector iterator fixes and
514 improvements, and string clean up and testsuites.
516 @item
517 All of the Mauve project
518 @uref{http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/mauve/THANKS?rev=1.2&cvsroot=mauve&only_with_tag=HEAD,,contributors},
519 for Java test code.
521 @item
522 Bryce McKinlay for numerous GCJ and libgcj fixes and improvements.
524 @item
525 Adam Megacz for his work on the Microsoft Windows port of GCJ.
527 @item
528 Michael Meissner for LRS framework, ia32, m32r, v850, m88k, MIPS,
529 powerpc, haifa, ECOFF debug support, and other assorted hacking.
531 @item
532 Jason Merrill for his direction via the steering committee and leading
533 the G++ effort.
535 @item
536 David Miller for his direction via the steering committee, lots of
537 SPARC work, improvements in jump.c and interfacing with the Linux kernel
538 developers.
540 @item
541 Gary Miller ported GCC to Charles River Data Systems machines.
543 @item
544 Alfred Minarik for libstdc++ string and ios bug fixes, and turning the
545 entire libstdc++ testsuite namespace-compatible.
547 @item
548 Mark Mitchell for his direction via the steering committee, mountains of
549 C++ work, load/store hoisting out of loops, alias analysis improvements,
550 ISO C @code{restrict} support, and serving as release manager for GCC 3.x.
552 @item
553 Alan Modra for various GNU/Linux bits and testing.
555 @item
556 Toon Moene for his direction via the steering committee, Fortran
557 maintenance, and his ongoing work to make us make Fortran run fast.
559 @item
560 Jason Molenda for major help in the care and feeding of all the services
561 on the gcc.gnu.org (formerly egcs.cygnus.com) machine---mail, web
562 services, ftp services, etc etc.  Doing all this work on scrap paper and
563 the backs of envelopes would have been... difficult.
565 @item
566 Catherine Moore for fixing various ugly problems we have sent her
567 way, including the haifa bug which was killing the Alpha & PowerPC
568 Linux kernels.
570 @item
571 Mike Moreton for his various Java patches.
573 @item
574 David Mosberger-Tang for various Alpha improvements, and for the initial
575 IA-64 port.
577 @item
578 Stephen Moshier contributed the floating point emulator that assists in
579 cross-compilation and permits support for floating point numbers wider
580 than 64 bits and for ISO C99 support.
582 @item
583 Bill Moyer for his behind the scenes work on various issues.
585 @item
586 Philippe De Muyter for his work on the m68k port.
588 @item
589 Joseph S. Myers for his work on the PDP-11 port, format checking and ISO
590 C99 support, and continuous emphasis on (and contributions to) documentation.
592 @item
593 Nathan Myers for his work on libstdc++-v3: architecture and authorship
594 through the first three snapshots, including implementation of locale
595 infrastructure, string, shadow C headers, and the initial project
596 documentation (DESIGN, CHECKLIST, and so forth).  Later, more work on
597 MT-safe string and shadow headers.
599 @item
600 Felix Natter for documentation on porting libstdc++.
602 @item
603 Nathanael Nerode for cleaning up the configuration/build process.
605 @item
606 NeXT, Inc.@: donated the front end that supports the Objective-C
607 language.
609 @item
610 Hans-Peter Nilsson for the CRIS and MMIX ports, improvements to the search
611 engine setup, various documentation fixes and other small fixes.
613 @item
614 Geoff Noer for this work on getting cygwin native builds working.
616 @item
617 Diego Novillo for his SPEC performance tracking web pages and assorted
618 fixes in the middle end and various back ends.
620 @item
621 David O'Brien for the FreeBSD/alpha, FreeBSD/AMD x86-64, FreeBSD/ARM,
622 FreeBSD/PowerPC, and FreeBSD/SPARC64 ports and related infrastructure
623 improvements.
625 @item
626 Alexandre Oliva for various build infrastructure improvements, scripts and
627 amazing testing work, including keeping libtool issues sane and happy.
629 @item
630 Melissa O'Neill for various NeXT fixes.
632 @item
633 Rainer Orth for random MIPS work, including improvements to GCC's o32
634 ABI support, improvements to dejagnu's MIPS support, Java configuration
635 clean-ups and porting work, etc.
637 @item
638 Hartmut Penner for work on the s390 port.
640 @item
641 Paul Petersen wrote the machine description for the Alliant FX/8.
643 @item
644 Alexandre Petit-Bianco for implementing much of the Java compiler and
645 continued Java maintainership.
647 @item
648 Matthias Pfaller for major improvements to the NS32k port.
650 @item
651 Gerald Pfeifer for his direction via the steering committee, pointing
652 out lots of problems we need to solve, maintenance of the web pages, and
653 taking care of documentation maintenance in general.
655 @item
656 Andrew Pinski for processing bug reports by the dozen.
658 @item
659 Ovidiu Predescu for his work on the Objective-C front end and runtime
660 libraries.
662 @item
663 Jerry Quinn for major performance improvements in C++ formatted I/O.
665 @item
666 Ken Raeburn for various improvements to checker, MIPS ports and various
667 cleanups in the compiler.
669 @item
670 Rolf W. Rasmussen for hacking on AWT.
672 @item
673 David Reese of Sun Microsystems contributed to the Solaris on PowerPC
674 port.
676 @item
677 Volker Reichelt for keeping up with the problem reports.
679 @item
680 Joern Rennecke for maintaining the sh port, loop, regmove & reload
681 hacking.
683 @item
684 Loren J. Rittle for improvements to libstdc++-v3 including the FreeBSD
685 port, threading fixes, thread-related configury changes, critical
686 threading documentation, and solutions to really tricky I/O problems,
687 as well as keeping GCC properly working on FreeBSD and continuous testing.
689 @item
690 Craig Rodrigues for processing tons of bug reports.
692 @item
693 Gavin Romig-Koch for lots of behind the scenes MIPS work.
695 @item
696 Ken Rose for fixes to GCC's delay slot filling code.
698 @item
699 Paul Rubin wrote most of the preprocessor.
701 @item
702 P@'etur Run@'olfsson for major performance improvements in C++ formatted I/O and
703 large file support in C++ filebuf.
705 @item
706 Chip Salzenberg for libstdc++ patches and improvements to locales, traits,
707 Makefiles, libio, libtool hackery, and ``long long'' support.
709 @item
710 Juha Sarlin for improvements to the H8 code generator.
712 @item
713 Greg Satz assisted in making GCC work on HP-UX for the 9000 series 300.
715 @item
716 Roger Sayle for improvements to constant folding and GCC's RTL optimizers
717 as well as for fixing numerous bugs.
719 @item
720 Bradley Schatz for his work on the GCJ FAQ.
722 @item
723 Peter Schauer wrote the code to allow debugging to work on the Alpha.
725 @item
726 William Schelter did most of the work on the Intel 80386 support.
728 @item
729 Bernd Schmidt for various code generation improvements and major
730 work in the reload pass as well a serving as release manager for
731 GCC 2.95.3.
733 @item
734 Peter Schmid for constant testing of libstdc++ -- especially application
735 testing, going above and beyond what was requested for the release
736 criteria -- and libstdc++ header file tweaks.
738 @item
739 Jason Schroeder for jcf-dump patches.
741 @item
742 Andreas Schwab for his work on the m68k port.
744 @item
745 Joel Sherrill for his direction via the steering committee, RTEMS
746 contributions and RTEMS testing.
748 @item
749 Nathan Sidwell for many C++ fixes/improvements.
751 @item
752 Jeffrey Siegal for helping RMS with the original design of GCC, some
753 code which handles the parse tree and RTL data structures, constant
754 folding and help with the original VAX & m68k ports.
756 @item
757 Kenny Simpson for prompting libstdc++ fixes due to defect reports from
758 the LWG (thereby keeping GCC in line with updates from the ISO).
760 @item
761 Franz Sirl for his ongoing work with making the PPC port stable
762 for GNU/Linux.
764 @item
765 Andrey Slepuhin for assorted AIX hacking.
767 @item
768 Christopher Smith did the port for Convex machines.
770 @item
771 Danny Smith for his major efforts on the Mingw (and Cygwin) ports.
773 @item
774 Randy Smith finished the Sun FPA support.
776 @item
777 Scott Snyder for queue, iterator, istream, and string fixes and libstdc++
778 testsuite entries.
780 @item
781 Brad Spencer for contributions to the GLIBCPP_FORCE_NEW technique.
783 @item
784 Richard Stallman, for writing the original GCC and launching the GNU project.
786 @item
787 Jan Stein of the Chalmers Computer Society provided support for
788 Genix, as well as part of the 32000 machine description.
790 @item
791 Nigel Stephens for various mips16 related fixes/improvements.
793 @item
794 Jonathan Stone wrote the machine description for the Pyramid computer.
796 @item
797 Graham Stott for various infrastructure improvements.
799 @item
800 John Stracke for his Java HTTP protocol fixes.
802 @item
803 Mike Stump for his Elxsi port, G++ contributions over the years and more
804 recently his vxworks contributions
806 @item
807 Jeff Sturm for Java porting help, bug fixes, and encouragement.
809 @item
810 Shigeya Suzuki for this fixes for the bsdi platforms.
812 @item
813 Ian Lance Taylor for his mips16 work, general configury hacking,
814 fixincludes, etc.
816 @item
817 Holger Teutsch provided the support for the Clipper CPU.
819 @item
820 Gary Thomas for his ongoing work to make the PPC work for GNU/Linux.
822 @item
823 Philipp Thomas for random bug fixes throughout the compiler
825 @item
826 Jason Thorpe for thread support in libstdc++ on NetBSD.
828 @item
829 Kresten Krab Thorup wrote the run time support for the Objective-C
830 language and the fantastic Java bytecode interpreter.
832 @item
833 Michael Tiemann for random bug fixes, the first instruction scheduler,
834 initial C++ support, function integration, NS32k, SPARC and M88k
835 machine description work, delay slot scheduling.
837 @item
838 Andreas Tobler for his work porting libgcj to Darwin.
840 @item
841 Teemu Torma for thread safe exception handling support.
843 @item
844 Leonard Tower wrote parts of the parser, RTL generator, and RTL
845 definitions, and of the VAX machine description.
847 @item
848 Tom Tromey for internationalization support and for his many Java
849 contributions and libgcj maintainership.
851 @item
852 Lassi Tuura for improvements to config.guess to determine HP processor
853 types.
855 @item
856 Petter Urkedal for libstdc++ CXXFLAGS, math, and algorithms fixes.
858 @item
859 Brent Verner for work with the libstdc++ cshadow files and their
860 associated configure steps.
862 @item
863 Todd Vierling for contributions for NetBSD ports.
865 @item
866 Jonathan Wakely for contributing libstdc++ Doxygen notes and XHTML
867 guidance.
869 @item
870 Dean Wakerley for converting the install documentation from HTML to texinfo
871 in time for GCC 3.0.
873 @item
874 Krister Walfridsson for random bug fixes.
876 @item
877 Stephen M. Webb for time and effort on making libstdc++ shadow files
878 work with the tricky Solaris 8+ headers, and for pushing the build-time
879 header tree.
881 @item
882 John Wehle for various improvements for the x86 code generator,
883 related infrastructure improvements to help x86 code generation,
884 value range propagation and other work, WE32k port.
886 @item
887 Ulrich Weigand for work on the s390 port.
889 @item
890 Zack Weinberg for major work on cpplib and various other bug fixes.
892 @item
893 Matt Welsh for help with Linux Threads support in GCJ.
895 @item
896 Urban Widmark for help fixing java.io.
898 @item
899 Mark Wielaard for new Java library code and his work integrating with
900 Classpath.
902 @item
903 Dale Wiles helped port GCC to the Tahoe.
905 @item
906 Bob Wilson from Tensilica, Inc.@: for the Xtensa port.
908 @item
909 Jim Wilson for his direction via the steering committee, tackling hard
910 problems in various places that nobody else wanted to work on, strength
911 reduction and other loop optimizations.
913 @item
914 Carlo Wood for various fixes.
916 @item
917 Tom Wood for work on the m88k port.
919 @item
920 Masanobu Yuhara of Fujitsu Laboratories implemented the machine
921 description for the Tron architecture (specifically, the Gmicro).
923 @item
924 Kevin Zachmann helped ported GCC to the Tahoe.
926 @item
927 Gilles Zunino for help porting Java to Irix.
929 @end itemize
931 In addition to the above, all of which also contributed time and energy in
932 testing GCC, we would like to thank the following for their contributions
933 to testing:
935 @itemize @bullet
936 @item
937 Michael Abd-El-Malek
939 @item
940 Thomas Arend
942 @item
943 Bonzo Armstrong
945 @item
946 Steven Ashe
948 @item
949 Chris Baldwin
951 @item
952 David Billinghurst
954 @item
955 Jim Blandy
957 @item
958 Stephane Bortzmeyer
960 @item
961 Horst von Brand
963 @item
964 Frank Braun
966 @item
967 Rodney Brown
969 @item
970 Sidney Cadot
972 @item
973 Bradford Castalia
975 @item
976 Ralph Doncaster
978 @item
979 Richard Emberson
981 @item
982 Levente Farkas
984 @item
985 Graham Fawcett
987 @item
988 Robert A. French
990 @item
991 J@"orgen Freyh
993 @item
994 Mark K. Gardner
996 @item
997 Charles-Antoine Gauthier
999 @item
1000 Yung Shing Gene
1002 @item
1003 David Gilbert
1005 @item
1006 Simon Gornall
1008 @item
1009 Fred Gray
1011 @item
1012 John Griffin
1014 @item
1015 Patrik Hagglund
1017 @item
1018 Phil Hargett
1020 @item
1021 Amancio Hasty
1023 @item
1024 Bryan W. Headley
1026 @item
1027 Kevin B. Hendricks
1029 @item
1030 Joep Jansen
1032 @item
1033 Christian Joensson
1035 @item
1036 David Kidd
1038 @item
1039 Tobias Kuipers
1041 @item
1042 Anand Krishnaswamy
1044 @item
1045 llewelly
1047 @item
1048 Damon Love
1050 @item
1051 Brad Lucier
1053 @item
1054 Matthias Klose
1056 @item
1057 Martin Knoblauch
1059 @item
1060 Jesse Macnish
1062 @item
1063 Stefan Morrell
1065 @item
1066 Anon A. Mous
1068 @item
1069 Matthias Mueller
1071 @item
1072 Pekka Nikander
1074 @item
1075 Jon Olson
1077 @item
1078 Magnus Persson
1080 @item
1081 Chris Pollard
1083 @item
1084 Richard Polton
1086 @item
1087 David Rees
1089 @item
1090 Paul Reilly
1092 @item
1093 Tom Reilly
1095 @item
1096 Torsten Rueger
1098 @item
1099 Danny Sadinoff
1101 @item
1102 Marc Schifer
1104 @item
1105 David Schuler
1107 @item
1108 Vin Shelton
1110 @item
1111 Tim Souder
1113 @item
1114 Adam Sulmicki
1116 @item
1117 George Talbot
1119 @item
1120 Gregory Warnes
1122 @item
1123 David E. Young
1125 @item
1126 And many others
1127 @end itemize
1129 And finally we'd like to thank everyone who uses the compiler, submits bug
1130 reports and generally reminds us why we're doing this work in the first place.