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