CREDITS.TXT revision f80fc14381f141f12291664237f5333773cb4c96
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
58D: SparcV8 backend
59
60N: Louis Gerbarg
61D: Portions of the PowerPC backend
62
63N: Paolo Invernizzi
64E: arathorn@fastwebnet.it
65D: Visual C++ compatibility fixes 
66
67N: Brad Jones
68E: kungfoomaster@nondot.org
69D: Support for packed types
70
71N: Sumant Kowshik
72E: kowshik@uiuc.edu
73D: Author of the original C backend
74
75N: Chris Lattner
76E: sabre@nondot.org
77W: http://nondot.org/~sabre/
78D: Primary architect of LLVM
79
80N: Michael McCracken
81E: michael.mccracken@gmail.com
82D: Line number support for llvmgcc
83
84N: Vladimir Merzliakov
85E: wanderer@rsu.ru
86D: Test suite fixes for FreeBSD
87
88N: Morten Ofstad
89E: morten@hue.no
90D: Visual C++ compatibility fixes 
91
92N: Vladimir Prus
93E: ghost@cs.msu.su
94D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
95
96N: Ruchira Sasanka
97E: sasanka@uiuc.edu
98D: Graph coloring register allocator for the Sparc64 backend
99
100N: Anand Shukla
101E: ashukla@cs.uiuc.edu
102D: The `paths' pass
103
104N: Reid Spencer
105E: rspencer@x10sys.com
106W: http://llvm.x10sys.com/rspencer
107D: Stacker, llvmc, bytecode, other. See web page for current notes.
108
109N: Bill Wendling
110E: wendling@isanbard.org
111D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.
112