Updating my entry.
[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: Henrik Bach
16 D: MingW Win32 API portability layer
17
18 N: Nate Begeman
19 E: natebegeman@mac.com
20 D: Portions of the PowerPC backend
21
22 N: Misha Brukman
23 E: brukman+llvm@uiuc.edu
24 W: http://misha.brukman.net
25 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
26 D: Incremental bytecode loader
27
28 N: Cameron Buschardt
29 E: buschard@uiuc.edu
30 D: The `mem2reg' pass - promotes values stored in memory to registers
31
32 N: Casey Carter
33 E: ccarter@uiuc.edu
34 D: Fixes to the Reassociation pass, various improvement patches
35
36 N: Jeff Cohen
37 D: Native Win32 API portability layer
38
39 N: John T. Criswell
40 E: criswell@uiuc.edu
41 D: Autoconf support, QMTest database, documentation improvements
42
43 N: Alkis Evlogimenos
44 E: alkis@evlogimenos.com
45 D: Linear scan register allocator, many codegen improvements, Java frontend
46
47 N: Brian Gaeke
48 E: gaeke@uiuc.edu
49 W: http://www.students.uiuc.edu/~gaeke/
50 D: Portions of X86 static and JIT compilers; SparcV8 backend
51 D: Dynamic trace optimizer 
52 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
53
54 N: Louis Gerbarg
55 D: Portions of the PowerPC backend
56
57 N: Paolo Invernizzi
58 E: arathorn@fastwebnet.it
59 D: Visual C++ compatibility fixes 
60
61 N: Brad Jones
62 E: kungfoomaster@nondot.org
63 D: Support for packed types
64
65 N: Sumant Kowshik
66 E: kowshik@uiuc.edu
67 D: Author of the original C backend
68
69 N: Chris Lattner
70 E: sabre@nondot.org
71 W: http://nondot.org/~sabre/
72 D: Primary architect of LLVM
73
74 N: Tanya Lattner (formerly Tanya Brethour)
75 E: tonic@nondot.org
76 W: http://nondot.org/~tonic/
77 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
78 D: Modulo scheduling in the SparcV9 backend
79
80 N: Andrew Lenharth
81 E: alenhar2@cs.uiuc.edu
82 W: http://www.lenharth.org/~andrewl/
83 D: Alpha backend
84
85 N: Duraid Madina
86 E: duraid@octopus.com.au
87 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
88 D: IA64 backend
89
90 N: Michael McCracken
91 E: michael.mccracken@gmail.com
92 D: Line number support for llvmgcc
93
94 N: Vladimir Merzliakov
95 E: wanderer@rsu.ru
96 D: Test suite fixes for FreeBSD
97
98 N: Morten Ofstad
99 E: morten@hue.no
100 D: Visual C++ compatibility fixes 
101
102 N: Vladimir Prus
103 E: ghost@cs.msu.su
104 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
105
106 N: Ruchira Sasanka
107 E: sasanka@uiuc.edu
108 D: Graph coloring register allocator for the Sparc64 backend
109
110 N: Anand Shukla
111 E: ashukla@cs.uiuc.edu
112 D: The `paths' pass
113
114 N: Reid Spencer
115 E: rspencer@x10sys.com
116 W: http://llvm.x10sys.com/rspencer
117 D: Stacker, llvmc, bytecode, other. See web page for current notes.
118
119 N: Adam Treat
120 E: manyoso@yahoo.com
121 D: C++ bugs filed, and C++ front-end bug fixes.
122
123 N: Bill Wendling
124 E: wendling@isanbard.org
125 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.