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