Convert remaining X-Form and Pseudo instructions over to asm writer
[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: Nate Begeman
16 E: natebegeman@mac.com
17 D: Portions of the PowerPC backend
18
19 N: Tanya Brethour
20 E: tonic@nondot.org
21 W: http://nondot.org/~tonic/
22 D: The llvm-ar tool
23
24 N: Misha Brukman
25 E: brukman+llvm@uiuc.edu
26 W: http://misha.brukman.net
27 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
28 D: Incremental bytecode loader
29
30 N: Cameron Buschardt
31 E: buschard@uiuc.edu
32 D: The `mem2reg' pass - promotes values stored in memory to registers
33
34 N: Casey Carter
35 E: ccarter@uiuc.edu
36 D: Fixes to the Reassociation pass, various improvement patches
37
38 N: John T. Criswell
39 E: criswell@uiuc.edu
40 D: Autoconf support, QMTest database, documentation improvements
41
42 N: Brian Gaeke
43 E: gaeke@uiuc.edu
44 W: http://www.students.uiuc.edu/~gaeke/
45 D: Portions of X86 static and JIT compilers. 
46 D: Dynamic trace optimizer 
47 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
48
49 N: Louis Gerbarg
50 D: Portions of the PowerPC backend
51
52 N: Chris Lattner
53 E: sabre@nondot.org
54 W: http://nondot.org/~sabre/
55 D: Primary architect of LLVM
56
57 N: Vladimir Merzliakov
58 E: wanderer@rsu.ru
59 D: Test suite fixes for FreeBSD.
60
61 N: Vladimir Prus
62 E: ghost@cs.msu.su
63 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
64
65 N: Ruchira Sasanka
66 E: sasanka@uiuc.edu
67 D: Graph coloring register allocator for the Sparc64 backend
68
69 N: Anand Shukla
70 E: ashukla@cs.uiuc.edu
71 D: The `paths' pass
72
73 N: Reid Spencer
74 E: rspencer@x10sys.com
75 W: http://llvm.x10sys.com/rspencer
76 D: Stacker, llvmc, bytecode, other. See web page for current notes.
77
78 N: Bill Wendling
79 E: wendling@isanbard.org
80 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.