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