OSDN Git Service

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