Keep all the contributors in one place, instead of all over the code base.
[oota-llvm.git] / CREDITS.TXT
1 Inspired by the CREDITS file from the Linux source tree, this file is,
2 likewise, at least a partial list of people who have contributed to the LLVM
3 project. The format and the next paragraph are stolen directly from that file.
4
5 The list sorted by name and formatted to allow easy grepping and beautification
6 by scripts.  The fields are: name (N), email (E), web-address (W), PGP key ID
7 and fingerprint (P), description (D), and snail-mail address (S).
8
9 N: Vikram Adve
10 E: vadve@cs.uiuc.edu
11 W: http://www.cs.uiuc.edu/~vadve/
12 D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
13
14 N: Misha Brukman
15 E: brukman@uiuc.edu
16 W: http://misha.brukman.net
17 D: Portions of X86 and Sparc JIT compilers, various other hacks
18
19 N: Cameron Buschardt
20 D: Author of the mem2reg pass
21
22 N: Casey Carter
23 D: Fixes to the Reassociation pass, various improvement patches
24
25 N: Brian Gaeke
26 E: gaeke@uiuc.edu
27 W: http://www.students.uiuc.edu/~gaeke/
28 D: Portions of X86 static and JIT compilers, reoptimizer framework cleanups
29
30 N: Chris Lattner
31 E: sabre@nondot.org
32 W: http://nondot.org/~sabre/
33 D: Primary architect of LLVM
34
35 N: Ruchira Sasanka
36 E: sasanka@uiuc.edu
37 D: Graph coloring register allocator for the Sparc64 backend
38
39 N: Anand Shukla
40 E: ashukla@cs.uiuc.edu
41 D: The paths pass
42
43 N: Bill Wendling
44 D: The Lower Setjmp/Longjmp pass