CREDITS.TXT revision 309ca69064f027702499605fc98f76ea8d34fd37
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: Alkis Evlogimenos
49E: alkis@evlogimenos.com
50D: Linear scan register allocator, many codegen improvements, Java frontend
51
52N: Brian Gaeke
53E: gaeke@uiuc.edu
54W: http://www.students.uiuc.edu/~gaeke/
55D: Portions of X86 static and JIT compilers. 
56D: Dynamic trace optimizer 
57D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
58
59N: Louis Gerbarg
60D: Portions of the PowerPC backend
61
62N: Paolo Invernizzi
63E: arathorn@fastwebnet.it
64D: Visual C++ compatibility fixes 
65
66N: Brad Jones
67E: kungfoomaster@nondot.org
68D: Support for packed types
69
70N: Chris Lattner
71E: sabre@nondot.org
72W: http://nondot.org/~sabre/
73D: Primary architect of LLVM
74
75N: Vladimir Merzliakov
76E: wanderer@rsu.ru
77D: Test suite fixes for FreeBSD
78
79N: Morten Ofstad
80E: morten@hue.no
81D: Visual C++ compatibility fixes 
82
83N: Vladimir Prus
84E: ghost@cs.msu.su
85D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
86
87N: Ruchira Sasanka
88E: sasanka@uiuc.edu
89D: Graph coloring register allocator for the Sparc64 backend
90
91N: Anand Shukla
92E: ashukla@cs.uiuc.edu
93D: The `paths' pass
94
95N: Reid Spencer
96E: rspencer@x10sys.com
97W: http://llvm.x10sys.com/rspencer
98D: Stacker, llvmc, bytecode, other. See web page for current notes.
99
100N: Bill Wendling
101E: wendling@isanbard.org
102D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.
103