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