Fix comments.
[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 name 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 N: Vikram Adve
12 E: vadve@cs.uiuc.edu
13 W: http://www.cs.uiuc.edu/~vadve/
14 D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
15
16 N: Owen Anderson
17 E: resistor@mac.com
18 D: LCSSA pass and related LoopUnswitch work
19 D: GVNPRE pass, TargetData refactoring, random improvements
20
21 N: Henrik Bach
22 D: MingW Win32 API portability layer
23
24 N: Nate Begeman
25 E: natebegeman@mac.com
26 D: PowerPC backend developer
27 D: Target-independent code generator and analysis improvements
28
29 N: Daniel Berlin
30 E: dberlin@dberlin.org
31 D: ET-Forest implementation.
32 D: Sparse bitmap
33
34 N: Neil Booth
35 E: neil@daikokuya.co.uk
36 D: APFloat implementation.
37
38 N: Misha Brukman
39 E: brukman+llvm@uiuc.edu
40 W: http://misha.brukman.net
41 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
42 D: Incremental bytecode loader
43
44 N: Cameron Buschardt
45 E: buschard@uiuc.edu
46 D: The `mem2reg' pass - promotes values stored in memory to registers
47
48 N: Chandler Carruth
49 E: chandlerc@gmail.com
50 D: LinkTimeOptimizer for Linux, via binutils integration, and C API
51
52 N: Casey Carter
53 E: ccarter@uiuc.edu
54 D: Fixes to the Reassociation pass, various improvement patches
55
56 N: Evan Cheng
57 E: evan.cheng@apple.com
58 D: ARM and X86 backends
59 D: Instruction scheduler improvements
60 D: Register allocator improvements
61 D: Loop optimizer improvements
62 D: Target-independent code generator improvements
63
64 N: Dan Villiom Podlaski Christiansen
65 E: danchr@gmail.com
66 E: danchr@cs.au.dk
67 W: http://villiom.dk
68 D: LLVM Makefile improvements
69 D: Clang diagnostic & driver tweaks
70 S: Aarhus, Denmark
71
72 N: Jeff Cohen
73 E: jeffc@jolt-lang.org
74 W: http://jolt-lang.org
75 D: Native Win32 API portability layer
76
77 N: John T. Criswell
78 E: criswell@uiuc.edu
79 D: Original Autoconf support, documentation improvements, bug fixes
80
81 N: Stefanus Du Toit
82 E: stefanus.dutoit@rapidmind.com
83 D: Bug fixes and minor improvements
84
85 N: Rafael Avila de Espindola
86 E: rafael.espindola@gmail.com
87 D: The ARM backend
88
89 N: Alkis Evlogimenos
90 E: alkis@evlogimenos.com
91 D: Linear scan register allocator, many codegen improvements, Java frontend
92
93 N: Brian Gaeke
94 E: gaeke@uiuc.edu
95 W: http://www.students.uiuc.edu/~gaeke/
96 D: Portions of X86 static and JIT compilers; initial SparcV8 backend
97 D: Dynamic trace optimizer
98 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
99
100 N: Nicolas Geoffray
101 E: nicolas.geoffray@lip6.fr
102 W: http://www-src.lip6.fr/homepages/Nicolas.Geoffray/
103 D: PPC backend fixes for Linux
104
105 N: Louis Gerbarg
106 D: Portions of the PowerPC backend
107
108 N: Saem Ghani
109 E: saemghani@gmail.com
110 D: Callgraph class cleanups
111
112 N: Mikhail Glushenkov
113 E: foldr@codedgers.com
114 D: Author of llvmc2
115
116 N: Dan Gohman
117 E: gohman@apple.com
118 D: Miscellaneous bug fixes
119
120 N: David Greene
121 E: greened@obbligato.org
122 D: Miscellaneous bug fixes
123 D: Register allocation refactoring
124
125 N: Gabor Greif
126 E: ggreif@gmail.com
127 D: Improvements for space efficiency
128
129 N: Lang Hames
130 E: lhames@gmail.com
131 D: PBQP-based register allocator
132
133 N: Gordon Henriksen
134 E: gordonhenriksen@mac.com
135 D: Pluggable GC support
136 D: C interface
137 D: Ocaml bindings
138
139 N: Raul Fernandes Herbster
140 E: raul@dsc.ufcg.edu.br
141 D: JIT support for ARM
142
143 N: Paolo Invernizzi
144 E: arathorn@fastwebnet.it
145 D: Visual C++ compatibility fixes
146
147 N: Patrick Jenkins
148 E: patjenk@wam.umd.edu
149 D: Nightly Tester
150
151 N: Brad Jones
152 E: kungfoomaster@nondot.org
153 D: Support for packed types
154
155 N: Dale Johannesen
156 E: dalej@apple.com
157 D: ARM constant islands improvements
158 D: Tail merging improvements
159 D: Rewrite X87 back end
160 D: Use APFloat for floating point constants widely throughout compiler
161 D: Implement X87 long double
162
163 N: Eric Kidd
164 W: http://randomhacks.net/
165 D: llvm-config script
166
167 N: Anton Korobeynikov
168 E: asl@math.spbu.ru
169 D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
170 D: x86/linux PIC codegen, aliases, regparm/visibility attributes
171 D: Switch lowering refactoring
172
173 N: Sumant Kowshik
174 E: kowshik@uiuc.edu
175 D: Author of the original C backend
176
177 N: Christopher Lamb
178 E: christopher.lamb@gmail.com
179 D: aligned load/store support, parts of noalias and restrict support
180 D: vreg subreg infrastructure, X86 codegen improvements based on subregs
181 D: address spaces
182
183 N: Jim Laskey
184 E: jlaskey@apple.com
185 D: Improvements to the PPC backend, instruction scheduling
186 D: Debug and Dwarf implementation
187 D: Auto upgrade mangler
188 D: llvm-gcc4 svn wrangler
189
190 N: Chris Lattner
191 E: sabre@nondot.org
192 W: http://nondot.org/~sabre/
193 D: Primary architect of LLVM
194
195 N: Tanya Lattner (Tanya Brethour)
196 E: tonic@nondot.org
197 W: http://nondot.org/~tonic/
198 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
199 D: Modulo scheduling in the SparcV9 backend
200 D: Release manager (1.7+)
201
202 N: Andrew Lenharth
203 E: alenhar2@cs.uiuc.edu
204 W: http://www.lenharth.org/~andrewl/
205 D: Alpha backend
206 D: Sampling based profiling
207
208 N: Nick Lewycky
209 E: nicholas@mxc.ca
210 D: PredicateSimplifier pass
211
212 N: Bruno Cardoso Lopes
213 E: bruno.cardoso@gmail.com
214 W: http://www.brunocardoso.org
215 D: The Mips backend
216
217 N: Duraid Madina
218 E: duraid@octopus.com.au
219 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
220 D: IA64 backend, BigBlock register allocator
221
222 N: Michael McCracken
223 E: michael.mccracken@gmail.com
224 D: Line number support for llvmgcc
225
226 N: Vladimir Merzliakov
227 E: wanderer@rsu.ru
228 D: Test suite fixes for FreeBSD
229
230 N: Scott Michel
231 E: scottm@aero.org
232 D: Added STI Cell SPU backend.
233
234 N: Morten Ofstad
235 E: morten@hue.no
236 D: Visual C++ compatibility fixes
237
238 N: Richard Osborne
239 E: richard@xmos.com
240 D: XCore backend
241
242 N: Devang Patel
243 E: dpatel@apple.com
244 D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
245 D: GCC PCH Integration (llvm-gcc), llvm-gcc improvements
246 D: Optimizer improvements, Loop Index Split
247
248 N: Vladimir Prus
249 W: http://vladimir_prus.blogspot.com
250 E: ghost@cs.msu.su
251 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
252
253 N: Roman Samoilov
254 E: roman@codedgers.com
255 D: MSIL backend
256
257 N: Duncan Sands
258 E: baldrick@free.fr
259 D: Ada front-end, exception handling improvements
260
261 N: Ruchira Sasanka
262 E: sasanka@uiuc.edu
263 D: Graph coloring register allocator for the Sparc64 backend
264
265 N: Arnold Schwaighofer
266 E: arnold.schwaighofer@gmail.com
267 D: Tail call optimization for the x86 backend
268
269 N: Anand Shukla
270 E: ashukla@cs.uiuc.edu
271 D: The `paths' pass
272
273 N: Reid Spencer
274 E: rspencer@reidspencer.com
275 W: http://reidspencer.com/
276 D: Lots of stuff, see: http://wiki.llvm.org/index.php/User:Reid
277
278 N: Edwin Torok
279 E: edwintorok@gmail.com
280 D: Miscellaneous bug fixes
281
282 N: Adam Treat
283 E: manyoso@yahoo.com
284 D: C++ bugs filed, and C++ front-end bug fixes.
285
286 N: Lauro Ramos Venancio
287 E: lauro.venancio@indt.org.br
288 D: ARM backend improvements
289 D: Thread Local Storage implementation
290
291 N: Bill Wendling
292 E: isanbard@gmail.com
293 D: Machine LICM
294 D: Darwin exception handling
295 D: MMX & SSSE3 instructions
296 D: SPEC2006 support
297