Don't show commands.
[oota-llvm.git] / CREDITS.TXT
1 This file is a partial list of people who have contributed to the LLVM
2 project.  If you have contributed a patch or made some other contribution to
3 LLVM, please submit a patch to this file to add yourself, and it will be
4 done!
5
6 The list is sorted by surname and formatted to allow easy grepping and
7 beautification by scripts.  The fields are: name (N), email (E), web-address
8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
9 (S).
10
11
12 N: Vikram Adve
13 E: vadve@cs.uiuc.edu
14 W: http://www.cs.uiuc.edu/~vadve/
15 D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
16
17 N: Owen Anderson
18 E: resistor@mac.com
19 D: LCSSA pass and related LoopUnswitch work
20 D: GVNPRE pass, TargetData refactoring, random improvements
21
22 N: Henrik Bach
23 D: MingW Win32 API portability layer
24
25 N: Nate Begeman
26 E: natebegeman@mac.com
27 D: PowerPC backend developer
28 D: Target-independent code generator and analysis improvements
29
30 N: Daniel Berlin
31 E: dberlin@dberlin.org
32 D: ET-Forest implementation.
33 D: Sparse bitmap
34
35 N: Neil Booth
36 E: neil@daikokuya.co.uk
37 D: APFloat implementation.
38
39 N: Misha Brukman
40 E: brukman+llvm@uiuc.edu
41 W: http://misha.brukman.net
42 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
43 D: Incremental bitcode loader
44
45 N: Cameron Buschardt
46 E: buschard@uiuc.edu
47 D: The `mem2reg' pass - promotes values stored in memory to registers
48
49 N: Chandler Carruth
50 E: chandlerc@gmail.com
51 D: LinkTimeOptimizer for Linux, via binutils integration, and C API
52
53 N: Casey Carter
54 E: ccarter@uiuc.edu
55 D: Fixes to the Reassociation pass, various improvement patches
56
57 N: Evan Cheng
58 E: evan.cheng@apple.com
59 D: ARM and X86 backends
60 D: Instruction scheduler improvements
61 D: Register allocator improvements
62 D: Loop optimizer improvements
63 D: Target-independent code generator improvements
64
65 N: Dan Villiom Podlaski Christiansen
66 E: danchr@gmail.com
67 E: danchr@cs.au.dk
68 W: http://villiom.dk
69 D: LLVM Makefile improvements
70 D: Clang diagnostic & driver tweaks
71 S: Aarhus, Denmark
72
73 N: Jeff Cohen
74 E: jeffc@jolt-lang.org
75 W: http://jolt-lang.org
76 D: Native Win32 API portability layer
77
78 N: John T. Criswell
79 E: criswell@uiuc.edu
80 D: Original Autoconf support, documentation improvements, bug fixes
81
82 N: Stefanus Du Toit
83 E: stefanus.dutoit@rapidmind.com
84 D: Bug fixes and minor improvements
85
86 N: Rafael Avila de Espindola
87 E: rafael.espindola@gmail.com
88 D: The ARM backend
89
90 N: Alkis Evlogimenos
91 E: alkis@evlogimenos.com
92 D: Linear scan register allocator, many codegen improvements, Java frontend
93
94 N: Ryan Flynn
95 E: pizza@parseerror.com
96 D: Miscellaneous bug fixes
97
98 N: Brian Gaeke
99 E: gaeke@uiuc.edu
100 W: http://www.students.uiuc.edu/~gaeke/
101 D: Portions of X86 static and JIT compilers; initial SparcV8 backend
102 D: Dynamic trace optimizer
103 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
104
105 N: Nicolas Geoffray
106 E: nicolas.geoffray@lip6.fr
107 W: http://www-src.lip6.fr/homepages/Nicolas.Geoffray/
108 D: PPC backend fixes for Linux
109
110 N: Louis Gerbarg
111 D: Portions of the PowerPC backend
112
113 N: Saem Ghani
114 E: saemghani@gmail.com
115 D: Callgraph class cleanups
116
117 N: Mikhail Glushenkov
118 E: foldr@codedgers.com
119 D: Author of llvmc2
120
121 N: Dan Gohman
122 E: gohman@apple.com
123 D: Miscellaneous bug fixes
124
125 N: David Goodwin
126 E: david@goodwinz.net
127 D: Thumb-2 code generator
128
129 N: David Greene
130 E: greened@obbligato.org
131 D: Miscellaneous bug fixes
132 D: Register allocation refactoring
133
134 N: Gabor Greif
135 E: ggreif@gmail.com
136 D: Improvements for space efficiency
137
138 N: James Grosbach
139 E: grosbach@apple.com
140 D: SjLj exception handling support
141 D: General fixes and improvements for the ARM back-end
142
143 N: Lang Hames
144 E: lhames@gmail.com
145 D: PBQP-based register allocator
146
147 N: Gordon Henriksen
148 E: gordonhenriksen@mac.com
149 D: Pluggable GC support
150 D: C interface
151 D: Ocaml bindings
152
153 N: Raul Fernandes Herbster
154 E: raul@dsc.ufcg.edu.br
155 D: JIT support for ARM
156
157 N: Paolo Invernizzi
158 E: arathorn@fastwebnet.it
159 D: Visual C++ compatibility fixes
160
161 N: Patrick Jenkins
162 E: patjenk@wam.umd.edu
163 D: Nightly Tester
164
165 N: Dale Johannesen
166 E: dalej@apple.com
167 D: ARM constant islands improvements
168 D: Tail merging improvements
169 D: Rewrite X87 back end
170 D: Use APFloat for floating point constants widely throughout compiler
171 D: Implement X87 long double
172
173 N: Brad Jones
174 E: kungfoomaster@nondot.org
175 D: Support for packed types
176
177 N: Rod Kay
178 E: rkay@auroraux.org
179 D: Author of LLVM Ada bindings
180
181 N: Eric Kidd
182 W: http://randomhacks.net/
183 D: llvm-config script
184
185 N: Anton Korobeynikov
186 E: asl@math.spbu.ru
187 D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
188 D: x86/linux PIC codegen, aliases, regparm/visibility attributes
189 D: Switch lowering refactoring
190
191 N: Sumant Kowshik
192 E: kowshik@uiuc.edu
193 D: Author of the original C backend
194
195 N: Benjamin Kramer
196 E: benny.kra@gmail.com
197 D: Miscellaneous bug fixes
198
199 N: Christopher Lamb
200 E: christopher.lamb@gmail.com
201 D: aligned load/store support, parts of noalias and restrict support
202 D: vreg subreg infrastructure, X86 codegen improvements based on subregs
203 D: address spaces
204
205 N: Jim Laskey
206 E: jlaskey@apple.com
207 D: Improvements to the PPC backend, instruction scheduling
208 D: Debug and Dwarf implementation
209 D: Auto upgrade mangler
210 D: llvm-gcc4 svn wrangler
211
212 N: Chris Lattner
213 E: sabre@nondot.org
214 W: http://nondot.org/~sabre/
215 D: Primary architect of LLVM
216
217 N: Tanya Lattner (Tanya Brethour)
218 E: tonic@nondot.org
219 W: http://nondot.org/~tonic/
220 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
221 D: Modulo scheduling in the SparcV9 backend
222 D: Release manager (1.7+)
223
224 N: Andrew Lenharth
225 E: alenhar2@cs.uiuc.edu
226 W: http://www.lenharth.org/~andrewl/
227 D: Alpha backend
228 D: Sampling based profiling
229
230 N: Nick Lewycky
231 E: nicholas@mxc.ca
232 D: PredicateSimplifier pass
233
234 N: Bruno Cardoso Lopes
235 E: bruno.cardoso@gmail.com
236 W: http://www.brunocardoso.org
237 D: The Mips backend
238
239 N: Duraid Madina
240 E: duraid@octopus.com.au
241 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
242 D: IA64 backend, BigBlock register allocator
243
244 N: Michael McCracken
245 E: michael.mccracken@gmail.com
246 D: Line number support for llvmgcc
247
248 N: Vladimir Merzliakov
249 E: wanderer@rsu.ru
250 D: Test suite fixes for FreeBSD
251
252 N: Scott Michel
253 E: scottm@aero.org
254 D: Added STI Cell SPU backend.
255
256 N: Takumi Nakamura
257 E: geek4civic@gmail.com
258 E: chapuni@hf.rim.or.jp
259 D: Cygwin and MinGW support.
260 S: Yokohama, Japan
261
262 N: Edward O'Callaghan
263 E: eocallaghan@auroraux.org
264 W: http://www.auroraux.org
265 D: Add Clang support with various other improvements to utils/NewNightlyTest.pl
266 D: Fix and maintain Solaris & AuroraUX support for llvm, various build warnings
267 D: and error clean ups.
268
269 N: Morten Ofstad
270 E: morten@hue.no
271 D: Visual C++ compatibility fixes
272
273 N: Jakob Stoklund Olesen
274 E: stoklund@2pi.dk
275 D: Machine code verifier
276 D: Blackfin backend
277
278 N: Richard Osborne
279 E: richard@xmos.com
280 D: XCore backend
281
282 N: Devang Patel
283 E: dpatel@apple.com
284 D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
285 D: GCC PCH Integration (llvm-gcc), llvm-gcc improvements
286 D: Optimizer improvements, Loop Index Split
287
288 N: Sandeep Patel
289 E: deeppatel1987@gmail.com
290 D: ARM calling conventions rewrite, hard float support
291
292 N: Wesley Peck
293 E: peckw@wesleypeck.com
294 W: http://wesleypeck.com/
295 D: MicroBlaze backend
296
297 N: Vladimir Prus
298 W: http://vladimir_prus.blogspot.com
299 E: ghost@cs.msu.su
300 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
301
302 N: Roman Samoilov
303 E: roman@codedgers.com
304 D: MSIL backend
305
306 N: Duncan Sands
307 E: baldrick@free.fr
308 D: Ada support in llvm-gcc
309 D: Dragonegg plugin
310 D: Exception handling improvements
311 D: Type legalizer rewrite
312
313 N: Ruchira Sasanka
314 E: sasanka@uiuc.edu
315 D: Graph coloring register allocator for the Sparc64 backend
316
317 N: Arnold Schwaighofer
318 E: arnold.schwaighofer@gmail.com
319 D: Tail call optimization for the x86 backend
320
321 N: Shantonu Sen
322 E: ssen@apple.com
323 D: Miscellaneous bug fixes
324
325 N: Anand Shukla
326 E: ashukla@cs.uiuc.edu
327 D: The `paths' pass
328
329 N: Michael J. Spencer
330 E: bigcheesegs@gmail.com
331 D: Shepherding Windows COFF support into MC.
332 D: Lots of Windows stuff.
333
334 N: Reid Spencer
335 E: rspencer@reidspencer.com
336 W: http://reidspencer.com/
337 D: Lots of stuff, see: http://wiki.llvm.org/index.php/User:Reid
338
339 N: Edwin Torok
340 E: edwintorok@gmail.com
341 D: Miscellaneous bug fixes
342
343 N: Adam Treat
344 E: manyoso@yahoo.com
345 D: C++ bugs filed, and C++ front-end bug fixes.
346
347 N: Lauro Ramos Venancio
348 E: lauro.venancio@indt.org.br
349 D: ARM backend improvements
350 D: Thread Local Storage implementation
351
352 N: Xerxes Ranby
353 E: xerxes@zafena.se
354 D: Cmake dependency chain and various bug fixes
355
356 N: Bill Wendling
357 E: wendling@apple.com
358 D: Bunches of stuff
359
360 N: Bob Wilson
361 E: bob.wilson@acm.org
362 D: Advanced SIMD (NEON) support in the ARM backend