Update credits and fix sorting issue.
[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: Patrick Jenkins
89 E: patjenk@wam.umd.edu
90 D: Nightly Tester
91
92 N: Brad Jones
93 E: kungfoomaster@nondot.org
94 D: Support for packed types
95
96 N: Eric Kidd
97 W: http://randomhacks.net/
98 D: llvm-config script
99
100 N: Anton Korobeynikov
101 E: asl@math.spbu.ru
102 D: Mingw32 fixes, cross-compiling support, minor changes here and there
103
104 N: Sumant Kowshik
105 E: kowshik@uiuc.edu
106 D: Author of the original C backend
107
108 N: Jim Laskey
109 E: jlaskey@apple.com
110 D: Improvements to the PPC backend, instruction scheduling
111 D: Debug and Dwarf implementation
112 D: Auto upgrade mangler 
113 D: llvm-gcc4 svn wrangler
114
115 N: Chris Lattner
116 E: sabre@nondot.org
117 W: http://nondot.org/~sabre/
118 D: Primary architect of LLVM
119
120 N: Tanya Lattner (formerly Tanya Brethour)
121 E: tonic@nondot.org
122 W: http://nondot.org/~tonic/
123 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
124 D: Modulo scheduling in the SparcV9 backend
125 D: Release manager (1.7+)
126
127 N: Andrew Lenharth
128 E: alenhar2@cs.uiuc.edu
129 W: http://www.lenharth.org/~andrewl/
130 D: Alpha backend
131 D: Sampling based profiling
132
133 N: Duraid Madina
134 E: duraid@octopus.com.au
135 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
136 D: IA64 backend
137
138 N: Michael McCracken
139 E: michael.mccracken@gmail.com
140 D: Line number support for llvmgcc
141
142 N: Vladimir Merzliakov
143 E: wanderer@rsu.ru
144 D: Test suite fixes for FreeBSD
145
146 N: Morten Ofstad
147 E: morten@hue.no
148 D: Visual C++ compatibility fixes 
149
150 N: Vladimir Prus
151 W: http://vladimir_prus.blogspot.com
152 E: ghost@cs.msu.su
153 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
154
155 N: Ruchira Sasanka
156 E: sasanka@uiuc.edu
157 D: Graph coloring register allocator for the Sparc64 backend
158
159 N: Anand Shukla
160 E: ashukla@cs.uiuc.edu
161 D: The `paths' pass
162
163 N: Reid Spencer
164 E: rspencer@reidspencer.com
165 W: http://reidspencer.com/
166 D: Stacker, llvmc, llvm-ld, llvm-ar, lib/Archive, lib/Linker, lib/System, 
167 D: bytecode enhancements, symtab hacking, unoverloading of intrinsics, makefile 
168 D: and configuration system, documentation, various bug fixing.
169
170 N: Adam Treat
171 E: manyoso@yahoo.com
172 D: C++ bugs filed, and C++ front-end bug fixes.
173
174 N: Bill Wendling
175 E: isanbard@gmail.com
176 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.
177 D: Bug hunter extraordinaire.