OSDN Git Service

Add myself to doc/contrib.texi
[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,2004,2005,2006 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 Giovanni Bajo for analyzing lots of complicated C++ problem reports.
40
41 @item
42 Peter Barada for his work to improve code generation for new
43 ColdFire cores.
44
45 @item
46 Gerald Baumgartner added the signature extension to the C++ front end.
47
48 @item
49 Godmar Back for his Java improvements and encouragement.
50
51 @item
52 Scott Bambrough for help porting the Java compiler.
53
54 @item
55 Wolfgang Bangerth for processing tons of bug reports.
56
57 @item
58 Jon Beniston for his Microsoft Windows port of Java.
59
60 @item
61 Daniel Berlin for better DWARF2 support, faster/better optimizations,
62 improved alias analysis, plus migrating GCC to Bugzilla.
63
64 @item
65 Geoff Berry for his Java object serialization work and various patches.
66
67 @item
68 Eric Blake for helping to make GCJ and libgcj conform to the
69 specifications.
70
71 @item
72 Janne Blomqvist for contributions to gfortran.
73
74 @item
75 Segher Boessenkool for various fixes.
76
77 @item
78 Hans-J. Boehm for his @uref{http://www.hpl.hp.com/personal/Hans_Boehm/gc/,,
79 garbage collector}, IA-64 libffi port, and other Java work.
80
81 @item
82 Neil Booth for work on cpplib, lang hooks, debug hooks and other
83 miscellaneous clean-ups.
84
85 @item
86 Steven Bosscher for integrating the gfortran front end into GCC and for
87 contributing to the tree-ssa branch.
88
89 @item
90 Eric Botcazou for fixing middle- and backend bugs left and right.
91
92 @item
93 Per Bothner for his direction via the steering committee and various
94 improvements to the infrastructure for supporting new languages.  Chill
95 front end implementation.  Initial implementations of
96 cpplib, fix-header, config.guess, libio, and past C++ library (libg++)
97 maintainer.  Dreaming up, designing and implementing much of GCJ@.
98
99 @item
100 Devon Bowen helped port GCC to the Tahoe.
101
102 @item
103 Don Bowman for mips-vxworks contributions.
104
105 @item
106 Dave Brolley for work on cpplib and Chill.
107
108 @item
109 Paul Brook for work on the ARM architecture and maintaining gfortran.
110
111 @item
112 Robert Brown implemented the support for Encore 32000 systems.
113
114 @item
115 Christian Bruel for improvements to local store elimination.
116
117 @item
118 Herman A.J. ten Brugge for various fixes.
119
120 @item
121 Joerg Brunsmann for Java compiler hacking and help with the GCJ FAQ@.
122
123 @item
124 Joe Buck for his direction via the steering committee.
125
126 @item
127 Craig Burley for leadership of the G77 Fortran effort.
128
129 @item
130 Stephan Buys for contributing Doxygen notes for libstdc++.
131
132 @item
133 Paolo Carlini for libstdc++ work: lots of efficiency improvements to
134 the C++ strings, streambufs and formatted I/O, hard detective work on
135 the frustrating localization issues, and keeping up with the problem reports.
136
137 @item
138 John Carr for his alias work, SPARC hacking, infrastructure improvements,
139 previous contributions to the steering committee, loop optimizations, etc.
140
141 @item
142 Stephane Carrez for 68HC11 and 68HC12 ports.
143
144 @item
145 Steve Chamberlain for support for the Renesas SH and H8 processors
146 and the PicoJava processor, and for GCJ config fixes.
147
148 @item
149 Glenn Chambers for help with the GCJ FAQ@.
150
151 @item
152 John-Marc Chandonia for various libgcj patches.
153
154 @item
155 Scott Christley for his Objective-C contributions.
156
157 @item
158 Eric Christopher for his Java porting help and clean-ups.
159
160 @item
161 Branko Cibej for more warning contributions.
162
163 @item
164 The @uref{http://www.gnu.org/software/classpath/,,GNU Classpath project}
165 for all of their merged runtime code.
166
167 @item
168 Nick Clifton for arm, mcore, fr30, v850, m32r work, @option{--help}, and
169 other random hacking.
170
171 @item
172 Michael Cook for libstdc++ cleanup patches to reduce warnings.
173
174 @item
175 R. Kelley Cook for making GCC buildable from a read-only directory as
176 well as other miscellaneous build process and documentation clean-ups.
177
178 @item
179 Ralf Corsepius for SH testing and minor bugfixing.
180
181 @item
182 Stan Cox for care and feeding of the x86 port and lots of behind
183 the scenes hacking.
184
185 @item
186 Alex Crain provided changes for the 3b1.
187
188 @item
189 Ian Dall for major improvements to the NS32k port.
190
191 @item
192 Paul Dale for his work to add uClinux platform support to the
193 m68k backend.
194
195 @item
196 Dario Dariol contributed the four varieties of sample programs
197 that print a copy of their source.
198
199 @item
200 Russell Davidson for fstream and stringstream fixes in libstdc++.
201
202 @item
203 Bud Davis for work on the G77 and gfortran compilers.
204
205 @item
206 Mo DeJong for GCJ and libgcj bug fixes.
207
208 @item
209 DJ Delorie for the DJGPP port, build and libiberty maintenance,
210 various bug fixes, and the M32C port.
211
212 @item
213 Arnaud Desitter for helping to debug gfortran.
214
215 @item
216 Gabriel Dos Reis for contributions to G++, contributions and
217 maintenance of GCC diagnostics infrastructure, libstdc++-v3,
218 including @code{valarray<>}, @code{complex<>}, maintaining the numerics library
219 (including that pesky @code{<limits>} :-) and keeping up-to-date anything
220 to do with numbers.
221
222 @item
223 Ulrich Drepper for his work on glibc, testing of GCC using glibc, ISO C99
224 support, CFG dumping support, etc., plus support of the C++ runtime
225 libraries including for all kinds of C interface issues, contributing and
226 maintaining @code{complex<>}, sanity checking and disbursement, configuration
227 architecture, libio maintenance, and early math work.
228
229 @item
230 Zdenek Dvorak for a new loop unroller and various fixes.
231
232 @item
233 Richard Earnshaw for his ongoing work with the ARM@.
234
235 @item
236 David Edelsohn for his direction via the steering committee, ongoing work
237 with the RS6000/PowerPC port, help cleaning up Haifa loop changes,
238 doing the entire AIX port of libstdc++ with his bare hands, and for
239 ensuring GCC properly keeps working on AIX@.
240
241 @item
242 Kevin Ediger for the floating point formatting of num_put::do_put in
243 libstdc++.
244
245 @item
246 Phil Edwards for libstdc++ work including configuration hackery,
247 documentation maintainer, chief breaker of the web pages, the occasional
248 iostream bug fix, and work on shared library symbol versioning.
249
250 @item
251 Paul Eggert for random hacking all over GCC@.
252
253 @item
254 Mark Elbrecht for various DJGPP improvements, and for libstdc++
255 configuration support for locales and fstream-related fixes.
256
257 @item
258 Vadim Egorov for libstdc++ fixes in strings, streambufs, and iostreams.
259
260 @item
261 Christian Ehrhardt for dealing with bug reports.
262
263 @item
264 Ben Elliston for his work to move the Objective-C runtime into its
265 own subdirectory and for his work on autoconf.
266
267 @item
268 Marc Espie for OpenBSD support.
269
270 @item
271 Doug Evans for much of the global optimization framework, arc, m32r,
272 and SPARC work.
273
274 @item
275 Christopher Faylor for his work on the Cygwin port and for caring and
276 feeding the gcc.gnu.org box and saving its users tons of spam.
277
278 @item
279 Fred Fish for BeOS support and Ada fixes.
280
281 @item
282 Ivan Fontes Garcia for the Portuguese translation of the GCJ FAQ@.
283
284 @item
285 Peter Gerwinski for various bug fixes and the Pascal front end.
286
287 @item
288 Kaveh R.@: Ghazi for his direction via the steering committee, amazing
289 work to make @samp{-W -Wall -W* -Werror} useful, and continuously
290 testing GCC on a plethora of platforms.  Kaveh extends his gratitude to
291 the @uref{http://www.caip.rutgers.edu,,CAIP Center} at Rutgers
292 University for providing him with computing resources to work on Free
293 Software since the late 1980s.
294
295 @item
296 John Gilmore for a donation to the FSF earmarked improving GNU Java.
297
298 @item
299 Judy Goldberg for c++ contributions.
300
301 @item
302 Torbjorn Granlund for various fixes and the c-torture testsuite,
303 multiply- and divide-by-constant optimization, improved long long
304 support, improved leaf function register allocation, and his direction
305 via the steering committee.
306
307 @item
308 Anthony Green for his @option{-Os} contributions and Java front end work.
309
310 @item
311 Stu Grossman for gdb hacking, allowing GCJ developers to debug Java code.
312
313 @item
314 Michael K. Gschwind contributed the port to the PDP-11.
315
316 @item
317 Ron Guilmette implemented the @command{protoize} and @command{unprotoize}
318 tools, the support for Dwarf symbolic debugging information, and much of
319 the support for System V Release 4.  He has also worked heavily on the
320 Intel 386 and 860 support.
321
322 @item
323 Mostafa Hagog for Swing Modulo Scheduling (SMS) and post reload GCSE@.
324
325 @item
326 Bruno Haible for improvements in the runtime overhead for EH, new
327 warnings and assorted bug fixes.
328
329 @item
330 Andrew Haley for his amazing Java compiler and library efforts.
331
332 @item
333 Chris Hanson assisted in making GCC work on HP-UX for the 9000 series 300.
334
335 @item
336 Michael Hayes for various thankless work he's done trying to get
337 the c30/c40 ports functional.  Lots of loop and unroll improvements and
338 fixes.
339
340 @item
341 Dara Hazeghi for wading through myriads of target-specific bug reports.
342
343 @item
344 Kate Hedstrom for staking the G77 folks with an initial testsuite.
345
346 @item
347 Richard Henderson for his ongoing SPARC, alpha, ia32, and ia64 work, loop
348 opts, and generally fixing lots of old problems we've ignored for
349 years, flow rewrite and lots of further stuff, including reviewing
350 tons of patches.
351
352 @item
353 Aldy Hernandez for working on the PowerPC port, SIMD support, and
354 various fixes.
355
356 @item
357 Nobuyuki Hikichi of Software Research Associates, Tokyo, contributed
358 the support for the Sony NEWS machine.
359
360 @item
361 Kazu Hirata for caring and feeding the Renesas H8/300 port and various fixes.
362
363 @item
364 Katherine Holcomb for work on gfortran.
365
366 @item
367 Manfred Hollstein for his ongoing work to keep the m88k alive, lots
368 of testing and bug fixing, particularly of GCC configury code.
369
370 @item
371 Steve Holmgren for MachTen patches.
372
373 @item
374 Jan Hubicka for his x86 port improvements.
375
376 @item
377 Falk Hueffner for working on C and optimization bug reports.
378
379 @item
380 Bernardo Innocenti for his m68k work, including merging of
381 ColdFire improvements and uClinux support.
382
383 @item
384 Christian Iseli for various bug fixes.
385
386 @item
387 Kamil Iskra for general m68k hacking.
388
389 @item
390 Lee Iverson for random fixes and MIPS testing.
391
392 @item
393 Andreas Jaeger for testing and benchmarking of GCC and various bug fixes.
394
395 @item
396 Jakub Jelinek for his SPARC work and sibling call optimizations as well
397 as lots of bug fixes and test cases, and for improving the Java build
398 system.
399
400 @item
401 Janis Johnson for ia64 testing and fixes, her quality improvement
402 sidetracks, and web page maintenance.
403
404 @item
405 Kean Johnston for SCO OpenServer support and various fixes.
406
407 @item
408 Tim Josling for the sample language treelang based originally on Richard
409 Kenner's ``toy'' language.
410
411 @item
412 Nicolai Josuttis for additional libstdc++ documentation.
413
414 @item
415 Klaus Kaempf for his ongoing work to make alpha-vms a viable target.
416
417 @item
418 Steven G. Kargl for work on gfortran.
419
420 @item
421 David Kashtan of SRI adapted GCC to VMS@.
422
423 @item
424 Ryszard Kabatek for many, many libstdc++ bug fixes and optimizations of
425 strings, especially member functions, and for auto_ptr fixes.
426
427 @item
428 Geoffrey Keating for his ongoing work to make the PPC work for GNU/Linux
429 and his automatic regression tester.
430
431 @item
432 Brendan Kehoe for his ongoing work with G++ and for a lot of early work
433 in just about every part of libstdc++.
434
435 @item
436 Oliver M. Kellogg of Deutsche Aerospace contributed the port to the
437 MIL-STD-1750A@.
438
439 @item
440 Richard Kenner of the New York University Ultracomputer Research
441 Laboratory wrote the machine descriptions for the AMD 29000, the DEC
442 Alpha, the IBM RT PC, and the IBM RS/6000 as well as the support for
443 instruction attributes.  He also made changes to better support RISC
444 processors including changes to common subexpression elimination,
445 strength reduction, function calling sequence handling, and condition
446 code support, in addition to generalizing the code for frame pointer
447 elimination and delay slot scheduling.  Richard Kenner was also the
448 head maintainer of GCC for several years.
449
450 @item
451 Mumit Khan for various contributions to the Cygwin and Mingw32 ports and
452 maintaining binary releases for Microsoft Windows hosts, and for massive libstdc++
453 porting work to Cygwin/Mingw32.
454
455 @item
456 Robin Kirkham for cpu32 support.
457
458 @item
459 Mark Klein for PA improvements.
460
461 @item
462 Thomas Koenig for various bug fixes.
463
464 @item
465 Bruce Korb for the new and improved fixincludes code.
466
467 @item
468 Benjamin Kosnik for his G++ work and for leading the libstdc++-v3 effort.
469
470 @item
471 Charles LaBrec contributed the support for the Integrated Solutions
472 68020 system.
473
474 @item
475 Asher Langton and Mike Kumbera for contributing Cray pointer support
476 to gfortran, and for other gfortran improvements.
477
478 @item
479 Jeff Law for his direction via the steering committee, coordinating the
480 entire egcs project and GCC 2.95, rolling out snapshots and releases,
481 handling merges from GCC2, reviewing tons of patches that might have
482 fallen through the cracks else, and random but extensive hacking.
483
484 @item
485 Marc Lehmann for his direction via the steering committee and helping
486 with analysis and improvements of x86 performance.
487
488 @item
489 Victor Leikehman for work on gfortran.
490
491 @item
492 Ted Lemon wrote parts of the RTL reader and printer.
493
494 @item
495 Kriang Lerdsuwanakij for C++ improvements including template as template
496 parameter support, and many C++ fixes.
497
498 @item
499 Warren Levy for tremendous work on libgcj (Java Runtime Library) and
500 random work on the Java front end.
501
502 @item
503 Alain Lichnewsky ported GCC to the MIPS CPU@.
504
505 @item
506 Oskar Liljeblad for hacking on AWT and his many Java bug reports and
507 patches.
508
509 @item
510 Robert Lipe for OpenServer support, new testsuites, testing, etc.
511
512 @item
513 Weiwen Liu for testing and various bug fixes.
514
515 @item
516 Dave Love for his ongoing work with the Fortran front end and
517 runtime libraries.
518
519 @item
520 Martin von L@"owis for internal consistency checking infrastructure,
521 various C++ improvements including namespace support, and tons of
522 assistance with libstdc++/compiler merges.
523
524 @item
525 H.J. Lu for his previous contributions to the steering committee, many x86
526 bug reports, prototype patches, and keeping the GNU/Linux ports working.
527
528 @item
529 Greg McGary for random fixes and (someday) bounded pointers.
530
531 @item
532 Andrew MacLeod for his ongoing work in building a real EH system,
533 various code generation improvements, work on the global optimizer, etc.
534
535 @item
536 Vladimir Makarov for hacking some ugly i960 problems, PowerPC hacking
537 improvements to compile-time performance, overall knowledge and
538 direction in the area of instruction scheduling, and design and
539 implementation of the automaton based instruction scheduler.
540
541 @item
542 Bob Manson for his behind the scenes work on dejagnu.
543
544 @item
545 Philip Martin for lots of libstdc++ string and vector iterator fixes and
546 improvements, and string clean up and testsuites.
547
548 @item
549 All of the Mauve project
550 @uref{http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/mauve/THANKS?rev=1.2&cvsroot=mauve&only_with_tag=HEAD,,contributors},
551 for Java test code.
552
553 @item
554 Bryce McKinlay for numerous GCJ and libgcj fixes and improvements.
555
556 @item
557 Adam Megacz for his work on the Microsoft Windows port of GCJ@.
558
559 @item
560 Michael Meissner for LRS framework, ia32, m32r, v850, m88k, MIPS,
561 powerpc, haifa, ECOFF debug support, and other assorted hacking.
562
563 @item
564 Jason Merrill for his direction via the steering committee and leading
565 the G++ effort.
566
567 @item
568 Martin Michlmayr for testing GCC on several architectures using the
569 entire Debian archive.
570
571 @item
572 David Miller for his direction via the steering committee, lots of
573 SPARC work, improvements in jump.c and interfacing with the Linux kernel
574 developers.
575
576 @item
577 Gary Miller ported GCC to Charles River Data Systems machines.
578
579 @item
580 Alfred Minarik for libstdc++ string and ios bug fixes, and turning the
581 entire libstdc++ testsuite namespace-compatible.
582
583 @item
584 Mark Mitchell for his direction via the steering committee, mountains of
585 C++ work, load/store hoisting out of loops, alias analysis improvements,
586 ISO C @code{restrict} support, and serving as release manager for GCC 3.x.
587
588 @item
589 Alan Modra for various GNU/Linux bits and testing.
590
591 @item
592 Toon Moene for his direction via the steering committee, Fortran
593 maintenance, and his ongoing work to make us make Fortran run fast.
594
595 @item
596 Jason Molenda for major help in the care and feeding of all the services
597 on the gcc.gnu.org (formerly egcs.cygnus.com) machine---mail, web
598 services, ftp services, etc etc.  Doing all this work on scrap paper and
599 the backs of envelopes would have been@dots{} difficult.
600
601 @item
602 Catherine Moore for fixing various ugly problems we have sent her
603 way, including the haifa bug which was killing the Alpha & PowerPC
604 Linux kernels.
605
606 @item
607 Mike Moreton for his various Java patches.
608
609 @item
610 David Mosberger-Tang for various Alpha improvements, and for the initial
611 IA-64 port.
612
613 @item
614 Stephen Moshier contributed the floating point emulator that assists in
615 cross-compilation and permits support for floating point numbers wider
616 than 64 bits and for ISO C99 support.
617
618 @item
619 Bill Moyer for his behind the scenes work on various issues.
620
621 @item
622 Philippe De Muyter for his work on the m68k port.
623
624 @item
625 Joseph S. Myers for his work on the PDP-11 port, format checking and ISO
626 C99 support, and continuous emphasis on (and contributions to) documentation.
627
628 @item
629 Nathan Myers for his work on libstdc++-v3: architecture and authorship
630 through the first three snapshots, including implementation of locale
631 infrastructure, string, shadow C headers, and the initial project
632 documentation (DESIGN, CHECKLIST, and so forth).  Later, more work on
633 MT-safe string and shadow headers.
634
635 @item
636 Felix Natter for documentation on porting libstdc++.
637
638 @item
639 Nathanael Nerode for cleaning up the configuration/build process.
640
641 @item
642 NeXT, Inc.@: donated the front end that supports the Objective-C
643 language.
644
645 @item
646 Hans-Peter Nilsson for the CRIS and MMIX ports, improvements to the search
647 engine setup, various documentation fixes and other small fixes.
648
649 @item
650 Geoff Noer for his work on getting cygwin native builds working.
651
652 @item
653 Diego Novillo for his work on Tree SSA, OpenMP, SPEC performance
654 tracking web pages and assorted fixes.
655
656 @item
657 David O'Brien for the FreeBSD/alpha, FreeBSD/AMD x86-64, FreeBSD/ARM,
658 FreeBSD/PowerPC, and FreeBSD/SPARC64 ports and related infrastructure
659 improvements.
660
661 @item
662 Alexandre Oliva for various build infrastructure improvements, scripts and
663 amazing testing work, including keeping libtool issues sane and happy.
664
665 @item
666 Stefan Olsson for work on mt_alloc.
667
668 @item
669 Melissa O'Neill for various NeXT fixes.
670
671 @item
672 Rainer Orth for random MIPS work, including improvements to GCC's o32
673 ABI support, improvements to dejagnu's MIPS support, Java configuration
674 clean-ups and porting work, etc.
675
676 @item
677 Hartmut Penner for work on the s390 port.
678
679 @item
680 Paul Petersen wrote the machine description for the Alliant FX/8.
681
682 @item
683 Alexandre Petit-Bianco for implementing much of the Java compiler and
684 continued Java maintainership.
685
686 @item
687 Matthias Pfaller for major improvements to the NS32k port.
688
689 @item
690 Gerald Pfeifer for his direction via the steering committee, pointing
691 out lots of problems we need to solve, maintenance of the web pages, and
692 taking care of documentation maintenance in general.
693
694 @item
695 Andrew Pinski for processing bug reports by the dozen.
696
697 @item
698 Ovidiu Predescu for his work on the Objective-C front end and runtime
699 libraries.
700
701 @item
702 Jerry Quinn for major performance improvements in C++ formatted I/O@.
703
704 @item
705 Ken Raeburn for various improvements to checker, MIPS ports and various
706 cleanups in the compiler.
707
708 @item
709 Rolf W. Rasmussen for hacking on AWT@.
710
711 @item
712 David Reese of Sun Microsystems contributed to the Solaris on PowerPC
713 port.
714
715 @item
716 Volker Reichelt for keeping up with the problem reports.
717
718 @item
719 Joern Rennecke for maintaining the sh port, loop, regmove & reload
720 hacking.
721
722 @item
723 Loren J. Rittle for improvements to libstdc++-v3 including the FreeBSD
724 port, threading fixes, thread-related configury changes, critical
725 threading documentation, and solutions to really tricky I/O problems,
726 as well as keeping GCC properly working on FreeBSD and continuous testing.
727
728 @item
729 Craig Rodrigues for processing tons of bug reports.
730
731 @item
732 Ola R@"onnerup for work on mt_alloc.
733
734 @item
735 Gavin Romig-Koch for lots of behind the scenes MIPS work.
736
737 @item
738 David Ronis inspired and encouraged Craig to rewrite the G77
739 documentation in texinfo format by contributing a first pass at a
740 translation of the old @file{g77-0.5.16/f/DOC} file.
741
742 @item
743 Ken Rose for fixes to GCC's delay slot filling code.
744
745 @item
746 Paul Rubin wrote most of the preprocessor.
747
748 @item
749 P@'etur Run@'olfsson for major performance improvements in C++ formatted I/O and
750 large file support in C++ filebuf.
751
752 @item
753 Chip Salzenberg for libstdc++ patches and improvements to locales, traits,
754 Makefiles, libio, libtool hackery, and ``long long'' support.
755
756 @item
757 Juha Sarlin for improvements to the H8 code generator.
758
759 @item
760 Greg Satz assisted in making GCC work on HP-UX for the 9000 series 300.
761
762 @item
763 Roger Sayle for improvements to constant folding and GCC's RTL optimizers
764 as well as for fixing numerous bugs.
765
766 @item
767 Bradley Schatz for his work on the GCJ FAQ@.
768
769 @item
770 Peter Schauer wrote the code to allow debugging to work on the Alpha.
771
772 @item
773 William Schelter did most of the work on the Intel 80386 support.
774
775 @item
776 Tobias Schl@"uter for work on gfortran.
777
778 @item
779 Bernd Schmidt for various code generation improvements and major
780 work in the reload pass as well a serving as release manager for
781 GCC 2.95.3.
782
783 @item
784 Peter Schmid for constant testing of libstdc++---especially application
785 testing, going above and beyond what was requested for the release
786 criteria---and libstdc++ header file tweaks.
787
788 @item
789 Jason Schroeder for jcf-dump patches.
790
791 @item
792 Andreas Schwab for his work on the m68k port.
793
794 @item
795 Lars Segerlund for work on gfortran.
796
797 @item
798 Joel Sherrill for his direction via the steering committee, RTEMS
799 contributions and RTEMS testing.
800
801 @item
802 Nathan Sidwell for many C++ fixes/improvements.
803
804 @item
805 Jeffrey Siegal for helping RMS with the original design of GCC, some
806 code which handles the parse tree and RTL data structures, constant
807 folding and help with the original VAX & m68k ports.
808
809 @item
810 Kenny Simpson for prompting libstdc++ fixes due to defect reports from
811 the LWG (thereby keeping GCC in line with updates from the ISO)@.
812
813 @item
814 Franz Sirl for his ongoing work with making the PPC port stable
815 for GNU/Linux.
816
817 @item
818 Andrey Slepuhin for assorted AIX hacking.
819
820 @item
821 Christopher Smith did the port for Convex machines.
822
823 @item
824 Danny Smith for his major efforts on the Mingw (and Cygwin) ports.
825
826 @item
827 Randy Smith finished the Sun FPA support.
828
829 @item
830 Scott Snyder for queue, iterator, istream, and string fixes and libstdc++
831 testsuite entries.  Also for providing the patch to G77 to add
832 rudimentary support for @code{INTEGER*1}, @code{INTEGER*2}, and
833 @code{LOGICAL*1}.
834
835 @item
836 Brad Spencer for contributions to the GLIBCPP_FORCE_NEW technique.
837
838 @item
839 Richard Stallman, for writing the original GCC and launching the GNU project.
840
841 @item
842 Jan Stein of the Chalmers Computer Society provided support for
843 Genix, as well as part of the 32000 machine description.
844
845 @item
846 Nigel Stephens for various mips16 related fixes/improvements.
847
848 @item
849 Jonathan Stone wrote the machine description for the Pyramid computer.
850
851 @item
852 Graham Stott for various infrastructure improvements.
853
854 @item
855 John Stracke for his Java HTTP protocol fixes.
856
857 @item
858 Mike Stump for his Elxsi port, G++ contributions over the years and more
859 recently his vxworks contributions
860
861 @item
862 Jeff Sturm for Java porting help, bug fixes, and encouragement.
863
864 @item
865 Shigeya Suzuki for this fixes for the bsdi platforms.
866
867 @item
868 Ian Lance Taylor for his mips16 work, general configury hacking,
869 fixincludes, etc.
870
871 @item
872 Holger Teutsch provided the support for the Clipper CPU@.
873
874 @item
875 Gary Thomas for his ongoing work to make the PPC work for GNU/Linux.
876
877 @item
878 Philipp Thomas for random bug fixes throughout the compiler
879
880 @item
881 Jason Thorpe for thread support in libstdc++ on NetBSD@.
882
883 @item
884 Kresten Krab Thorup wrote the run time support for the Objective-C
885 language and the fantastic Java bytecode interpreter.
886
887 @item
888 Michael Tiemann for random bug fixes, the first instruction scheduler,
889 initial C++ support, function integration, NS32k, SPARC and M88k
890 machine description work, delay slot scheduling.
891
892 @item
893 Andreas Tobler for his work porting libgcj to Darwin.
894
895 @item
896 Teemu Torma for thread safe exception handling support.
897
898 @item
899 Leonard Tower wrote parts of the parser, RTL generator, and RTL
900 definitions, and of the VAX machine description.
901
902 @item
903 Tom Tromey for internationalization support and for his many Java
904 contributions and libgcj maintainership.
905
906 @item
907 Lassi Tuura for improvements to config.guess to determine HP processor
908 types.
909
910 @item
911 Petter Urkedal for libstdc++ CXXFLAGS, math, and algorithms fixes.
912
913 @item
914 Andy Vaught for the design and initial implementation of the gfortran
915 front end.
916
917 @item
918 Brent Verner for work with the libstdc++ cshadow files and their
919 associated configure steps.
920
921 @item
922 Todd Vierling for contributions for NetBSD ports.
923
924 @item
925 Jonathan Wakely for contributing libstdc++ Doxygen notes and XHTML
926 guidance.
927
928 @item
929 Dean Wakerley for converting the install documentation from HTML to texinfo
930 in time for GCC 3.0.
931
932 @item
933 Krister Walfridsson for random bug fixes.
934
935 @item
936 Feng Wang for contributions to gfortran.
937
938 @item
939 Stephen M. Webb for time and effort on making libstdc++ shadow files
940 work with the tricky Solaris 8+ headers, and for pushing the build-time
941 header tree.
942
943 @item
944 John Wehle for various improvements for the x86 code generator,
945 related infrastructure improvements to help x86 code generation,
946 value range propagation and other work, WE32k port.
947
948 @item
949 Ulrich Weigand for work on the s390 port.
950
951 @item
952 Zack Weinberg for major work on cpplib and various other bug fixes.
953
954 @item
955 Matt Welsh for help with Linux Threads support in GCJ@.
956
957 @item
958 Urban Widmark for help fixing java.io.
959
960 @item
961 Mark Wielaard for new Java library code and his work integrating with
962 Classpath.
963
964 @item
965 Dale Wiles helped port GCC to the Tahoe.
966
967 @item
968 Bob Wilson from Tensilica, Inc.@: for the Xtensa port.
969
970 @item
971 Jim Wilson for his direction via the steering committee, tackling hard
972 problems in various places that nobody else wanted to work on, strength
973 reduction and other loop optimizations.
974
975 @item
976 Paul Woegerer and Tal Agmon for the CRX port.
977
978 @item
979 Carlo Wood for various fixes.
980
981 @item
982 Tom Wood for work on the m88k port.
983
984 @item
985 Canqun Yang for work on gfortran.
986
987 @item
988 Masanobu Yuhara of Fujitsu Laboratories implemented the machine
989 description for the Tron architecture (specifically, the Gmicro).
990
991 @item
992 Kevin Zachmann helped port GCC to the Tahoe.
993
994 @item
995 Ayal Zaks for Swing Modulo Scheduling (SMS).
996
997 @item
998 Xiaoqiang Zhang for work on gfortran.
999
1000 @item
1001 Gilles Zunino for help porting Java to Irix.
1002
1003 @end itemize
1004
1005 The following people are recognized for their contributions to GNAT,
1006 the Ada front end of GCC:
1007 @itemize @bullet
1008 @item
1009 Bernard Banner
1010
1011 @item
1012 Romain Berrendonner
1013
1014 @item
1015 Geert Bosch
1016
1017 @item
1018 Emmanuel Briot
1019
1020 @item
1021 Joel Brobecker
1022
1023 @item
1024 Ben Brosgol
1025
1026 @item
1027 Vincent Celier
1028
1029 @item
1030 Arnaud Charlet
1031
1032 @item
1033 Chien Chieng
1034
1035 @item
1036 Cyrille Comar
1037
1038 @item
1039 Cyrille Crozes
1040
1041 @item
1042 Robert Dewar
1043
1044 @item
1045 Gary Dismukes
1046
1047 @item
1048 Robert Duff
1049
1050 @item
1051 Ed Falis
1052
1053 @item
1054 Ramon Fernandez
1055
1056 @item
1057 Sam Figueroa
1058
1059 @item
1060 Vasiliy Fofanov
1061
1062 @item
1063 Michael Friess
1064
1065 @item
1066 Franco Gasperoni
1067
1068 @item
1069 Ted Giering
1070
1071 @item
1072 Matthew Gingell
1073
1074 @item
1075 Laurent Guerby
1076
1077 @item
1078 Jerome Guitton
1079
1080 @item
1081 Olivier Hainque
1082
1083 @item
1084 Jerome Hugues
1085
1086 @item
1087 Hristian Kirtchev
1088
1089 @item
1090 Jerome Lambourg
1091
1092 @item
1093 Bruno Leclerc
1094
1095 @item
1096 Albert Lee
1097
1098 @item
1099 Sean McNeil
1100
1101 @item
1102 Javier Miranda
1103
1104 @item
1105 Laurent Nana
1106
1107 @item
1108 Pascal Obry
1109
1110 @item
1111 Dong-Ik Oh
1112
1113 @item
1114 Laurent Pautet
1115
1116 @item
1117 Brett Porter
1118
1119 @item
1120 Thomas Quinot
1121
1122 @item
1123 Nicolas Roche
1124
1125 @item
1126 Pat Rogers
1127
1128 @item
1129 Jose Ruiz
1130
1131 @item
1132 Douglas Rupp
1133
1134 @item
1135 Sergey Rybin
1136
1137 @item
1138 Gail Schenker
1139
1140 @item
1141 Ed Schonberg
1142
1143 @item
1144 Nicolas Setton
1145
1146 @item
1147 Samuel Tardieu
1148
1149 @end itemize
1150
1151
1152 The following people are recognized for their contributions of new
1153 features, bug reports, testing and integration of classpath/libgcj for
1154 GCC version 4.1:
1155 @itemize @bullet
1156 @item
1157 Lillian Angel for @code{JTree} implementation and lots Free Swing
1158 additions and bugfixes.
1159
1160 @item
1161 Wolfgang Baer for @code{GapContent} bugfixes.
1162
1163 @item
1164 Anthony Balkissoon for @code{JList}, Free Swing 1.5 updates and mouse event
1165 fixes, lots of Free Swing work including @code{JTable} editing.
1166
1167 @item
1168 Stuart Ballard for RMI constant fixes.
1169
1170 @item
1171 Goffredo Baroncelli for @code{HTTPURLConnection} fixes.
1172
1173 @item
1174 Gary Benson for @code{MessageFormat} fixes.
1175
1176 @item
1177 Daniel Bonniot for @code{Serialization} fixes.
1178
1179 @item
1180 Chris Burdess for lots of gnu.xml and http protocol fixes, @code{StAX}
1181 and @code{DOM xml:id} support.
1182
1183 @item
1184 Ka-Hing Cheung for @code{TreePath} and @code{TreeSelection} fixes.
1185
1186 @item
1187 Archie Cobbs for build fixes, VM interface updates,
1188 @code{URLClassLoader} updates.
1189
1190 @item
1191 Kelley Cook for build fixes.
1192
1193 @item
1194 Martin Cordova for Suggestions for better @code{SocketTimeoutException}.
1195
1196 @item
1197 David Daney for @code{BitSet} bugfixes, @code{HttpURLConnection}
1198 rewrite and improvements.
1199
1200 @item
1201 Thomas Fitzsimmons for lots of upgrades to the gtk+ AWT and Cairo 2D
1202 support. Lots of imageio framework additions, lots of AWT and Free
1203 Swing bugfixes.
1204
1205 @item
1206 Jeroen Frijters for @code{ClassLoader} and nio cleanups, serialization fixes,
1207 better @code{Proxy} support, bugfixes and IKVM integration.
1208
1209 @item
1210 Santiago Gala for @code{AccessControlContext} fixes.
1211
1212 @item
1213 Nicolas Geoffray for @code{VMClassLoader} and @code{AccessController}
1214 improvements.
1215
1216 @item
1217 David Gilbert for @code{basic} and @code{metal} icon and plaf support
1218 and lots of documenting, Lots of Free Swing and metal theme
1219 additions. @code{MetalIconFactory} implementation.
1220
1221 @item
1222 Anthony Green for @code{MIDI} framework, @code{ALSA} and @code{DSSI}
1223 providers.
1224
1225 @item
1226 Andrew Haley for @code{Serialization} and @code{URLClassLoader} fixes,
1227 gcj build speedups.
1228
1229 @item
1230 Kim Ho for @code{JFileChooser} implementation.
1231
1232 @item
1233 Andrew John Hughes for @code{Locale} and net fixes, URI RFC2986
1234 updates, @code{Serialization} fixes, @code{Properties} XML support and
1235 generic branch work, VMIntegration guide update.
1236
1237 @item
1238 Bastiaan Huisman for @code{TimeZone} bugfixing.
1239
1240 @item
1241 Andreas Jaeger for mprec updates.
1242
1243 @item
1244 Paul Jenner for better @option{-Werror} support.
1245
1246 @item
1247 Ito Kazumitsu for @code{NetworkInterface} implementation and updates.
1248
1249 @item
1250 Roman Kennke for @code{BoxLayout}, @code{GrayFilter} and
1251 @code{SplitPane}, plus bugfixes all over. Lots of Free Swing work
1252 including styled text.
1253
1254 @item
1255 Simon Kitching for @code{String} cleanups and optimization suggestions.
1256
1257 @item
1258 Michael Koch for configuration fixes, @code{Locale} updates, bug and
1259 build fixes.
1260
1261 @item
1262 Guilhem Lavaux for configuration, thread and channel fixes and Kaffe
1263 integration. JCL native @code{Pointer} updates. Logger bugfixes.
1264
1265 @item
1266 David Lichteblau for JCL support library global/local reference
1267 cleanups.
1268
1269 @item
1270 Aaron Luchko for JDWP updates and documentation fixes.
1271
1272 @item
1273 Ziga Mahkovec for @code{Graphics2D} upgraded to Cairo 0.5 and new regex
1274 features.
1275
1276 @item
1277 Sven de Marothy for BMP imageio support, CSS and @code{TextLayout}
1278 fixes. @code{GtkImage} rewrite, 2D, awt, free swing and date/time fixes and
1279 implementing the Qt4 peers.
1280
1281 @item
1282 Casey Marshall for crypto algorithm fixes, @code{FileChannel} lock,
1283 @code{SystemLogger} and @code{FileHandler} rotate implementations, NIO
1284 @code{FileChannel.map} support, security and policy updates.
1285
1286 @item
1287 Bryce McKinlay for RMI work.
1288
1289 @item
1290 Audrius Meskauskas for lots of Free Corba, RMI and HTML work plus
1291 testing and documenting.
1292
1293 @item
1294 Kalle Olavi Niemitalo for build fixes.
1295
1296 @item
1297 Rainer Orth for build fixes.
1298
1299 @item
1300 Andrew Overholt for @code{File} locking fixes.
1301
1302 @item
1303 Ingo Proetel for @code{Image}, @code{Logger} and @code{URLClassLoader}
1304 updates.
1305
1306 @item
1307 Olga Rodimina for @code{MenuSelectionManager} implementation.
1308
1309 @item
1310 Jan Roehrich for @code{BasicTreeUI} and @code{JTree} fixes.
1311
1312 @item
1313 Julian Scheid for documentation updates and gjdoc support.
1314
1315 @item
1316 Christian Schlichtherle for zip fixes and cleanups.
1317
1318 @item
1319 Robert Schuster for documentation updates and beans fixes,
1320 @code{TreeNode} enumerations and @code{ActionCommand} and various
1321 fixes, XML and URL, AWT and Free Swing bugfixes.
1322
1323 @item
1324 Keith Seitz for lots of JDWP work.
1325
1326 @item
1327 Christian Thalinger for 64-bit cleanups, Configuration and VM
1328 interface fixes and @code{CACAO} integration, @code{fdlibm} updates.
1329
1330 @item
1331 Gael Thomas for @code{VMClassLoader} boot packages support suggestions.
1332
1333 @item
1334 Andreas Tobler for Darwin and Solaris testing and fixing, @code{Qt4}
1335 support for Darwin/OS X, @code{Graphics2D} support, @code{gtk+}
1336 updates.
1337
1338 @item
1339 Dalibor Topic for better @code{DEBUG} support, build cleanups and
1340 Kaffe integration. @code{Qt4} build infrastructure, @code{SHA1PRNG}
1341 and @code{GdkPixbugDecoder} updates.
1342
1343 @item
1344 Tom Tromey for Eclipse integration, generics work, lots of bugfixes
1345 and gcj integration including coordinating The Big Merge.
1346
1347 @item
1348 Mark Wielaard for bugfixes, packaging and release management,
1349 @code{Clipboard} implementation, system call interrupts and network
1350 timeouts and @code{GdkPixpufDecoder} fixes.
1351
1352 @end itemize
1353
1354
1355 In addition to the above, all of which also contributed time and energy in
1356 testing GCC, we would like to thank the following for their contributions
1357 to testing:
1358
1359 @itemize @bullet
1360 @item
1361 Michael Abd-El-Malek
1362
1363 @item
1364 Thomas Arend
1365
1366 @item
1367 Bonzo Armstrong
1368
1369 @item
1370 Steven Ashe
1371
1372 @item
1373 Chris Baldwin
1374
1375 @item
1376 David Billinghurst
1377
1378 @item
1379 Jim Blandy
1380
1381 @item
1382 Stephane Bortzmeyer
1383
1384 @item
1385 Horst von Brand
1386
1387 @item
1388 Frank Braun
1389
1390 @item
1391 Rodney Brown
1392
1393 @item
1394 Sidney Cadot
1395
1396 @item
1397 Bradford Castalia
1398
1399 @item
1400 Jonathan Corbet
1401
1402 @item
1403 Ralph Doncaster
1404
1405 @item
1406 Richard Emberson
1407
1408 @item
1409 Levente Farkas
1410
1411 @item
1412 Graham Fawcett
1413
1414 @item
1415 Mark Fernyhough
1416
1417 @item
1418 Robert A. French
1419
1420 @item
1421 J@"orgen Freyh
1422
1423 @item
1424 Mark K. Gardner
1425
1426 @item
1427 Charles-Antoine Gauthier
1428
1429 @item
1430 Yung Shing Gene
1431
1432 @item
1433 David Gilbert
1434
1435 @item
1436 Simon Gornall
1437
1438 @item
1439 Fred Gray
1440
1441 @item
1442 John Griffin
1443
1444 @item
1445 Patrik Hagglund
1446
1447 @item
1448 Phil Hargett
1449
1450 @item
1451 Amancio Hasty
1452
1453 @item
1454 Takafumi Hayashi
1455
1456 @item
1457 Bryan W. Headley
1458
1459 @item
1460 Kevin B. Hendricks
1461
1462 @item
1463 Joep Jansen
1464
1465 @item
1466 Christian Joensson
1467
1468 @item
1469 Michel Kern
1470
1471 @item
1472 David Kidd
1473
1474 @item
1475 Tobias Kuipers
1476
1477 @item
1478 Anand Krishnaswamy
1479
1480 @item
1481 A. O. V. Le Blanc
1482
1483 @item
1484 llewelly
1485
1486 @item
1487 Damon Love
1488
1489 @item
1490 Brad Lucier
1491
1492 @item
1493 Matthias Klose
1494
1495 @item
1496 Martin Knoblauch
1497
1498 @item
1499 Rick Lutowski
1500
1501 @item
1502 Jesse Macnish
1503
1504 @item
1505 Stefan Morrell
1506
1507 @item
1508 Anon A. Mous
1509
1510 @item
1511 Matthias Mueller
1512
1513 @item
1514 Pekka Nikander
1515
1516 @item
1517 Rick Niles
1518
1519 @item
1520 Jon Olson
1521
1522 @item
1523 Magnus Persson
1524
1525 @item
1526 Chris Pollard
1527
1528 @item
1529 Richard Polton
1530
1531 @item
1532 Derk Reefman
1533
1534 @item
1535 David Rees
1536
1537 @item
1538 Paul Reilly
1539
1540 @item
1541 Tom Reilly
1542
1543 @item
1544 Torsten Rueger
1545
1546 @item
1547 Danny Sadinoff
1548
1549 @item
1550 Marc Schifer
1551
1552 @item
1553 Erik Schnetter
1554
1555 @item
1556 Wayne K. Schroll
1557
1558 @item
1559 David Schuler
1560
1561 @item
1562 Vin Shelton
1563
1564 @item
1565 Tim Souder
1566
1567 @item
1568 Adam Sulmicki
1569
1570 @item
1571 Bill Thorson
1572
1573 @item
1574 George Talbot
1575
1576 @item
1577 Pedro A. M. Vazquez
1578
1579 @item
1580 Gregory Warnes
1581
1582 @item
1583 Ian Watson
1584
1585 @item
1586 David E. Young
1587
1588 @item
1589 And many others
1590 @end itemize
1591
1592 And finally we'd like to thank everyone who uses the compiler, submits bug
1593 reports and generally reminds us why we're doing this work in the first place.