Updated the README so that it catagorizes the docs similar to the web page.
[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: Tanya Brethour
15 E: tonic@nondot.org
16 W: http://nondot.org/~tonic/
17 D: The llvm-ar tool
18
19 N: Misha Brukman
20 E: brukman+llvm@uiuc.edu
21 W: http://misha.brukman.net
22 D: Portions of X86 and Sparc JIT compilers, incremental bytecode loader
23
24 N: Cameron Buschardt
25 E: buschard@uiuc.edu
26 D: Author of the mem2reg pass
27
28 N: Casey Carter
29 E: ccarter@uiuc.edu
30 D: Fixes to the Reassociation pass, various improvement patches
31
32 N: John T. Criswell
33 E: criswell@uiuc.edu
34 D: Autoconf support, QMTest database, documentation improvements
35
36 N: Brian Gaeke
37 E: gaeke@uiuc.edu
38 W: http://www.students.uiuc.edu/~gaeke/
39 D: Portions of X86 static and JIT compilers, reoptimizer framework cleanups
40 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
41
42 N: Chris Lattner
43 E: sabre@nondot.org
44 W: http://nondot.org/~sabre/
45 D: Primary architect of LLVM
46
47 N: Ruchira Sasanka
48 E: sasanka@uiuc.edu
49 D: Graph coloring register allocator for the Sparc64 backend
50
51 N: Anand Shukla
52 E: ashukla@cs.uiuc.edu
53 D: The `paths' pass
54
55 N: Bill Wendling
56 E: wendling@isanbard.org
57 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.