Update 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: Henrik Bach
17 D: MingW Win32 API portability layer
18
19 N: Nate Begeman
20 E: natebegeman@mac.com
21 D: PowerPC backend developer
22 D: Target-independent code generator and analysis improvements
23
24 N: Daniel Berlin
25 E: dberlin@dberlin.org
26 D: ET-Forest implementation.
27
28 N: Misha Brukman
29 E: brukman+llvm@uiuc.edu
30 W: http://misha.brukman.net
31 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
32 D: Incremental bytecode loader
33
34 N: Cameron Buschardt
35 E: buschard@uiuc.edu
36 D: The `mem2reg' pass - promotes values stored in memory to registers
37
38 N: Casey Carter
39 E: ccarter@uiuc.edu
40 D: Fixes to the Reassociation pass, various improvement patches
41
42 N: Evan Cheng
43 E: evan.cheng@apple.com
44 D: X86 backend improvements
45
46 N: Jeff Cohen
47 E: jeffc@jolt-lang.org
48 W: http://jolt-lang.org
49 D: Native Win32 API portability layer
50
51 N: John T. Criswell
52 E: criswell@uiuc.edu
53 D: Autoconf support, QMTest database, documentation improvements
54
55 N: Alkis Evlogimenos
56 E: alkis@evlogimenos.com
57 D: Linear scan register allocator, many codegen improvements, Java frontend
58
59 N: Brian Gaeke
60 E: gaeke@uiuc.edu
61 W: http://www.students.uiuc.edu/~gaeke/
62 D: Portions of X86 static and JIT compilers; initial SparcV8 backend
63 D: Dynamic trace optimizer 
64 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
65
66 N: Louis Gerbarg
67 D: Portions of the PowerPC backend
68
69 N: Saem Ghani
70 E: saemghani@gmail.com
71 D: Callgraph class cleanups
72
73 N: Paolo Invernizzi
74 E: arathorn@fastwebnet.it
75 D: Visual C++ compatibility fixes 
76
77 N: Brad Jones
78 E: kungfoomaster@nondot.org
79 D: Support for packed types
80
81 N: Eric Kidd
82 W: http://randomhacks.net/
83 D: llvm-config script
84
85 N: Sumant Kowshik
86 E: kowshik@uiuc.edu
87 D: Author of the original C backend
88
89 N: Jim Laskey
90 E: jlaskey@apple.com
91 D: Improvements to the PPC backend, instruction scheduling
92 D: Debug implementation, Dwarf implementation
93
94 N: Chris Lattner
95 E: sabre@nondot.org
96 W: http://nondot.org/~sabre/
97 D: Primary architect of LLVM
98
99 N: Tanya Lattner (formerly Tanya Brethour)
100 E: tonic@nondot.org
101 W: http://nondot.org/~tonic/
102 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
103 D: Modulo scheduling in the SparcV9 backend
104
105 N: Andrew Lenharth
106 E: alenhar2@cs.uiuc.edu
107 W: http://www.lenharth.org/~andrewl/
108 D: Alpha backend
109
110 N: Duraid Madina
111 E: duraid@octopus.com.au
112 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
113 D: IA64 backend
114
115 N: Michael McCracken
116 E: michael.mccracken@gmail.com
117 D: Line number support for llvmgcc
118
119 N: Vladimir Merzliakov
120 E: wanderer@rsu.ru
121 D: Test suite fixes for FreeBSD
122
123 N: Morten Ofstad
124 E: morten@hue.no
125 D: Visual C++ compatibility fixes 
126
127 N: Vladimir Prus
128 E: ghost@cs.msu.su
129 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
130
131 N: Ruchira Sasanka
132 E: sasanka@uiuc.edu
133 D: Graph coloring register allocator for the Sparc64 backend
134
135 N: Anand Shukla
136 E: ashukla@cs.uiuc.edu
137 D: The `paths' pass
138
139 N: Reid Spencer
140 E: rspencer@x10sys.com
141 W: http://llvm.x10sys.com/rspencer
142 D: Stacker, llvmc, llvm-ld, llvm-ar, lib/Archive, lib/Linker, lib/System, 
143 D: bytecode enhancements, symtab hacking, unoverloading of intrinsics, makefile 
144 D: and configuration system, documentation.
145
146 N: Adam Treat
147 E: manyoso@yahoo.com
148 D: C++ bugs filed, and C++ front-end bug fixes.
149
150 N: Bill Wendling
151 E: wendling@isanbard.org
152 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.