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