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