CREDITS.TXT revision f69dcb15c3b75a267c6e35d914a83d6c3445a192
1Inspired by the CREDITS file from the Linux source tree, this file is,
2likewise, at least a partial list of people who have contributed to the LLVM
3project. The format and the next paragraph are stolen directly from that file.
4
5The list is sorted by name and formatted to allow easy grepping and
6beautification by scripts.  The fields are: name (N), email (E), web-address
7(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
8(S).
9
10N: Vikram Adve
11E: vadve@cs.uiuc.edu
12W: http://www.cs.uiuc.edu/~vadve/
13D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
14
15N: Henrik Bach
16D: MingW Win32 API portability layer
17
18N: Nate Begeman
19E: natebegeman@mac.com
20D: Portions of the PowerPC backend
21
22N: Tanya Brethour
23E: tonic@nondot.org
24W: http://nondot.org/~tonic/
25D: The llvm-ar tool
26
27N: Misha Brukman
28E: brukman+llvm@uiuc.edu
29W: http://misha.brukman.net
30D: Portions of X86 and Sparc JIT compilers, PowerPC backend
31D: Incremental bytecode loader
32
33N: Cameron Buschardt
34E: buschard@uiuc.edu
35D: The `mem2reg' pass - promotes values stored in memory to registers
36
37N: Casey Carter
38E: ccarter@uiuc.edu
39D: Fixes to the Reassociation pass, various improvement patches
40
41N: Jeff Cohen
42D: Native Win32 API portability layer
43
44N: John T. Criswell
45E: criswell@uiuc.edu
46D: Autoconf support, QMTest database, documentation improvements
47
48N: Brian Gaeke
49E: gaeke@uiuc.edu
50W: http://www.students.uiuc.edu/~gaeke/
51D: Portions of X86 static and JIT compilers. 
52D: Dynamic trace optimizer 
53D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
54
55N: Louis Gerbarg
56D: Portions of the PowerPC backend
57
58N: Paolo Invernizzi
59D: Visual C++ compatibility fixes 
60
61N: Brad Jones
62E: kungfoomaster@nondot.org
63D: Support for packed types
64
65N: Chris Lattner
66E: sabre@nondot.org
67W: http://nondot.org/~sabre/
68D: Primary architect of LLVM
69
70N: Vladimir Merzliakov
71E: wanderer@rsu.ru
72D: Test suite fixes for FreeBSD
73
74N: Vladimir Prus
75E: ghost@cs.msu.su
76D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
77
78N: Ruchira Sasanka
79E: sasanka@uiuc.edu
80D: Graph coloring register allocator for the Sparc64 backend
81
82N: Anand Shukla
83E: ashukla@cs.uiuc.edu
84D: The `paths' pass
85
86N: Reid Spencer
87E: rspencer@x10sys.com
88W: http://llvm.x10sys.com/rspencer
89D: Stacker, llvmc, bytecode, other. See web page for current notes.
90
91N: Bill Wendling
92E: wendling@isanbard.org
93D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.
94