OSDN Git Service

* doc/c-tree.texi, doc/contrib.texi, doc/extend.texi,
[pf3gnuchains/gcc-fork.git] / gcc / doc / contrib.texi
1 @c Copyright (C) 1988,1989,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001
2 @c Free Software Foundation, Inc.
3 @c This is part of the GCC manual.
4 @c For copying conditions, see the file gcc.texi.
5
6 The GCC project would like to thank its many contributors.  Without them the
7 project would not have been nearly as successful as it has been.  Any omissions
8 in this list are accidental.  Feel free to contact
9 @email{law@@redhat.com} if you have been left out
10 or some of your contributions are not listed.  Please keep this list in
11 alphabetical order.
12
13 Some projects operating under the GCC project maintain their own list
14 of contributors, such as
15 @uref{http://gcc.gnu.org/libstdc++/,the C++ library}.
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 James van Artsdalen wrote the code that makes efficient use of
25 the Intel 80387 register stack.
26
27 @item
28 Alasdair Baird for various bugfixes.
29
30 @item
31 Gerald Baumgartner added the signature extension to the C++ front end.
32
33 @item
34 Neil Booth for various work on cpplib.
35
36 @item
37 Per Bothner for his direction via the steering committee and various
38 improvements to our infrastructure for supporting new languages.  Chill
39 and Java front end implementations.  Initial implementations of
40 cpplib, fix-header, config.guess, libio, and past C++ library
41 (libg++) maintainer.
42
43 @item
44 Devon Bowen helped port GCC to the Tahoe.
45
46 @item
47 Don Bowman for mips-vxworks contributions.
48
49 @item
50 Dave Brolley for work on cpplib and Chill.
51
52 @item
53 Robert Brown implemented the support for Encore 32000 systems.
54
55 @item
56 Christian Bruel for improvements to local store elimination.
57
58 @item
59 Herman A.J. ten Brugge for various fixes.
60
61 @item
62 Joe Buck for his direction via the steering committee.
63
64 @item
65 Craig Burley for leadership of the Fortran effort.
66
67 @item
68 John Carr for his alias work, SPARC hacking, infrastructure improvements,
69 previous contributions to the steering committee, loop optimizations, etc.
70
71 @item
72 Steve Chamberlain wrote the support for the Hitachi SH and H8 processors
73 and the PicoJava processor.
74
75 @item
76 Scott Christley for his ObjC contributions.
77
78 @item
79 Branko Cibej for more warning contributions.
80
81 @item
82 Nick Clifton for arm, mcore, fr30, v850, m32r work, @option{--help}, and other random
83 hacking.
84
85 @item
86 Ralf Corsepius for SH testing and minor bugfixing.
87
88 @item
89 Stan Cox for care and feeding of the x86 port and lots of behind
90 the scenes hacking.
91
92 @item
93 Alex Crain provided changes for the 3b1.
94
95 @item
96 Ian Dall for major improvements to the NS32k port.
97
98 @item
99 Dario Dariol contributed the four varieties of sample programs
100 that print a copy of their source.
101
102 @item
103 Ulrich Drepper for his work on the C++ runtime libraries, glibc,
104  testing of GCC using glibc, ISO C99 support, CFG dumping support, etc.
105
106 @item
107 Richard Earnshaw for his ongoing work with the ARM.
108
109 @item
110 David Edelsohn for his direction via the steering committee,
111 ongoing work with the RS6000/PowerPC port, and help cleaning up Haifa
112 loop changes.
113
114 @item
115 Paul Eggert for random hacking all over gcc.
116
117 @item
118 Mark Elbrecht for various DJGPP improvements.
119
120 @item
121 Ben Elliston for his work to move the Objective-C runtime into its
122 own subdirectory and for his work on autoconf.
123
124 @item
125 Marc Espie for OpenBSD support.
126
127 @item
128 Doug Evans for much of the global optimization framework, arc, m32r,
129 and SPARC work.
130
131 @item
132 Fred Fish for BeOS support and Ada fixes.
133
134 @item
135 Peter Gerwinski for various bugfixes and the Pascal front end.
136
137 @item
138 Kaveh Ghazi for his direction via the steering committee and
139 amazing work to make @samp{-W -Wall} useful.
140
141 @item
142 Judy Goldberg for c++ contributions.
143
144 @item
145 Torbjorn Granlund for various fixes and the c-torture testsuite,
146 multiply- and divide-by-constant optimization, improved long long
147 support, improved leaf function register allocation, and his direction
148 via the steering committee.
149
150 @item
151 Anthony Green for his @option{-Os} contributions and Java front end work.
152
153 @item
154 Michael K. Gschwind contributed the port to the PDP-11.
155
156 @item
157 Ron Guilmette implemented the @command{protoize} and @command{unprotoize}
158 tools, the support for Dwarf symbolic debugging information, and much of
159 the support for System V Release 4.  He has also worked heavily on the
160 Intel 386 and 860 support.
161
162 @item
163 Bruno Haible for improvements in the runtime overhead for EH, new
164 warnings and assorted bugfixes.
165
166 @item
167 Andrew Haley for his Java work.
168
169 @item
170 Chris Hanson assisted in making GCC work on HP-UX for the 9000 series 300.
171
172 @item
173 Michael Hayes for various thankless work he's done trying to get
174 the c30/c40 ports functional.  Lots of loop and unroll improvements and
175 fixes.
176
177 @item
178 Kate Hedstrom for staking the g77 folks with an initial testsuite.
179
180 @item
181 Richard Henderson for his ongoing SPARC and alpha work, loop opts, and
182 generally fixing lots of old problems we've ignored for years, flow
183 rewrite and lots of stuff I've forgotten.
184
185 @item
186 Nobuyuki Hikichi of Software Research Associates, Tokyo, contributed
187 the support for the Sony NEWS machine.
188
189 @item
190 Manfred Hollstein for his ongoing work to keep the m88k alive, lots
191 of testing an bugfixing, particularly of our configury code.
192
193 @item
194 Steve Holmgren for MachTen patches.
195
196 @item
197 Jan Hubicka for his x86 port improvements.
198
199 @item
200 Christian Iseli for various bugfixes.
201
202 @item
203 Kamil Iskra for general m68k hacking.
204
205 @item
206 Lee Iverson for random fixes and mips testing.
207
208 @item
209 Andreas Jaeger for various fixes to the MIPS port
210
211 @item
212 Jakub Jelinek for his SPARC work and sibling call optimizations.
213
214 @item
215 J. Kean Johnston for OpenServer support.
216
217 @item
218 Klaus Kaempf for his ongoing work to make alpha-vms a viable target.
219
220 @item
221 David Kashtan of SRI adapted GCC to VMS.
222
223 @item
224 Geoffrey Keating for his ongoing work to make the PPC work for Linux.
225
226 @item
227 Brendan Kehoe for his ongoing work with g++.
228
229 @item
230 Oliver M. Kellogg of Deutsche Aerospace contributed the port to the
231 MIL-STD-1750A.
232
233 @item
234 Richard Kenner of the New York University Ultracomputer Research
235 Laboratory wrote the machine descriptions for the AMD 29000, the DEC
236 Alpha, the IBM RT PC, and the IBM RS/6000 as well as the support for
237 instruction attributes.  He also made changes to better support RISC
238 processors including changes to common subexpression elimination,
239 strength reduction, function calling sequence handling, and condition
240 code support, in addition to generalizing the code for frame pointer
241 elimination and delay slot scheduling.  Richard Kenner was also the
242 head maintainer of GCC for several years.
243
244 @item
245 Mumit Khan for various contributions to the cygwin and mingw32 ports and
246 maintaining binary releases for Windows hosts.
247
248 @item
249 Robin Kirkham for cpu32 support.
250
251 @item
252 Mark Klein for PA improvements.
253
254 @item
255 Thomas Koenig for various bugfixes.
256
257 @item
258 Bruce Korb for the new and improved fixincludes code.
259
260 @item
261 Benjamin Kosnik for his g++ work.
262
263 @item
264 Charles LaBrec contributed the support for the Integrated Solutions
265 68020 system.
266
267 @item
268 Jeff Law for his direction via the steering committee, coordinating the
269 entire egcs project and GCC 2.95, rolling out snapshots and releases,
270 handling merges from GCC2, reviewing tons of patches that might have
271 fallen through the cracks else, and random but extensive hacking.
272
273 @item
274 Marc Lehmann for his direction via the steering committee and helping
275 with analysis and improvements of x86 performance.
276
277 @item
278 Ted Lemon wrote parts of the RTL reader and printer.
279
280 @item
281 Kriang Lerdsuwanakij for improvements to demangler and various c++ fixes.
282
283 @item
284 Warren Levy major work on libgcj (Java Runtime Library) and random
285 work on the Java front end.
286
287 @item
288 Alain Lichnewsky ported GCC to the Mips cpu.
289
290 @item
291 Robert Lipe for OpenServer support, new testsuites, testing, etc.
292
293 @item
294 Weiwen Liu for testing and various bugfixes.
295
296 @item
297 Dave Love for his ongoing work with the Fortran front end and
298 runtime libraries.
299
300 @item
301 Martin von L@"owis for internal consistency checking infrastructure,
302 and various C++ improvements including namespace support.
303
304 @item
305 H.J. Lu for his previous contributions to the steering committee, many x86
306 bug reports, prototype patches, and keeping the Linux ports working.
307
308 @item
309 Greg McGary for random fixes and (someday) bounded pointers.
310
311 @item
312 Andrew MacLeod for his ongoing work in building a real EH system,
313 various code generation improvements, work on the global optimizer, etc.
314
315 @item
316 Vladimir Makarov for hacking some ugly i960 problems, PowerPC
317 hacking improvements to compile-time performance and overall knowledge
318 and direction in the area of instruction scheduling.
319
320 @item
321 Bob Manson for his behind the scenes work on dejagnu.
322
323 @item
324 Michael Meissner for LRS framework, ia32, m32r, v850, m88k, MIPS powerpc, haifa,
325 ECOFF debug support, and other assorted hacking.
326
327 @item
328 Jason Merrill for his direction via the steering committee and leading
329 the g++ effort.
330
331 @item
332 David Miller for his direction via the steering committee, lots of
333 SPARC work, improvements in jump.c and interfacing with the Linux kernel
334 developers.
335
336 @item
337 Gary Miller ported GCC to Charles River Data Systems machines.
338
339 @item
340 Mark Mitchell for his direction via the steering committee, mountains of
341 C++ work, load/store hoisting out of loops, alias analysis improvements,
342 ISO C @code{restrict} support, and serving as release manager for GCC 3.0.
343
344 @item
345 Alan Modra for various Linux bits and testing.
346
347 @item
348 Toon Moene for his direction via the steering committee, Fortran
349 maintenance, and his ongoing work to make us make Fortran run fast.
350
351 @item
352 Jason Molenda for major help in the care and feeding of all the services
353 on the gcc.gnu.org (formerly egcs.cygnus.com) machine---mail, web
354 services, ftp services, etc etc.
355
356 @item
357 Catherine Moore for fixing various ugly problems we have sent her
358 way, including the haifa bug which was killing the Alpha & PowerPC Linux
359 kernels.
360
361 @item
362 David Mosberger-Tang for various Alpha improvements.
363
364 @item
365 Stephen Moshier contributed the floating point emulator that assists in
366 cross-compilation and permits support for floating point numbers wider
367 than 64 bits and for ISO C99 support.
368
369 @item
370 Bill Moyer for his behind the scenes work on various issues.
371
372 @item
373 Philippe De Muyter for his work on the m68k port.
374
375 @item
376 Joseph S. Myers for his work on the PDP-11 port, format checking and ISO
377 C99 support, and continuous emphasis on (and contributions to) documentation.
378
379 @item
380 Nathan Myers for his work on libstdc++-v3.
381
382 @item
383 NeXT, Inc.@: donated the front end that supports the Objective C
384 language.
385
386 @item
387 Hans-Peter Nilsson for improvements to the search engine
388 setup, various documentation fixes and other small fixes.
389
390 @item
391 Geoff Noer for this work on getting cygwin native builds working.
392
393 @item
394 Alexandre Oliva for various build infrastructure improvements, scripts and
395 amazing testing work.
396
397 @item
398 Melissa O'Neill for various NeXT fixes.
399
400 @item
401 Rainer Orth for random MIPS work, including improvements to our o32
402 ABI support, improvements to dejagnu's MIPS support, etc.
403
404 @item
405 Paul Petersen wrote the machine description for the Alliant FX/8.
406
407 @item
408 Alexandre Petit-Bianco for his Java work.
409
410 @item
411 Matthias Pfaller for major improvements to the NS32k port.
412
413 @item
414 Gerald Pfeifer for his direction via the steering committee, pointing
415 out lots of problems we need to solve, maintenance of the web pages, and
416 taking care of documentation maintenance in general.
417
418 @item
419 Ovidiu Predescu for his work on the ObjC front end and runtime libraries.
420
421 @item
422 Ken Raeburn for various improvements to checker, mips ports and various
423 cleanups in the compiler.
424
425 @item
426 David Reese of Sun Microsystems contributed to the Solaris on PowerPC
427 port.
428 @item
429 Gabriel Dos Reis for contributions and maintenance of libstdc++-v3,
430 including valarray implementation and limits support.
431
432 @item
433 Joern Rennecke for maintaining the sh port, loop, regmove & reload
434 hacking.
435
436 @item
437 Gavin Romig-Koch for lots of behind the scenes MIPS work.
438
439 @item
440 Ken Rose for fixes to our delay slot filling code.
441
442 @item
443 Paul Rubin wrote most of the preprocessor.
444
445 @item
446 Juha Sarlin for improvements to the H8 code generator.
447
448 @item
449 Greg Satz assisted in making GCC work on HP-UX for the 9000 series 300.
450
451 @item
452 Peter Schauer wrote the code to allow debugging to work on the Alpha.
453
454 @item
455 William Schelter did most of the work on the Intel 80386 support.
456
457 @item
458 Bernd Schmidt for various code generation improvements and major
459 work in the reload pass as well a serving as release manager for
460 GCC 2.95.3.
461
462 @item
463 Andreas Schwab for his work on the m68k port.
464
465 @item
466 Joel Sherrill for his direction via the steering committee, RTEMS
467 contributions and RTEMS testing.
468
469 @item
470 Nathan Sidwell for many C++ fixes/improvements.
471
472 @item
473 Jeffrey Siegal for helping RMS with the original design of GCC, some
474 code which handles the parse tree and RTL data structures, constant
475 folding and help with the original VAX & m68k ports.
476
477 @item
478 Franz Sirl for his ongoing work with making the PPC port stable
479 for linux.
480
481 @item
482 Andrey Slepuhin for assorted AIX hacking.
483
484 @item
485 Christopher Smith did the port for Convex machines.
486
487 @item
488 Randy Smith finished the Sun FPA support.
489
490 @item
491 Scott Snyder for various fixes.
492
493 @item
494 Richard Stallman, for writing the original gcc and launching the GNU project.
495
496 @item
497 Jan Stein of the Chalmers Computer Society provided support for
498 Genix, as well as part of the 32000 machine description.
499
500 @item
501 Nigel Stephens for various mips16 related fixes/improvements.
502
503 @item
504 Jonathan Stone wrote the machine description for the Pyramid computer.
505
506 @item
507 Graham Stott for various infrastructure improvements.
508
509 @item
510 Mike Stump for his Elxsi port, g++ contributions over the years and more
511 recently his vxworks contributions
512
513 @item
514 Shigeya Suzuki for this fixes for the bsdi platforms.
515
516 @item
517 Ian Lance Taylor for his mips16 work, general configury hacking,
518 fixincludes, etc.
519
520 @item
521 Holger Teutsch provided the support for the Clipper cpu.
522
523 @item
524 Gary Thomas for his ongoing work to make the PPC work for Linux.
525
526 @item
527 Philipp Thomas for random bugfixes throughout the compiler
528
529 @item
530 Kresten Krab Thorup wrote the run time support for the Objective C
531 language.
532
533 @item
534 Michael Tiemann for random bugfixes the first instruction scheduler,
535 initial C++ support, function integration, NS32k, sparc and M88k
536 machine description work, delay slot scheduling.
537
538 @item
539 Teemu Torma for thread safe exception handling support.
540
541 @item
542 Leonard Tower wrote parts of the parser, RTL generator, and RTL
543 definitions, and of the Vax machine description.
544
545 @item
546 Tom Tromey for internationalization support and his Java work.
547
548 @item
549 Lassi Tuura for improvements to config.guess to determine HP processor
550 types.
551
552 @item
553 Todd Vierling for contributions for NetBSD ports.
554
555 @item
556 Dean Wakerley for converting the install documentation from HTML to texinfo
557 in time for GCC 3.0.
558
559 @item
560 Krister Walfridsson for random bugfixes.
561
562 @item
563 John Wehle for various improvements for the x86 code generator,
564 related infrastructure improvements to help x86 code generation,
565 value range propagation and other work, WE32k port.
566
567 @item
568 Zack Weinberg for major work on cpplib and various other bugfixes.
569
570 @item
571 Dale Wiles helped port GCC to the Tahoe.
572
573 @item
574 Jim Wilson for his direction via the steering committee, tackling hard
575 problems in various places that nobody else wanted to work on, strength
576 reduction and other loop optimizations.
577
578 @item
579 Carlo Wood for various fixes.
580
581 @item
582 Tom Wood for work on the m88k port.
583
584 @item
585 Masanobu Yuhara of Fujitsu Laboratories implemented the machine
586 description for the Tron architecture (specifically, the Gmicro).
587
588 @item
589 Kevin Zachmann helped ported GCC to the Tahoe.
590
591 @end itemize
592
593
594 We'd also like to thank the folks who have contributed time and energy in
595 testing GCC:
596
597 @itemize @bullet
598 @item
599 David Billinghurst
600
601 @item
602 Horst von Brand
603
604 @item
605 Rodney Brown
606
607 @item
608 Joe Buck
609
610 @item
611 Craig Burley
612
613 @item
614 Ulrich Drepper
615
616 @item
617 David Edelsohn
618
619 @item
620 Yung Shing Gene
621
622 @item
623 Kaveh Ghazi
624
625 @item
626 Kate Hedstrom
627
628 @item
629 Richard Henderson
630
631 @item
632 Manfred Hollstein
633
634 @item
635 Kamil Iskra
636
637 @item
638 Christian Joensson
639
640 @item
641 Jeff Law
642
643 @item
644 Robert Lipe
645
646 @item
647 Damon Love
648
649 @item
650 Dave Love
651
652 @item
653 H.J. Lu
654
655 @item
656 Mumit Khan
657
658 @item
659 Matthias Klose
660
661 @item
662 Martin Knoblauch
663
664 @item
665 David Miller
666
667 @item
668 Toon Moene
669
670 @item
671 Matthias Mueller
672
673 @item
674 Alexandre Oliva
675
676 @item
677 Richard Polton
678
679 @item
680 David Rees
681
682 @item
683 Peter Schmid
684
685 @item
686 David Schuler
687
688 @item
689 Vin Shelton
690
691 @item
692 Franz Sirl
693
694 @item
695 Mike Stump
696
697 @item
698 Carlo Wood
699
700 @item
701 And many others
702 @end itemize
703
704 And finally we'd like to thank everyone who uses the compiler, submits bug
705 reports and generally reminds us why we're doing this work in the first place.