testing
[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 is sorted by name and formatted to allow easy grepping and
6 beautification 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
10 N: Vikram Adve
11 E: vadve@cs.uiuc.edu
12 W: http://www.cs.uiuc.edu/~vadve/
13 D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
14
15 N: Tanya Brethour
16 E: tonic@nondot.org
17 W: http://nondot.org/~tonic/
18 D: The llvm-ar tool
19
20 N: Misha Brukman
21 E: brukman+llvm@uiuc.edu
22 W: http://misha.brukman.net
23 D: Portions of X86 and Sparc JIT compilers, incremental bytecode loader
24
25 N: Cameron Buschardt
26 E: buschard@uiuc.edu
27 D: The `mem2reg' pass - promotes values stored in memory to registers
28
29 N: Casey Carter
30 E: ccarter@uiuc.edu
31 D: Fixes to the Reassociation pass, various improvement patches
32
33 N: John T. Criswell
34 E: criswell@uiuc.edu
35 D: Autoconf support, QMTest database, documentation improvements
36
37 N: Brian Gaeke
38 E: gaeke@uiuc.edu
39 W: http://www.students.uiuc.edu/~gaeke/
40 D: Portions of X86 static and JIT compilers. 
41 D: Dynamic trace optimizer 
42 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
43
44 N: Chris Lattner
45 E: sabre@nondot.org
46 W: http://nondot.org/~sabre/
47 D: Primary architect of LLVM
48
49 N: Vladimir Merzliakov
50 E: wanderer@rsu.ru
51 D: Test suite fixes for FreeBSD.
52
53 N: Vladimir Prus
54 E: ghost@cs.msu.su
55 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
56
57 N: Ruchira Sasanka
58 E: sasanka@uiuc.edu
59 D: Graph coloring register allocator for the Sparc64 backend
60
61 N: Anand Shukla
62 E: ashukla@cs.uiuc.edu
63 D: The `paths' pass
64
65 N: Reid Spencer
66 E: rspencer@x10sys.com
67 W: http://extprosys.sourceforge.net/
68 D: 'llvm' namespacification, Stacker FE, VMCore cleanup (SymbolTable, 
69 D: Value != Type, CPR removal, bytecode improvements).
70
71 N: Bill Wendling
72 E: wendling@isanbard.org
73 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.