OSDN Git Service

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