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