OSDN Git Service

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