CREDITS.TXT revision 27a2dbbdf5cc74a12a9a849bd890da79af5aacd1
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: Brian Gaeke
94E: gaeke@uiuc.edu
95W: http://www.students.uiuc.edu/~gaeke/
96D: Portions of X86 static and JIT compilers; initial SparcV8 backend
97D: Dynamic trace optimizer
98D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
99
100N: Nicolas Geoffray
101E: nicolas.geoffray@lip6.fr
102W: http://www-src.lip6.fr/homepages/Nicolas.Geoffray/
103D: PPC backend fixes for Linux
104
105N: Louis Gerbarg
106D: Portions of the PowerPC backend
107
108N: Saem Ghani
109E: saemghani@gmail.com
110D: Callgraph class cleanups
111
112N: Mikhail Glushenkov
113E: foldr@codedgers.com
114D: Author of llvmc2
115
116N: Dan Gohman
117E: gohman@apple.com
118D: Miscellaneous bug fixes
119
120N: David Greene
121E: greened@obbligato.org
122D: Miscellaneous bug fixes
123D: Register allocation refactoring
124
125N: Gabor Greif
126E: ggreif@gmail.com
127D: Improvements for space efficiency
128
129N: Lang Hames
130E: lhames@gmail.com
131D: PBQP-based register allocator
132
133N: Gordon Henriksen
134E: gordonhenriksen@mac.com
135D: Pluggable GC support
136D: C interface
137D: Ocaml bindings
138
139N: Raul Fernandes Herbster
140E: raul@dsc.ufcg.edu.br
141D: JIT support for ARM
142
143N: Paolo Invernizzi
144E: arathorn@fastwebnet.it
145D: Visual C++ compatibility fixes
146
147N: Patrick Jenkins
148E: patjenk@wam.umd.edu
149D: Nightly Tester
150
151N: Dale Johannesen
152E: dalej@apple.com
153D: ARM constant islands improvements
154D: Tail merging improvements
155D: Rewrite X87 back end
156D: Use APFloat for floating point constants widely throughout compiler
157D: Implement X87 long double
158
159N: Brad Jones
160E: kungfoomaster@nondot.org
161D: Support for packed types
162
163N: Eric Kidd
164W: http://randomhacks.net/
165D: llvm-config script
166
167N: Anton Korobeynikov
168E: asl@math.spbu.ru
169D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
170D: x86/linux PIC codegen, aliases, regparm/visibility attributes
171D: Switch lowering refactoring
172
173N: Sumant Kowshik
174E: kowshik@uiuc.edu
175D: Author of the original C backend
176
177N: Christopher Lamb
178E: christopher.lamb@gmail.com
179D: aligned load/store support, parts of noalias and restrict support
180D: vreg subreg infrastructure, X86 codegen improvements based on subregs
181D: address spaces
182
183N: Jim Laskey
184E: jlaskey@apple.com
185D: Improvements to the PPC backend, instruction scheduling
186D: Debug and Dwarf implementation
187D: Auto upgrade mangler
188D: llvm-gcc4 svn wrangler
189
190N: Chris Lattner
191E: sabre@nondot.org
192W: http://nondot.org/~sabre/
193D: Primary architect of LLVM
194
195N: Tanya Lattner (Tanya Brethour)
196E: tonic@nondot.org
197W: http://nondot.org/~tonic/
198D: The initial llvm-ar tool, converted regression testsuite to dejagnu
199D: Modulo scheduling in the SparcV9 backend
200D: Release manager (1.7+)
201
202N: Andrew Lenharth
203E: alenhar2@cs.uiuc.edu
204W: http://www.lenharth.org/~andrewl/
205D: Alpha backend
206D: Sampling based profiling
207
208N: Nick Lewycky
209E: nicholas@mxc.ca
210D: PredicateSimplifier pass
211
212N: Bruno Cardoso Lopes
213E: bruno.cardoso@gmail.com
214W: http://www.brunocardoso.org
215D: The Mips backend
216
217N: Duraid Madina
218E: duraid@octopus.com.au
219W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
220D: IA64 backend, BigBlock register allocator
221
222N: Michael McCracken
223E: michael.mccracken@gmail.com
224D: Line number support for llvmgcc
225
226N: Vladimir Merzliakov
227E: wanderer@rsu.ru
228D: Test suite fixes for FreeBSD
229
230N: Scott Michel
231E: scottm@aero.org
232D: Added STI Cell SPU backend.
233
234N: Edward O'Callaghan
235E: eocallaghan@auroraux.org
236W: http://www.auroraux.org
237D: Add Clang support with various other improvements to utils/NewNightlyTest.pl
238D: Fix and maintain Solaris & AuroraUX support for llvm, various build warnings
239D: and error clean ups.
240
241N: Morten Ofstad
242E: morten@hue.no
243D: Visual C++ compatibility fixes
244
245N: Richard Osborne
246E: richard@xmos.com
247D: XCore backend
248
249N: Devang Patel
250E: dpatel@apple.com
251D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
252D: GCC PCH Integration (llvm-gcc), llvm-gcc improvements
253D: Optimizer improvements, Loop Index Split
254
255N: Vladimir Prus
256W: http://vladimir_prus.blogspot.com
257E: ghost@cs.msu.su
258D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
259
260N: Roman Samoilov
261E: roman@codedgers.com
262D: MSIL backend
263
264N: Duncan Sands
265E: baldrick@free.fr
266D: Ada front-end, exception handling improvements
267
268N: Ruchira Sasanka
269E: sasanka@uiuc.edu
270D: Graph coloring register allocator for the Sparc64 backend
271
272N: Arnold Schwaighofer
273E: arnold.schwaighofer@gmail.com
274D: Tail call optimization for the x86 backend
275
276N: Shantonu Sen
277E: ssen@apple.com
278D: Miscellaneous bug fixes
279
280N: Anand Shukla
281E: ashukla@cs.uiuc.edu
282D: The `paths' pass
283
284N: Reid Spencer
285E: rspencer@reidspencer.com
286W: http://reidspencer.com/
287D: Lots of stuff, see: http://wiki.llvm.org/index.php/User:Reid
288
289N: Edwin Torok
290E: edwintorok@gmail.com
291D: Miscellaneous bug fixes
292
293N: Adam Treat
294E: manyoso@yahoo.com
295D: C++ bugs filed, and C++ front-end bug fixes.
296
297N: Lauro Ramos Venancio
298E: lauro.venancio@indt.org.br
299D: ARM backend improvements
300D: Thread Local Storage implementation
301
302N: Bill Wendling
303E: isanbard@gmail.com
304D: Bunches of stuff
305
306N: Bob Wilson
307E: bob.wilson@acm.org
308D: Advanced SIMD (NEON) support in the ARM backend
309