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