OSDN Git Service

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