Added myself to credits.
[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 implementation, Dwarf implementation
108
109 N: Chris Lattner
110 E: sabre@nondot.org
111 W: http://nondot.org/~sabre/
112 D: Primary architect of LLVM
113
114 N: Tanya Lattner (formerly Tanya Brethour)
115 E: tonic@nondot.org
116 W: http://nondot.org/~tonic/
117 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
118 D: Modulo scheduling in the SparcV9 backend
119
120 N: Andrew Lenharth
121 E: alenhar2@cs.uiuc.edu
122 W: http://www.lenharth.org/~andrewl/
123 D: Alpha backend
124 D: Sampling based profiling
125
126 N: Duraid Madina
127 E: duraid@octopus.com.au
128 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
129 D: IA64 backend
130
131 N: Michael McCracken
132 E: michael.mccracken@gmail.com
133 D: Line number support for llvmgcc
134
135 N: Vladimir Merzliakov
136 E: wanderer@rsu.ru
137 D: Test suite fixes for FreeBSD
138
139 N: Morten Ofstad
140 E: morten@hue.no
141 D: Visual C++ compatibility fixes 
142
143 N: Vladimir Prus
144 W: http://vladimir_prus.blogspot.com
145 E: ghost@cs.msu.su
146 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
147
148 N: Ruchira Sasanka
149 E: sasanka@uiuc.edu
150 D: Graph coloring register allocator for the Sparc64 backend
151
152 N: Anand Shukla
153 E: ashukla@cs.uiuc.edu
154 D: The `paths' pass
155
156 N: Reid Spencer
157 E: rspencer@x10sys.com
158 W: http://llvm.x10sys.com/rspencer
159 D: Stacker, llvmc, llvm-ld, llvm-ar, lib/Archive, lib/Linker, lib/System, 
160 D: bytecode enhancements, symtab hacking, unoverloading of intrinsics, makefile 
161 D: and configuration system, documentation.
162
163 N: Adam Treat
164 E: manyoso@yahoo.com
165 D: C++ bugs filed, and C++ front-end bug fixes.
166
167 N: Bill Wendling
168 E: wendling@isanbard.org
169 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.
170
171 N: Patrick Jenkins
172 E: patjenk@wam.umd.edu
173 D: Nightly Tester