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