CREDITS.TXT revision 9cd94d72b0cc5014c09775f2050cdd868baaa3e3
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: Tanya Brethour
16E: tonic@nondot.org
17W: http://nondot.org/~tonic/
18D: The llvm-ar tool
19
20N: Misha Brukman
21E: brukman+llvm@uiuc.edu
22W: http://misha.brukman.net
23D: Portions of X86 and Sparc JIT compilers, incremental bytecode loader
24
25N: Cameron Buschardt
26E: buschard@uiuc.edu
27D: The `mem2reg' pass - promotes values stored in memory to registers
28
29N: Casey Carter
30E: ccarter@uiuc.edu
31D: Fixes to the Reassociation pass, various improvement patches
32
33N: John T. Criswell
34E: criswell@uiuc.edu
35D: Autoconf support, QMTest database, documentation improvements
36
37N: Brian Gaeke
38E: gaeke@uiuc.edu
39W: http://www.students.uiuc.edu/~gaeke/
40D: Portions of X86 static and JIT compilers, reoptimizer framework cleanups
41D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
42
43N: Chris Lattner
44E: sabre@nondot.org
45W: http://nondot.org/~sabre/
46D: Primary architect of LLVM
47
48N: Vladimir Prus
49E: ghost@cs.msu.su
50D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
51
52N: Ruchira Sasanka
53E: sasanka@uiuc.edu
54D: Graph coloring register allocator for the Sparc64 backend
55
56N: Anand Shukla
57E: ashukla@cs.uiuc.edu
58D: The `paths' pass
59
60N: Reid Spencer
61E: rspencer@x10sys.com
62W: http://extprosys.sourceforge.net/
63D: Complete 'llvm' namespacification, Stacker, bug fixes, and other improvements
64
65N: Bill Wendling
66E: wendling@isanbard.org
67D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.
68