Adding to credibility.
[oota-llvm.git] / CREDITS.TXT
1 This file is a partial list of people who have contributed to the LLVM
2 project.  If you have contributed a patch or made some other contribution to
3 LLVM, please submit a patch to this file to add yourself, and it will be 
4 done!
5
6 The list is sorted by name and formatted to allow easy grepping and
7 beautification by scripts.  The fields are: name (N), email (E), web-address
8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
9 (S).
10
11 N: Vikram Adve
12 E: vadve@cs.uiuc.edu
13 W: http://www.cs.uiuc.edu/~vadve/
14 D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
15
16 N: Owen Anderson
17 E: resistor@mac.com
18 D: LCSSA pass and related LoopUnswitch work, TargetData refactoring, random improvements
19
20 N: Henrik Bach
21 D: MingW Win32 API portability layer
22
23 N: Nate Begeman
24 E: natebegeman@mac.com
25 D: PowerPC backend developer
26 D: Target-independent code generator and analysis improvements
27
28 N: Daniel Berlin
29 E: dberlin@dberlin.org
30 D: ET-Forest implementation.
31
32 N: Misha Brukman
33 E: brukman+llvm@uiuc.edu
34 W: http://misha.brukman.net
35 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
36 D: Incremental bytecode loader
37
38 N: Cameron Buschardt
39 E: buschard@uiuc.edu
40 D: The `mem2reg' pass - promotes values stored in memory to registers
41
42 N: Casey Carter
43 E: ccarter@uiuc.edu
44 D: Fixes to the Reassociation pass, various improvement patches
45
46 N: Evan Cheng
47 E: evan.cheng@apple.com
48 D: X86 backend developer
49 D: Instruction scheduler improvements
50 D: Loop optimizer improvements
51 D: Target-independent code generator improvements
52
53 N: Jeff Cohen
54 E: jeffc@jolt-lang.org
55 W: http://jolt-lang.org
56 D: Native Win32 API portability layer
57
58 N: John T. Criswell
59 E: criswell@uiuc.edu
60 D: Autoconf support, QMTest database, documentation improvements
61
62 N: Rafael Avila de Espindola
63 E: rafael.espindola@gmail.com
64 D: The ARM backend
65
66 N: Alkis Evlogimenos
67 E: alkis@evlogimenos.com
68 D: Linear scan register allocator, many codegen improvements, Java frontend
69
70 N: Brian Gaeke
71 E: gaeke@uiuc.edu
72 W: http://www.students.uiuc.edu/~gaeke/
73 D: Portions of X86 static and JIT compilers; initial SparcV8 backend
74 D: Dynamic trace optimizer 
75 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
76
77 N: Louis Gerbarg
78 D: Portions of the PowerPC backend
79
80 N: Saem Ghani
81 E: saemghani@gmail.com
82 D: Callgraph class cleanups
83
84 N: Paolo Invernizzi
85 E: arathorn@fastwebnet.it
86 D: Visual C++ compatibility fixes 
87
88 N: Brad Jones
89 E: kungfoomaster@nondot.org
90 D: Support for packed types
91
92 N: Eric Kidd
93 W: http://randomhacks.net/
94 D: llvm-config script
95
96 N: Anton Korobeynikov
97 E: asl@math.spbu.ru
98 D: Mingw32 fixes, cross-compiling support, minor changes here and there
99
100 N: Sumant Kowshik
101 E: kowshik@uiuc.edu
102 D: Author of the original C backend
103
104 N: Jim Laskey
105 E: jlaskey@apple.com
106 D: Improvements to the PPC backend, instruction scheduling
107 D: Debug and Dwarf implementation
108 D: Auto upgrade mangler 
109 D: llvm-gcc4 svn wrangler
110
111 N: Chris Lattner
112 E: sabre@nondot.org
113 W: http://nondot.org/~sabre/
114 D: Primary architect of LLVM
115
116 N: Tanya Lattner (formerly Tanya Brethour)
117 E: tonic@nondot.org
118 W: http://nondot.org/~tonic/
119 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
120 D: Modulo scheduling in the SparcV9 backend
121
122 N: Andrew Lenharth
123 E: alenhar2@cs.uiuc.edu
124 W: http://www.lenharth.org/~andrewl/
125 D: Alpha backend
126 D: Sampling based profiling
127
128 N: Duraid Madina
129 E: duraid@octopus.com.au
130 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
131 D: IA64 backend
132
133 N: Michael McCracken
134 E: michael.mccracken@gmail.com
135 D: Line number support for llvmgcc
136
137 N: Vladimir Merzliakov
138 E: wanderer@rsu.ru
139 D: Test suite fixes for FreeBSD
140
141 N: Morten Ofstad
142 E: morten@hue.no
143 D: Visual C++ compatibility fixes 
144
145 N: Vladimir Prus
146 W: http://vladimir_prus.blogspot.com
147 E: ghost@cs.msu.su
148 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
149
150 N: Ruchira Sasanka
151 E: sasanka@uiuc.edu
152 D: Graph coloring register allocator for the Sparc64 backend
153
154 N: Anand Shukla
155 E: ashukla@cs.uiuc.edu
156 D: The `paths' pass
157
158 N: Reid Spencer
159 E: rspencer@x10sys.com
160 W: http://llvm.x10sys.com/rspencer
161 D: Stacker, llvmc, llvm-ld, llvm-ar, lib/Archive, lib/Linker, lib/System, 
162 D: bytecode enhancements, symtab hacking, unoverloading of intrinsics, makefile 
163 D: and configuration system, documentation.
164
165 N: Adam Treat
166 E: manyoso@yahoo.com
167 D: C++ bugs filed, and C++ front-end bug fixes.
168
169 N: Bill Wendling
170 E: wendling@isanbard.org
171 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.
172
173 N: Patrick Jenkins
174 E: patjenk@wam.umd.edu
175 D: Nightly Tester