blob: 367146fc5c1c1f17888e693668b3c77fafdb8562 [file] [log] [blame]
Misha Brukmanb2961602003-09-22 21:56:08 +00001Inspired 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
Misha Brukman0fc20c82003-10-20 03:59:05 +00005The 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).
Misha Brukmanb2961602003-09-22 21:56:08 +00009
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
Misha Brukman2d772142003-10-17 17:28:21 +000015N: Tanya Brethour
16E: tonic@nondot.org
17W: http://nondot.org/~tonic/
18D: The llvm-ar tool
19
Misha Brukmanb2961602003-09-22 21:56:08 +000020N: Misha Brukman
Misha Brukman2d772142003-10-17 17:28:21 +000021E: brukman+llvm@uiuc.edu
Misha Brukmanb2961602003-09-22 21:56:08 +000022W: http://misha.brukman.net
Misha Brukman2d772142003-10-17 17:28:21 +000023D: Portions of X86 and Sparc JIT compilers, incremental bytecode loader
Misha Brukmanb2961602003-09-22 21:56:08 +000024
25N: Cameron Buschardt
Misha Brukman2d772142003-10-17 17:28:21 +000026E: buschard@uiuc.edu
Misha Brukman0fc20c82003-10-20 03:59:05 +000027D: The `mem2reg' pass - promotes values stored in memory to registers
Misha Brukmanb2961602003-09-22 21:56:08 +000028
29N: Casey Carter
Misha Brukman2d772142003-10-17 17:28:21 +000030E: ccarter@uiuc.edu
Misha Brukmanb2961602003-09-22 21:56:08 +000031D: Fixes to the Reassociation pass, various improvement patches
32
Misha Brukman2d772142003-10-17 17:28:21 +000033N: John T. Criswell
34E: criswell@uiuc.edu
35D: Autoconf support, QMTest database, documentation improvements
36
Misha Brukmanb2961602003-09-22 21:56:08 +000037N: Brian Gaeke
38E: gaeke@uiuc.edu
39W: http://www.students.uiuc.edu/~gaeke/
40D: Portions of X86 static and JIT compilers, reoptimizer framework cleanups
Misha Brukman2d772142003-10-17 17:28:21 +000041D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
Misha Brukmanb2961602003-09-22 21:56:08 +000042
43N: Chris Lattner
44E: sabre@nondot.org
45W: http://nondot.org/~sabre/
46D: Primary architect of LLVM
47
Misha Brukmanb7206e72004-05-06 16:53:18 +000048N: Vladimir Prus
49E: ghost@cs.msu.su
Misha Brukman9cd94d72004-06-25 13:37:03 +000050D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
Misha Brukmanb7206e72004-05-06 16:53:18 +000051
Misha Brukmanb2961602003-09-22 21:56:08 +000052N: Ruchira Sasanka
53E: sasanka@uiuc.edu
54D: Graph coloring register allocator for the Sparc64 backend
55
56N: Anand Shukla
57E: ashukla@cs.uiuc.edu
Misha Brukman2d772142003-10-17 17:28:21 +000058D: The `paths' pass
Misha Brukmanb2961602003-09-22 21:56:08 +000059
Brian Gaeke75920ee2003-11-10 03:05:36 +000060N: Reid Spencer
61E: rspencer@x10sys.com
62W: http://extprosys.sourceforge.net/
Reid Spencer857ceab2004-05-06 18:06:18 +000063D: Complete 'llvm' namespacification, Stacker, bug fixes, and other improvements
Brian Gaeke75920ee2003-11-10 03:05:36 +000064
Misha Brukmanb2961602003-09-22 21:56:08 +000065N: Bill Wendling
Chris Lattner76602522003-09-23 20:59:28 +000066E: wendling@isanbard.org
Misha Brukman2d772142003-10-17 17:28:21 +000067D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.