-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMAINTAINERS
267 lines (245 loc) · 10.2 KB
/
MAINTAINERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
Note
====
This file contains information about people who are permitted to make
changes to various parts of the compiler and associated libraries.
Please do not contact the people in this file directly to report
problems in GCC.
For general information about GCC, please visit:
http://gcc.gnu.org
To report problems in GCC, please visit:
http://gcc.gnu.org/bugs.html
Maintainers
===========
Blanket Write Privs.
Richard Earnshaw [email protected]
Richard Henderson [email protected]
Geoffrey Keating [email protected]
Richard Kenner [email protected]
Jeff Law [email protected]
Michael Meissner [email protected]
Jason Merrill [email protected]
David S. Miller [email protected]
Mark Mitchell [email protected]
Bernd Schmidt [email protected]
Zack Weinberg [email protected]
Jim Wilson [email protected]
CPU Port Maintainers (CPU alphabetical order)
alpha port Richard Henderson [email protected]
arc port Richard Kenner [email protected]
arm port Nick Clifton [email protected]
arm port Richard Earnshaw [email protected]
avr port Denis Chertykov [email protected]
avr port Marek Michalkiewicz [email protected]
c4x port Michael Hayes [email protected]
cris port Hans-Peter Nilsson [email protected]
fr30 port Nick Clifton [email protected]
h8 port Jeff Law [email protected]
h8 port Kazu Hirata [email protected]
hppa port Jeff Law [email protected]
hppa port Dave Anglin [email protected]
i386 port Richard Henderson [email protected]
i960 port Jim Wilson [email protected]
ia64 port Jim Wilson [email protected]
ip2k port Denis Chertykov [email protected]
m32r port Nick Clifton [email protected]
m32r port Michael Meissner [email protected]
m68hc11 port Stephane Carrez [email protected]
m68k port (?) Jeff Law [email protected]
m68k-motorola-sysv port Philippe De Muyter [email protected]
mcore port Nick Clifton [email protected]
mips port Eric Christopher [email protected]
mips port Richard Sandiford [email protected]
mmix port Hans-Peter Nilsson [email protected]
mn10200 port Jeff Law [email protected]
mn10300 port Jeff Law [email protected]
mn10300 port Alexandre Oliva [email protected]
rs6000 port Geoff Keating [email protected]
rs6000 port David Edelsohn [email protected]
rs6000 vector extns Aldy Hernandez [email protected]
s390 port Hartmut Penner [email protected]
s390 port Ulrich Weigand [email protected]
sh port Joern Rennecke [email protected]
sh port Alexandre Oliva [email protected]
sparc port Richard Henderson [email protected]
sparc port David S. Miller [email protected]
sparc port Jakub Jelinek [email protected]
sparc port Eric Botcazou [email protected]
v850 port Nick Clifton [email protected]
v850 port Michael Meissner [email protected]
vax port Dave Anglin [email protected]
vax port Matt Thomas [email protected]
x86-64 port Jan Hubicka [email protected]
xstormy16 port Geoffrey Keating [email protected]
xtensa port Bob Wilson [email protected]
OS Port Maintainers (OS alphabetical order)
darwin port Stan Shebs [email protected]
netbsd Jason Thorpe [email protected]
sco5, unixware, sco udk Robert Lipe [email protected]
sh-linux-gnu Kaz Kojima [email protected]
Various Maintainers
C front end/ISO C99 Joseph Myers [email protected]
C front end/ISO C99 Richard Henderson [email protected]
Ada front end Geert Bosch [email protected]
Ada front end Robert Dewar [email protected]
fortran Richard Henderson [email protected]
fortran Toon Moene [email protected]
c++ Jason Merrill [email protected]
c++ Mark Mitchell [email protected]
cpplib Dave Brolley [email protected]
cpplib Per Bothner [email protected]
cpplib Zack Weinberg [email protected]
cpplib Neil Booth [email protected]
java Per Bothner [email protected]
java Alexandre Petit-Bianco [email protected]
java Andrew Haley [email protected]
libgcj Tom Tromey [email protected]
libgcj Bryce McKinlay [email protected]
mercury Fergus Henderson [email protected]
objective-c Stan Shebs [email protected]
objective-c Ovidiu Predescu [email protected]
alias analysis John Carr [email protected]
loop unrolling Jim Wilson [email protected]
loop discovery Michael Hayes [email protected]
scheduler (+ haifa) Jim Wilson [email protected]
scheduler (+ haifa) Michael Meissner [email protected]
scheduler (+ haifa) Jeff Law [email protected]
reorg Jeff Law [email protected]
caller-save.c Jeff Law [email protected]
debugging code Jim Wilson [email protected]
dwarf debugging code Jason Merrill [email protected]
c++ runtime libs Paolo Carlini [email protected]
c++ runtime libs Gabriel Dos Reis [email protected]
c++ runtime libs Ulrich Drepper [email protected]
c++ runtime libs Phil Edwards [email protected]
c++ runtime libs Benjamin Kosnik [email protected]
c++ runtime libs Loren J. Rittle [email protected]
*synthetic multiply Torbjorn Granlund [email protected]
*c-torture Torbjorn Granlund [email protected]
fixincludes Bruce Korb [email protected]
gcse.c Jeff Law [email protected]
global opt framework Jeff Law [email protected]
jump.c David S. Miller [email protected]
web pages Gerald Pfeifer [email protected]
web pages Janis Johnson [email protected]
config.sub/config.guess Ben Elliston [email protected]
basic block reordering Jason Eckhardt [email protected]
i18n Philipp Thomas [email protected]
diagnostic messages Gabriel Dos Reis [email protected]
windows, cygwin, mingw Christopher Faylor [email protected]
windows, cygwin, mingw DJ Delorie [email protected]
DJGPP DJ Delorie [email protected]
libiberty DJ Delorie [email protected]
build machinery (*.in) DJ Delorie [email protected]
build machinery (*.in) Alexandre Oliva [email protected]
docs co-maintainer Gerald Pfeifer [email protected]
docs co-maintainer Joseph Myers [email protected]
Pico-Java port Steve Chamberlain [email protected]
RTEMS Ports Joel Sherrill [email protected]
VxWorks ports Zack Weinberg [email protected]
VxWorks ports Nathan Sidwell [email protected]
predict.def Jan Hubicka [email protected]
contrib/regression Geoff Keating [email protected]
treelang Tim Josling [email protected]
new regalloc (ra*) Michael Matz [email protected]
Note individuals who maintain parts of the compiler need approval to check
in changes outside of the parts of the compiler they maintain.
Write After Approval (last name alphabetical order)
Matt Austern [email protected]
Scott Bambrough [email protected]
Daniel Berlin [email protected]
David Billinghurst [email protected]
Laurynas Biveinis [email protected]
Eric Blake [email protected]
Jim Blandy [email protected]
Phil Blundell [email protected]
Hans Boehm [email protected]
Andrew Cagney [email protected]
Chandra Chavva [email protected]
William Cohen [email protected]
Christian Cornelssen [email protected]
Chris Demetriou [email protected]
Steve Ellcey [email protected]
Ben Elliston [email protected]
Marc Espie [email protected]
Doug Evans [email protected]
Kaveh Ghazi [email protected]
Matthew Gingell [email protected]
Anthony Green [email protected]
Stu Grossman [email protected]
Laurent Guerby [email protected]
Stuart Hastings [email protected]
Matthew Hiller [email protected]
Manfred Hollstein [email protected]
Bernardo Innocenti [email protected]
Andreas Jaeger [email protected]
Fariborz Jahanian [email protected]
Dale Johannesen [email protected]
Klaus Kaempf [email protected]
Brendan Kehoe [email protected]
Mumit Khan [email protected]
Matthias Klose [email protected]
Jeff Knaggs [email protected]
Paul Koning [email protected]
Matt Kraai [email protected]
Ziemowit Laski [email protected]
Marc Lehmann [email protected]
Alan Lehotsky [email protected]
Kriang Lerdsuwanakij [email protected]
Warren Levy [email protected]
Don Lindsay [email protected]
Dave Love [email protected]
Martin v. Löwis [email protected]
HJ Lu [email protected]
Andrew Macleod [email protected]
Vladimir Makarov [email protected]
Greg McGary [email protected]
Adam Megacz [email protected]
Alan Modra [email protected]
Catherine Moore [email protected]
Adam Nemet [email protected]
Nathanael Nerode [email protected]
Diego Novillo [email protected]
David O'Brien [email protected]
Turly O'Connor [email protected]
Jeffrey D. Oldham [email protected]
Rainer Orth [email protected]
Devang Patel [email protected]
Nicola Pero [email protected]
Alexandre Petit-Bianco [email protected]
Andrew Pinski [email protected]
Sebastian Pop [email protected]
Clinton Popetz [email protected]
Ken Raeburn [email protected]
Rolf Rasmussen [email protected]
Volker Reichelt [email protected]
Tom Rix [email protected]
Craig Rodrigues [email protected]
Gavin Romig-Koch [email protected]
Ira Ruben [email protected]
Douglas Rupp [email protected]
Alex Samuel [email protected]
Roger Sayle [email protected]
Andreas Schwab [email protected]
Svein Seldal [email protected]
Nathan Sidwell [email protected]
Franz Sirl [email protected]
Danny Smith [email protected]
Michael Sokolov [email protected]
Richard Stallman [email protected]
Graham Stott [email protected]
Mike Stump [email protected]
Jeff Sturm [email protected]
Ian Taylor [email protected]
Michael Tiemann [email protected]
Kresten Krab Thorup [email protected]
Andreas Tobler [email protected]
Jonathan Wakely [email protected]
Krister Walfridsson [email protected]
John Wehle [email protected]
Florian Weimer [email protected]
Mark Wielaard [email protected]
Josef Zlomek [email protected]
GNATS only accounts
Wolfgang Bangerth bangerth [email protected]
James Dennett jdennett [email protected]
Christian Ehrhardt cae [email protected]